org.apache.pluto.internal
Interface InternalRenderRequest

All Superinterfaces:
InternalPortletRequest, javax.portlet.PortletRequest, javax.portlet.RenderRequest
All Known Implementing Classes:
RenderRequestImpl

public interface InternalRenderRequest
extends InternalPortletRequest, javax.portlet.RenderRequest

The internal render request interface extends the internal portlet request interface and provides some render-specific methods.

Since:
2006-02-17

Field Summary
 
Fields inherited from interface javax.portlet.PortletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH, USER_INFO
 
Method Summary
 boolean isIncluded()
           
 void setIncluded(boolean included)
           
 void setIncludedQueryString(java.lang.String queryString)
           
 
Methods inherited from interface org.apache.pluto.internal.InternalPortletRequest
getHttpServletRequest, getInternalPortletWindow, getPortletContainer, init, release
 
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
 

Method Detail

setIncluded

void setIncluded(boolean included)

isIncluded

boolean isIncluded()

setIncludedQueryString

void setIncludedQueryString(java.lang.String queryString)


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.