org.jboss.portlet
Class JBossActionRequest

java.lang.Object
  extended by org.jboss.portal.portlet.impl.jsr168.api.PortletRequestImpl
      extended by org.jboss.portal.portlet.impl.jsr168.api.ActionRequestImpl
          extended by org.jboss.portlet.JBossActionRequest
All Implemented Interfaces:
ActionRequest, PortletRequest

public class JBossActionRequest
extends ActionRequestImpl

Version:
$Revision: 6765 $
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.jboss.portal.portlet.impl.jsr168.api.ActionRequestImpl
actionContext
 
Fields inherited from class org.jboss.portal.portlet.impl.jsr168.api.PortletRequestImpl
attributes, container, dreq, instanceContext, invocation, log, parameters, portalContext, preferences, psession, requestContext, securityContext, sessionStatus, userContext
 
Fields inherited from interface javax.portlet.PortletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH, USER_INFO
 
Constructor Summary
JBossActionRequest(ActionInvocation invocation)
           
 
Method Summary
protected  PortletPreferences createPreferences()
           
 ControllerContext getControllerContext()
           
 Parameters getParameters()
           
 PortalNode getPortalNode()
           
 User getUser()
          Returns the current authenticated user or null if the user is not authenticated
 
Methods inherited from class org.jboss.portal.portlet.impl.jsr168.api.ActionRequestImpl
getCharacterEncoding, getContentLength, getContentType, getPortletInputStream, getReader, setCharacterEncoding
 
Methods inherited from class org.jboss.portal.portlet.impl.jsr168.api.PortletRequestImpl
getAttribute, getAttributeNames, getAttributes, getAuthType, getContextPath, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, 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
 
Methods inherited from interface javax.portlet.PortletRequest
getAttribute, getAttributeNames, getAuthType, getContextPath, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getProperties, getProperty, getPropertyNames, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute
 

Constructor Detail

JBossActionRequest

public JBossActionRequest(ActionInvocation invocation)
Method Detail

getControllerContext

public ControllerContext getControllerContext()

getPortalNode

public PortalNode getPortalNode()

getUser

public User getUser()
Returns the current authenticated user or null if the user is not authenticated


getParameters

public Parameters getParameters()

createPreferences

protected PortletPreferences createPreferences()