|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.http.HttpServletRequestWrapper
org.apache.pluto.core.impl.PortletRequestImpl
org.apache.pluto.core.impl.ActionRequestImpl
org.apache.cocoon.portal.pluto.factory.ActionRequestImpl
public class ActionRequestImpl
Implementation for the action request object.
| Field Summary | |
|---|---|
protected PortalUser |
user
The portal user. |
| Fields inherited from interface javax.portlet.PortletRequest |
|---|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH, USER_INFO |
| Constructor Summary | |
|---|---|
ActionRequestImpl(org.apache.pluto.om.window.PortletWindow window,
HttpServletRequest req,
PortalUser user)
|
|
| Method Summary | |
|---|---|
String |
getRemoteUser()
|
boolean |
isUserInRole(String role)
|
| Methods inherited from class org.apache.pluto.core.impl.ActionRequestImpl |
|---|
getPortletInputStream, getPreferences |
| Methods inherited from class org.apache.pluto.core.impl.PortletRequestImpl |
|---|
getAttribute, getAttributeNames, getAuthType, getCharacterEncoding, getContentLength, getContentType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getInputStream, getInternalPortletWindow, getIntHeader, getLocale, getLocales, getMethod, getParameter, getParameterMap, getParameterNames, getParameterValues, getPathInfo, getPathTranslated, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getProperties, getProperty, getPropertyNames, getProtocol, getQueryString, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRequestDispatcher, getRequestedSessionId, getRequestURI, getRequestURL, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getServletPath, getSession, getSession, getUserPrincipal, getWindowState, isIncluded, isPortletModeAllowed, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isWindowStateAllowed, lateInit, removeAttribute, setAttribute, setCharacterEncoding, setIncluded |
| Methods inherited from class javax.servlet.http.HttpServletRequestWrapper |
|---|
getRequest |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.portlet.ActionRequest |
|---|
getCharacterEncoding, getContentLength, getContentType, getReader, setCharacterEncoding |
| Methods inherited from interface javax.portlet.PortletRequest |
|---|
getAttribute, getAttributeNames, getAuthType, getContextPath, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getProperties, getProperty, getPropertyNames, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isWindowStateAllowed, removeAttribute, setAttribute |
| Field Detail |
|---|
protected final PortalUser user
| Constructor Detail |
|---|
public ActionRequestImpl(org.apache.pluto.om.window.PortletWindow window,
HttpServletRequest req,
PortalUser user)
| Method Detail |
|---|
public String getRemoteUser()
getRemoteUser in interface javax.portlet.PortletRequestgetRemoteUser in interface HttpServletRequestgetRemoteUser in class org.apache.pluto.core.impl.PortletRequestImplPortletRequestImpl.getRemoteUser()public boolean isUserInRole(String role)
isUserInRole in interface javax.portlet.PortletRequestisUserInRole in interface HttpServletRequestisUserInRole in class org.apache.pluto.core.impl.PortletRequestImplPortletRequestImpl.isUserInRole(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||