- destroy() - Method in class ca.on.senecac.prg556.common.ContentFilter
-
- destroy() - Method in class ca.on.senecac.prg556.common.ContentTypeFilter
-
- destroy() - Method in interface ca.on.senecac.prg556.common.Control
-
Called by the MVC Control container to indicate that the control is being taken out of service.
- destroy() - Method in class ca.on.senecac.prg556.common.ControlFilter
-
- destroy() - Method in class ca.on.senecac.prg556.common.CookieTestFilter
-
- destroy() - Method in class ca.on.senecac.prg556.common.RedirectFilter
-
- destroy() - Method in class ca.on.senecac.prg556.common.RestrictedContentFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class ca.on.senecac.prg556.common.ContentFilter
-
Any file request that ends with a specific extension is request dispatch forwarded to the same
file but in a specified folder.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class ca.on.senecac.prg556.common.ContentTypeFilter
-
Sets the content type and adds prelude code to the HTTP response that is appropriate for the
HTTP client.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class ca.on.senecac.prg556.common.ControlFilter
-
Maps URL requests to MVC Controls.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class ca.on.senecac.prg556.common.CookieTestFilter
-
Throws an exception if the HTTP client does not support cookies.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class ca.on.senecac.prg556.common.RedirectFilter
-
Redirects context-root request to the URL specified.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class ca.on.senecac.prg556.common.RestrictedContentFilter
-
Sets a Resource Not Found (404) header response and returns without passing request
to the next entity in the filter chain.
- doLogic(HttpServletRequest, HttpServletResponse) - Method in interface ca.on.senecac.prg556.common.Control
-
Called by the MVC Control container to allow the control to respond to a request.