|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.springframework.web.portlet.filter.PortletFilterUtils
public final class PortletFilterUtils
Utilities for interacting with a portlet filter chain
| Method Summary | |
|---|---|
static void |
doFilter(javax.portlet.filter.PortletFilter filter,
javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response,
javax.portlet.filter.FilterChain chain)
Call doFilter on the specified PortletFilter, determines the right PortletFilter interface to use by
looking at the PortletRequest.LIFECYCLE_PHASE attribute |
static void |
doFilter(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response,
javax.portlet.filter.FilterChain chain)
Call doFilter and use the PortletRequest.LIFECYCLE_PHASE attribute to figure out what
type of request/response are in use and call the appropriate doFilter method on FilterChain |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void doFilter(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response,
javax.portlet.filter.FilterChain chain)
throws IOException,
javax.portlet.PortletException
PortletRequest.LIFECYCLE_PHASE attribute to figure out what
type of request/response are in use and call the appropriate doFilter method on FilterChain
IOException
javax.portlet.PortletException
public static void doFilter(javax.portlet.filter.PortletFilter filter,
javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response,
javax.portlet.filter.FilterChain chain)
throws IOException,
javax.portlet.PortletException
PortletFilter, determines the right PortletFilter interface to use by
looking at the PortletRequest.LIFECYCLE_PHASE attribute
IOException
javax.portlet.PortletException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||