| java.lang.Object com.methodhead.sitecontext.SiteContextFilter
All known Subclasses: com.methodhead.shim.ShimFilter,
SiteContextFilter | public class SiteContextFilter implements Filter(Code) | | |
Field Summary | |
final public static String | APPROOT The URL path the filter identifies with the web app root. | final public static String | APPROOTPATH The app root wrapped with forward slashes for convenience. |
Method Summary | |
public void | destroy() | public void | doFilter(ServletRequest request, ServletResponse response, FilterChain chain) | protected void | doFilter(HttpServletRequest httpRequest, ServletResponse response, FilterChain chain, SiteContext siteContext, String pathInfo) | public void | init(FilterConfig filterConfig) Reads a comma-separated list of Strut module names from the
strutsModules init param. | protected void | processUnknownSiteContext(HttpServletRequest httpRequest, ServletResponse response, FilterChain chain, String path, String pathInfo) This method is called when no site context can be loaded for the given
URL. |
APPROOT | final public static String APPROOT(Code) | | The URL path the filter identifies with the web app root.
|
APPROOTPATH | final public static String APPROOTPATH(Code) | | The app root wrapped with forward slashes for convenience.
|
destroy | public void destroy()(Code) | | |
|
|