|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.portlet.filter.PortletRequestWrapper
com.liferay.faces.bridge.filter.HttpServletRequestAdapter
com.liferay.faces.bridge.application.view.BridgeAfterViewContentRequest
public abstract class BridgeAfterViewContentRequest
This class provides the ability to trick the JSF implementation into thinking that the current PortletRequest
is actually an HttpServletRequest. It serves as a marker class that simply extends HttpServletResponseAdapter. It's only purpose is to make the code in ExternalContextImpl easier to follow by
providing a meaningful (self documenting) name.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.portlet.PortletRequest |
|---|
javax.portlet.PortletRequest.P3PUserInfos |
| Field Summary |
|---|
| Fields inherited from interface javax.servlet.http.HttpServletRequest |
|---|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH |
| Fields inherited from interface javax.portlet.PortletRequest |
|---|
ACTION_PHASE, ACTION_SCOPE_ID, BASIC_AUTH, CCPP_PROFILE, CLIENT_CERT_AUTH, DIGEST_AUTH, EVENT_PHASE, FORM_AUTH, LIFECYCLE_PHASE, RENDER_HEADERS, RENDER_MARKUP, RENDER_PART, RENDER_PHASE, RESOURCE_PHASE, USER_INFO |
| Constructor Summary | |
|---|---|
BridgeAfterViewContentRequest(javax.portlet.PortletRequest portletRequest)
|
|
| Method Summary |
|---|
| Methods inherited from class javax.portlet.filter.PortletRequestWrapper |
|---|
getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRequest, getResponseContentType, getResponseContentTypes, getWindowID, getWindowState, isPortletModeAllowed, isWindowStateAllowed, setRequest |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BridgeAfterViewContentRequest(javax.portlet.PortletRequest portletRequest)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||