Class ResourceRequestFilter
java.lang.Object
org.exoplatform.container.web.AbstractFilter
org.exoplatform.portal.application.ResourceRequestFilter
- All Implemented Interfaces:
jakarta.servlet.Filter
public class ResourceRequestFilter
extends org.exoplatform.container.web.AbstractFilter
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longstatic final Stringstatic final Stringstatic final Stringstatic longcan't be final, the RootContainer sometimes is built after initstatic Stringcan't be final, the RootContainer sometimes is built after initFields inherited from class org.exoplatform.container.web.AbstractFilter
config, servletContextName -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.exoplatform.container.web.AbstractFilter
getContainer, getServletContext, init, requirePortalEnvironmentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.servlet.Filter
destroy
-
Field Details
-
IF_MODIFIED_SINCE
- See Also:
-
LAST_MODIFIED
- See Also:
-
EXPIRES
- See Also:
-
DEFAULT_MAX_AGE
public static final long DEFAULT_MAX_AGE- See Also:
-
maxAge
public static long maxAgecan't be final, the RootContainer sometimes is built after init -
version
can't be final, the RootContainer sometimes is built after init
-
-
Constructor Details
-
ResourceRequestFilter
public ResourceRequestFilter()
-
-
Method Details
-
afterInit
protected void afterInit(jakarta.servlet.FilterConfig config) throws jakarta.servlet.ServletException - Overrides:
afterInitin classorg.exoplatform.container.web.AbstractFilter- Throws:
jakarta.servlet.ServletException
-
doFilter
public void doFilter(jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, jakarta.servlet.FilterChain chain) throws IOException, jakarta.servlet.ServletException - Throws:
IOExceptionjakarta.servlet.ServletException
-
getResourceBundleService
public org.exoplatform.services.resources.ResourceBundleService getResourceBundleService()
-