Class ErrorFilterChainStatus
- java.lang.Object
-
- org.apache.sling.engine.impl.filter.AbstractSlingFilterChain
-
- org.apache.sling.engine.impl.filter.ErrorFilterChainStatus
-
- All Implemented Interfaces:
javax.servlet.FilterChain
public class ErrorFilterChainStatus extends AbstractSlingFilterChain
-
-
Constructor Summary
Constructors Constructor Description ErrorFilterChainStatus(FilterHandle[] filters, ErrorHandler errorHandler, int status, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
render(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response)
-
Methods inherited from class org.apache.sling.engine.impl.filter.AbstractSlingFilterChain
doFilter
-
-
-
-
Constructor Detail
-
ErrorFilterChainStatus
public ErrorFilterChainStatus(FilterHandle[] filters, ErrorHandler errorHandler, int status, String message)
-
-
Method Detail
-
render
protected void render(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response) throws IOException, javax.servlet.ServletException
- Specified by:
render
in classAbstractSlingFilterChain
- Throws:
IOException
javax.servlet.ServletException
-
-