org.apache.myfaces.trinidadinternal.webapp.wrappers
Class PortletRequestWrapper
java.lang.Object
org.apache.myfaces.trinidadinternal.webapp.wrappers.PortletRequestWrapper
- All Implemented Interfaces:
- javax.portlet.PortletRequest
- Direct Known Subclasses:
- ActionRequestWrapper, RenderRequestWrapper
public class PortletRequestWrapper
- extends java.lang.Object
- implements javax.portlet.PortletRequest
TODO: Document this
- Version:
- $Revision$ $Date$
- Author:
- Scott O'Bryan (latest modification by $Author$)
Fields inherited from interface javax.portlet.PortletRequest |
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH, USER_INFO |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletRequestWrapper
public PortletRequestWrapper(javax.portlet.PortletRequest request)
getAttribute
public java.lang.Object getAttribute(java.lang.String arg0)
- Specified by:
getAttribute
in interface javax.portlet.PortletRequest
- Parameters:
arg0
-
- Returns:
- See Also:
PortletRequest.getAttribute(java.lang.String)
getAttributeNames
public java.util.Enumeration getAttributeNames()
- Specified by:
getAttributeNames
in interface javax.portlet.PortletRequest
- Returns:
- See Also:
-= Simon =-
TODO: Once portlet spec supports generics, change this signature to match it.
getAuthType
public java.lang.String getAuthType()
- Specified by:
getAuthType
in interface javax.portlet.PortletRequest
- Returns:
- See Also:
PortletRequest.getAuthType()
getContextPath
public java.lang.String getContextPath()
- Specified by:
getContextPath
in interface javax.portlet.PortletRequest
- Returns:
- See Also:
PortletRequest.getContextPath()
getLocale
public java.util.Locale getLocale()
- Specified by:
getLocale
in interface javax.portlet.PortletRequest
- Returns:
- See Also:
PortletRequest.getLocale()
getLocales
public java.util.Enumeration getLocales()
- Specified by:
getLocales
in interface javax.portlet.PortletRequest
- Returns:
- See Also:
-= Simon =-
TODO: Once portlet spec supports generics, change this signature to match it.
getParameter
public java.lang.String getParameter(java.lang.String arg0)
- Specified by:
getParameter
in interface javax.portlet.PortletRequest
- Parameters:
arg0
-
- Returns:
- See Also:
PortletRequest.getParameter(java.lang.String)
getParameterMap
public java.util.Map getParameterMap()
- Specified by:
getParameterMap
in interface javax.portlet.PortletRequest
- Returns:
- See Also:
-= Simon =-
TODO: Once portlet spec supports generics, change this signature to match it.
getParameterNames
public java.util.Enumeration getParameterNames()
- Specified by:
getParameterNames
in interface javax.portlet.PortletRequest
- Returns:
- See Also:
-= Simon =-
TODO: Once portlet spec supports generics, change this signature to match it.
getParameterValues
public java.lang.String[] getParameterValues(java.lang.String arg0)
- Specified by:
getParameterValues
in interface javax.portlet.PortletRequest
- Parameters:
arg0
-
- Returns:
- See Also:
PortletRequest.getParameterValues(java.lang.String)
getPortalContext
public javax.portlet.PortalContext getPortalContext()
- Specified by:
getPortalContext
in interface javax.portlet.PortletRequest
- Returns:
- See Also:
PortletRequest.getPortalContext()
getPortletMode
public javax.portlet.PortletMode getPortletMode()
- Specified by:
getPortletMode
in interface javax.portlet.PortletRequest
- Returns:
- See Also:
PortletRequest.getPortletMode()
getPortletSession
public javax.portlet.PortletSession getPortletSession()
- Specified by:
getPortletSession
in interface javax.portlet.PortletRequest
- Returns:
- See Also:
PortletRequest.getPortletSession()
getPortletSession
public javax.portlet.PortletSession getPortletSession(boolean arg0)
- Specified by:
getPortletSession
in interface javax.portlet.PortletRequest
- Parameters:
arg0
-
- Returns:
- See Also:
PortletRequest.getPortletSession(boolean)
getPreferences
public javax.portlet.PortletPreferences getPreferences()
- Specified by:
getPreferences
in interface javax.portlet.PortletRequest
- Returns:
- See Also:
PortletRequest.getPreferences()
getProperties
public java.util.Enumeration getProperties(java.lang.String arg0)
- Specified by:
getProperties
in interface javax.portlet.PortletRequest
- Parameters:
arg0
-
- Returns:
- See Also:
-= Simon =-
TODO: Once portlet spec supports generics, change this signature to match it.
getProperty
public java.lang.String getProperty(java.lang.String arg0)
- Specified by:
getProperty
in interface javax.portlet.PortletRequest
- Parameters:
arg0
-
- Returns:
- See Also:
PortletRequest.getProperty(java.lang.String)
getPropertyNames
public java.util.Enumeration getPropertyNames()
- Specified by:
getPropertyNames
in interface javax.portlet.PortletRequest
- Returns:
- See Also:
-= Simon =-
TODO: Once portlet spec supports generics, change this signature to match it.
getRemoteUser
public java.lang.String getRemoteUser()
- Specified by:
getRemoteUser
in interface javax.portlet.PortletRequest
- Returns:
- See Also:
PortletRequest.getRemoteUser()
getRequestedSessionId
public java.lang.String getRequestedSessionId()
- Specified by:
getRequestedSessionId
in interface javax.portlet.PortletRequest
- Returns:
- See Also:
PortletRequest.getRequestedSessionId()
getResponseContentType
public java.lang.String getResponseContentType()
- Specified by:
getResponseContentType
in interface javax.portlet.PortletRequest
- Returns:
- See Also:
PortletRequest.getResponseContentType()
getResponseContentTypes
public java.util.Enumeration getResponseContentTypes()
- Specified by:
getResponseContentTypes
in interface javax.portlet.PortletRequest
- Returns:
- See Also:
-= Simon =-
TODO: Once portlet spec supports generics, change this signature to match it.
getScheme
public java.lang.String getScheme()
- Specified by:
getScheme
in interface javax.portlet.PortletRequest
- Returns:
- See Also:
PortletRequest.getScheme()
getServerName
public java.lang.String getServerName()
- Specified by:
getServerName
in interface javax.portlet.PortletRequest
- Returns:
- See Also:
PortletRequest.getServerName()
getServerPort
public int getServerPort()
- Specified by:
getServerPort
in interface javax.portlet.PortletRequest
- Returns:
- See Also:
PortletRequest.getServerPort()
getUserPrincipal
public java.security.Principal getUserPrincipal()
- Specified by:
getUserPrincipal
in interface javax.portlet.PortletRequest
- Returns:
- See Also:
PortletRequest.getUserPrincipal()
getWindowState
public javax.portlet.WindowState getWindowState()
- Specified by:
getWindowState
in interface javax.portlet.PortletRequest
- Returns:
- See Also:
PortletRequest.getWindowState()
isPortletModeAllowed
public boolean isPortletModeAllowed(javax.portlet.PortletMode arg0)
- Specified by:
isPortletModeAllowed
in interface javax.portlet.PortletRequest
- Parameters:
arg0
-
- Returns:
- See Also:
PortletRequest.isPortletModeAllowed(javax.portlet.PortletMode)
isRequestedSessionIdValid
public boolean isRequestedSessionIdValid()
- Specified by:
isRequestedSessionIdValid
in interface javax.portlet.PortletRequest
- Returns:
- See Also:
PortletRequest.isRequestedSessionIdValid()
isSecure
public boolean isSecure()
- Specified by:
isSecure
in interface javax.portlet.PortletRequest
- Returns:
- See Also:
PortletRequest.isSecure()
isUserInRole
public boolean isUserInRole(java.lang.String arg0)
- Specified by:
isUserInRole
in interface javax.portlet.PortletRequest
- Parameters:
arg0
-
- Returns:
- See Also:
PortletRequest.isUserInRole(java.lang.String)
isWindowStateAllowed
public boolean isWindowStateAllowed(javax.portlet.WindowState arg0)
- Specified by:
isWindowStateAllowed
in interface javax.portlet.PortletRequest
- Parameters:
arg0
-
- Returns:
- See Also:
PortletRequest.isWindowStateAllowed(javax.portlet.WindowState)
removeAttribute
public void removeAttribute(java.lang.String arg0)
- Specified by:
removeAttribute
in interface javax.portlet.PortletRequest
- Parameters:
arg0
- - See Also:
PortletRequest.removeAttribute(java.lang.String)
setAttribute
public void setAttribute(java.lang.String arg0,
java.lang.Object arg1)
- Specified by:
setAttribute
in interface javax.portlet.PortletRequest
- Parameters:
arg0
- arg1
- - See Also:
PortletRequest.setAttribute(java.lang.String, java.lang.Object)
getRequest
public javax.portlet.PortletRequest getRequest()
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.