站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

JBossRenderRequest - JBOSS Portal 2.6 API 英文版文档


org.jboss.portlet
Class JBossRenderRequest

java.lang.Object
  extended byorg.jboss.portal.portlet.impl.jsr168.PortletRequestImpl
      extended byorg.jboss.portal.portlet.impl.jsr168.RenderRequestImpl
          extended byorg.jboss.portlet.JBossRenderRequest
All Implemented Interfaces:
PortletRequest, RenderRequest

public class JBossRenderRequest
extends RenderRequestImpl

Version:
$Revision: 5448 $
Author:
Julien Viet

Field Summary
private  Parameters blah
          The parameters.
 
Fields inherited from class org.jboss.portal.portlet.impl.jsr168.RenderRequestImpl
renderContext
 
Fields inherited from class org.jboss.portal.portlet.impl.jsr168.PortletRequestImpl
attributes, container, contentTypes, dreq, instanceContext, invocation, log, parameters, portalContext, preferences, psession, REMOVED_ATTRIBUTE, requestContext, securityContext, sessionStatus, userContext
 
Fields inherited from interface javax.portlet.PortletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH, USER_INFO
 
Constructor Summary
JBossRenderRequest(RenderInvocation invocation)
           
 
Method Summary
protected  PortletPreferences createPreferences()
           
 java.util.Map getInformations()
          Returns a modifiable map of user informations or null if the user is not authenticated.
 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.PortletRequestImpl
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
 
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
 

Field Detail

blah

private Parameters blah
The parameters.

Constructor Detail

JBossRenderRequest

public JBossRenderRequest(RenderInvocation invocation)
Method Detail

getPortalNode

public PortalNode getPortalNode()

getInformations

public java.util.Map getInformations()
Returns a modifiable map of user informations or null if the user is not authenticated.


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()