|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.portal.portlet.impl.PortletRequestImpl
org.jboss.portal.portlet.impl.RenderRequestImpl
public class RenderRequestImpl
| Field Summary |
|---|
| Fields inherited from class org.jboss.portal.portlet.impl.PortletRequestImpl |
|---|
component, contentTypes, dreq, instance, instanceCtx, log, portalContext, preferences, psession, req, resp, sessionStatus, userContext, userInfo, window, windowCtx |
| Fields inherited from interface javax.portlet.PortletRequest |
|---|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH, USER_INFO |
| Constructor Summary | |
|---|---|
RenderRequestImpl(UserContext userContext,
PortletPreferences preferences,
Window window,
WindowContext windowContext,
PortalRequest req,
PortalResponse resp,
javax.servlet.http.HttpServletRequest dreq)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getParameter(java.lang.String name)
|
java.util.Map |
getParameterMap()
|
java.util.Enumeration |
getParameterNames()
|
java.lang.String[] |
getParameterValues(java.lang.String name)
|
| Methods inherited from class org.jboss.portal.portlet.impl.PortletRequestImpl |
|---|
getAttribute, getAttributeNames, getAuthType, getContextPath, getLocale, getLocales, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getProperties, getProperty, getPropertyNames, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RenderRequestImpl(UserContext userContext,
PortletPreferences preferences,
Window window,
WindowContext windowContext,
PortalRequest req,
PortalResponse resp,
javax.servlet.http.HttpServletRequest dreq)
| Method Detail |
|---|
public java.lang.String getParameter(java.lang.String name)
getParameter in interface PortletRequestpublic java.util.Enumeration getParameterNames()
getParameterNames in interface PortletRequestpublic java.lang.String[] getParameterValues(java.lang.String name)
getParameterValues in interface PortletRequestpublic java.util.Map getParameterMap()
getParameterMap in interface PortletRequest
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||