public class PortletFilter extends WicketFilter
| Modifier and Type | Field and Description |
|---|---|
static String |
SHARED_RESOURCE_URL_PORTLET_WINDOW_ID_PREFIX |
APP_FACT_PARAM, FILTER_MAPPING_PARAM, IGNORE_PATHS_PARAM| Constructor and Description |
|---|
PortletFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(ServletRequest servletRequest,
ServletResponse servletResponse,
FilterChain filterChain) |
void |
init(boolean isServlet,
FilterConfig filterConfig) |
protected boolean |
processRequestCycle(RequestCycle requestCycle,
WebResponse webResponse,
HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse,
FilterChain chain) |
checkIfRedirectRequired, destroy, getApplication, getApplicationFactory, getClassLoader, getFilterConfig, getFilterPath, getFilterPath, getFilterPathFromAnnotation, getFilterPathFromConfig, getFilterPathFromWebXml, getRelativePath, init, setFilterPathpublic static final String SHARED_RESOURCE_URL_PORTLET_WINDOW_ID_PREFIX
public void init(boolean isServlet,
FilterConfig filterConfig)
throws ServletException
init in class WicketFilterServletExceptionpublic void doFilter(ServletRequest servletRequest, ServletResponse servletResponse, FilterChain filterChain) throws IOException, ServletException
doFilter in interface FilterdoFilter in class WicketFilterIOExceptionServletExceptionprotected boolean processRequestCycle(RequestCycle requestCycle, WebResponse webResponse, HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse, FilterChain chain) throws IOException, ServletException
processRequestCycle in class WicketFilterIOExceptionServletExceptionCopyright © 2020. All rights reserved.