org.jboss.portal.server
Interface PortalRequest

All Superinterfaces:
javax.servlet.http.HttpServletRequest, javax.servlet.ServletRequest
All Known Implementing Classes:
PortalRequestImpl

public interface PortalRequest
extends javax.servlet.http.HttpServletRequest


Field Summary
 
Fields inherited from interface javax.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
Method Summary
 Parameters getControlParameters()
          Returns the control parameters.
 java.lang.Boolean getIdempotent()
          Return the idempotent mode for this request.
 Properties getProperties()
          Return a set of properties during the requet.
 PortalServer getServer()
          Return the container associated with this request.
 ServerObject getTarget()
          Return the target or null if there is no target.
 Parameters getTargetParameters()
          Returns the target parameters.
 ServerURL getURL()
          Return the incoming URL that generated this request or null if it cannot be built.
 void setIdempotent(java.lang.Boolean idempotent)
          Force the portal to be idempotent.
 
Methods inherited from interface javax.servlet.http.HttpServletRequest
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole
 
Methods inherited from interface javax.servlet.ServletRequest
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding
 

Method Detail

getControlParameters

Parameters getControlParameters()
Returns the control parameters.


getTargetParameters

Parameters getTargetParameters()
Returns the target parameters.


getTarget

ServerObject getTarget()
Return the target or null if there is no target.


getServer

PortalServer getServer()
Return the container associated with this request.


getURL

ServerURL getURL()
Return the incoming URL that generated this request or null if it cannot be built.


getProperties

Properties getProperties()
Return a set of properties during the requet.


setIdempotent

void setIdempotent(java.lang.Boolean idempotent)
Force the portal to be idempotent.


getIdempotent

java.lang.Boolean getIdempotent()
Return the idempotent mode for this request.