Package com.jalios.jcms.servlet
Contains JPlatform servlet classes.
-
Class Summary Class Description BinaryFileServlet This Servlet handles binary file download.BinaryFileServlet.DownloadTicket CookieManagementFilter DisplayServlet This Servlet handles all display requests done usingDescriptiveURLs
.ExpiresFilter Add HTTP Expires header to matching resources.FinallyFilter FriendlyURLFilter This filter allow Friendly URLs to be used to access JCMS data.GZIPFilter InitFilter JcmsServlet This convenient Servlet abstract class: redirectsdoPost()
ondoGet
sets the channel attribute implements JcmsConstantsJcmsServletFilter Convenient super class for servlet filter developped in JCMS.
As of current implementation, this class mainly provides the methodprocessFilter(ServletRequest)
to prevent multiple processing of the filter under weblogic.JSyncServlet RestrictedFileFilter This servlet filter controls access to restricted filesSecurityFilter ServletFilter to add an additionnal security layer to a JCMS webapp.
When enabled, this filter performs the following checks : check the "redirect" parameter value to prevent redirect to external site (phishing)
This filter should be configured first in the list of all filters used on a webapp.