A B C D E F G H I K L M N O P R S T U V W

A

ACTION - Static variable in class org.apache.pluto.spi.optional.PortletInvocationEvent
 
ADMIN - Static variable in class org.apache.pluto.spi.optional.PortletInvocationEvent
 
ATTRIBUTE_ARRAY - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
ActionRequestImpl - class org.apache.pluto.internal.impl.ActionRequestImpl.
Implementation of the javax.portlet.ActionRequest interface.
ActionRequestImpl(PortletContainer, InternalPortletWindow, HttpServletRequest) - Constructor for class org.apache.pluto.internal.impl.ActionRequestImpl
 
ActionRequestWrapper - class org.apache.pluto.wrappers.ActionRequestWrapper.
 
ActionRequestWrapper(ActionRequest) - Constructor for class org.apache.pluto.wrappers.ActionRequestWrapper
Creates a ServletRequest adaptor wrapping the given request object.
ActionResponseImpl - class org.apache.pluto.internal.impl.ActionResponseImpl.
 
ActionResponseImpl(PortletContainer, InternalPortletWindow, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.pluto.internal.impl.ActionResponseImpl
 
ActionResponseWrapper - class org.apache.pluto.wrappers.ActionResponseWrapper.
 
ActionResponseWrapper(ActionResponse) - Constructor for class org.apache.pluto.wrappers.ActionResponseWrapper
Creates a ServletResponse adaptor wrapping the given response object.
AdministrativeRequestListener - interface org.apache.pluto.spi.optional.AdministrativeRequestListener.
 
ApplicationIdResolver - interface org.apache.pluto.core.ApplicationIdResolver.
 
ArgumentUtility - class org.apache.pluto.util.ArgumentUtility.
Static class that provides utility static methods for argument validation.
ArgumentUtility() - Constructor for class org.apache.pluto.util.ArgumentUtility
 
AttributeApplicationIdResolver - class org.apache.pluto.core.AttributeApplicationIdResolver.
 
AttributeApplicationIdResolver() - Constructor for class org.apache.pluto.core.AttributeApplicationIdResolver
 
action(ActionRequest, ActionResponse, InternalPortletWindow) - Method in class org.apache.pluto.core.DefaultPortletInvokerService
Invoke the portlet with an action request.
action(ActionRequest, ActionResponse, InternalPortletWindow) - Method in interface org.apache.pluto.spi.optional.PortletInvokerService
 
addAdministrativeRequestListener(AdministrativeRequestListener) - Method in class org.apache.pluto.core.DefaultPortalAdministrationService
 
addPortletInvocationListener(PortletInvocationListener) - Method in class org.apache.pluto.core.DefaultPortalAdministrationService
 
addPortletRegistryListener(PortletRegistryListener) - Method in class org.apache.pluto.core.PortletContextManager
 
addPortletRegistryListener(PortletRegistryListener) - Method in interface org.apache.pluto.spi.optional.PortletRegistryService
Add a listener which will recieve notifications of newly registered applications.
addProperty(String, String) - Method in class org.apache.pluto.internal.impl.PortletResponseImpl
 
addProperty(String, String) - Method in class org.apache.pluto.wrappers.PortletResponseWrapper
 
addResponseProperty(HttpServletRequest, PortletWindow, String, String) - Method in interface org.apache.pluto.spi.PortalCallbackService
 
admin(PortletRequest, PortletResponse, InternalPortletWindow) - Method in class org.apache.pluto.core.DefaultPortletInvokerService
 
admin(PortletRequest, PortletResponse, InternalPortletWindow) - Method in interface org.apache.pluto.spi.optional.PortletInvokerService
 
administer(PortletRequest, PortletResponse) - Method in interface org.apache.pluto.spi.optional.AdministrativeRequestListener
 

B

BUNDLE - Static variable in class org.apache.pluto.internal.Configuration
 
baseGetParameterMap() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
The base method that returns the parameter map in this portlet request.
baseGetParameterMap() - Method in class org.apache.pluto.internal.impl.RenderRequestImpl
 

C

CONTEXT_PATH_PARAM - Static variable in class org.apache.pluto.core.AttributeApplicationIdResolver
 
CONTEXT_PATH_PARAM - Static variable in class org.apache.pluto.core.InitParameterApplicationIdResolver
 
ClasspathScanner - class org.apache.pluto.util.ClasspathScanner.
 
ClasspathScanner() - Constructor for class org.apache.pluto.util.ClasspathScanner
 
Configuration - class org.apache.pluto.internal.Configuration.
Central location for Configuration info.
Configuration() - Constructor for class org.apache.pluto.internal.Configuration
 
Constants - class org.apache.pluto.Constants.
Constant values used to bind internal portlet objects as attributes, typically to a request.
Constants() - Constructor for class org.apache.pluto.Constants
 
ContainerInvocation - class org.apache.pluto.core.ContainerInvocation.
Whenever possible, use of this class should be avoided.
ContainerInvocation(PortletWindow, PortletContainer) - Constructor for class org.apache.pluto.core.ContainerInvocation
 
ContainerService - interface org.apache.pluto.spi.ContainerService.
Defines a service and needs to be implemented by all PortletContainerServices.
clearInvocation() - Static method in class org.apache.pluto.core.ContainerInvocation
 
clearParameters() - Method in interface org.apache.pluto.spi.PortletURLProvider
Removes all pre-existing parameters in this URL
clone() - Method in interface org.apache.pluto.internal.InternalPortletPreference
Clone a copy of itself.
clone() - Method in class org.apache.pluto.internal.impl.PortletPreferenceImpl
 
close() - Method in class org.apache.pluto.util.PrintWriterServletOutputStream
Closes the stream
computeContextPath(ServletContext) - Static method in class org.apache.pluto.core.PortletContextManager
 
copy(String[]) - Static method in class org.apache.pluto.util.StringUtils
TODO: can't we just use String[].clone()?
copyParameters(Map) - Static method in class org.apache.pluto.util.StringUtils
Deep-clones a parameter map.
createActionRequest(PortletContainer, HttpServletRequest, HttpServletResponse, InternalPortletWindow) - Method in class org.apache.pluto.core.DefaultPortletEnvironmentService
 
createActionRequest(PortletContainer, HttpServletRequest, HttpServletResponse, InternalPortletWindow) - Method in interface org.apache.pluto.spi.optional.PortletEnvironmentService
 
createActionResponse(PortletContainer, HttpServletRequest, HttpServletResponse, InternalPortletWindow) - Method in class org.apache.pluto.core.DefaultPortletEnvironmentService
 
createActionResponse(PortletContainer, HttpServletRequest, HttpServletResponse, InternalPortletWindow) - Method in interface org.apache.pluto.spi.optional.PortletEnvironmentService
 
createActionURL() - Method in class org.apache.pluto.internal.impl.RenderResponseImpl
 
createActionURL() - Method in class org.apache.pluto.wrappers.RenderResponseWrapper
 
createContainer(String, RequiredContainerServices) - Method in class org.apache.pluto.PortletContainerFactory
Create a container with the given containerName, initialized from the given servlet config, and using the given container services.
createContainer(String, RequiredContainerServices, OptionalContainerServices) - Method in class org.apache.pluto.PortletContainerFactory
 
createRenderRequest(PortletContainer, HttpServletRequest, HttpServletResponse, InternalPortletWindow) - Method in class org.apache.pluto.core.DefaultPortletEnvironmentService
 
createRenderRequest(PortletContainer, HttpServletRequest, HttpServletResponse, InternalPortletWindow) - Method in interface org.apache.pluto.spi.optional.PortletEnvironmentService
 
createRenderResponse(PortletContainer, HttpServletRequest, HttpServletResponse, InternalPortletWindow) - Method in class org.apache.pluto.core.DefaultPortletEnvironmentService
 
createRenderResponse(PortletContainer, HttpServletRequest, HttpServletResponse, InternalPortletWindow) - Method in interface org.apache.pluto.spi.optional.PortletEnvironmentService
 
createRenderURL() - Method in class org.apache.pluto.internal.impl.RenderResponseImpl
 
createRenderURL() - Method in class org.apache.pluto.wrappers.RenderResponseWrapper
 
createUserInfoMap() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 

D

DECISIVE - Static variable in interface org.apache.pluto.core.ApplicationIdResolver
 
DEFAULT - Static variable in interface org.apache.pluto.core.ApplicationIdResolver
 
DefaultApplicationIdResolver - class org.apache.pluto.core.DefaultApplicationIdResolver.
 
DefaultApplicationIdResolver() - Constructor for class org.apache.pluto.core.DefaultApplicationIdResolver
 
DefaultOptionalContainerServices - class org.apache.pluto.core.DefaultOptionalContainerServices.
Default Optional Container Services implementation.
DefaultOptionalContainerServices() - Constructor for class org.apache.pluto.core.DefaultOptionalContainerServices
Constructs an instance using the default portlet preferences service implementation.
DefaultOptionalContainerServices(OptionalContainerServices) - Constructor for class org.apache.pluto.core.DefaultOptionalContainerServices
Constructs an instance using specified optional container services implementation.
DefaultPortalAdministrationService - class org.apache.pluto.core.DefaultPortalAdministrationService.
 
DefaultPortalAdministrationService() - Constructor for class org.apache.pluto.core.DefaultPortalAdministrationService
 
DefaultPortletEnvironmentService - class org.apache.pluto.core.DefaultPortletEnvironmentService.
 
DefaultPortletEnvironmentService() - Constructor for class org.apache.pluto.core.DefaultPortletEnvironmentService
 
DefaultPortletInfoService - class org.apache.pluto.core.DefaultPortletInfoService.
 
DefaultPortletInfoService() - Constructor for class org.apache.pluto.core.DefaultPortletInfoService
 
DefaultPortletInvokerService - class org.apache.pluto.core.DefaultPortletInvokerService.
Used internally to invoke/dispatch requests from the container to the portlet application.
DefaultPortletInvokerService() - Constructor for class org.apache.pluto.core.DefaultPortletInvokerService
Default Constructor.
DefaultPortletPreferencesService - class org.apache.pluto.core.DefaultPortletPreferencesService.
Default implementation of the portlet preferences service.
DefaultPortletPreferencesService() - Constructor for class org.apache.pluto.core.DefaultPortletPreferencesService
Default no-arg constructor.
DefaultUserInfoService - class org.apache.pluto.core.DefaultUserInfoService.
UserInfo
DefaultUserInfoService() - Constructor for class org.apache.pluto.core.DefaultUserInfoService
 
decode(PortletWindowID, String) - Method in interface org.apache.pluto.util.NamespaceMapper
 
decode(PortletWindowID, String) - Method in class org.apache.pluto.util.impl.NamespaceMapperImpl
 
destroy() - Method in interface org.apache.pluto.PortletContainer
Shuts down the container.
destroy() - Method in class org.apache.pluto.core.PortletContainerImpl
Destroy this container.
destroy() - Method in class org.apache.pluto.core.PortletServlet
 
doAction(PortletWindow, HttpServletRequest, HttpServletResponse) - Method in interface org.apache.pluto.PortletContainer
Indicates that a portlet action occured in the current request and calls the processAction method of this portlet.
doAction(PortletWindow, HttpServletRequest, HttpServletResponse) - Method in class org.apache.pluto.core.PortletContainerImpl
Process action for the portlet associated with the given portlet window.
doAdmin(PortletWindow, HttpServletRequest, HttpServletResponse) - Method in interface org.apache.pluto.PortletContainer
Indicates that the portal needs to perform administrative actions upon the portlet and/or portlet application.
doAdmin(PortletWindow, HttpServletRequest, HttpServletResponse) - Method in class org.apache.pluto.core.PortletContainerImpl
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.pluto.core.PortletServlet
 
doLoad(PortletWindow, HttpServletRequest, HttpServletResponse) - Method in interface org.apache.pluto.PortletContainer
Indicates that the portlet must be initialized
doLoad(PortletWindow, HttpServletRequest, HttpServletResponse) - Method in class org.apache.pluto.core.PortletContainerImpl
Loads the portlet associated with the specified portlet window.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.pluto.core.PortletServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.pluto.core.PortletServlet
 
doRender(PortletWindow, HttpServletRequest, HttpServletResponse) - Method in interface org.apache.pluto.PortletContainer
Calls the render method of the given portlet window.
doRender(PortletWindow, HttpServletRequest, HttpServletResponse) - Method in class org.apache.pluto.core.PortletContainerImpl
Renders the portlet associated with the specified portlet window.

E

Enumerator - class org.apache.pluto.util.Enumerator.
Uitlity class to wraps an Enumeration around a Collection, i.e.
Enumerator(Collection) - Constructor for class org.apache.pluto.util.Enumerator
Returns an Enumeration over the specified Collection.
Enumerator(Iterator) - Constructor for class org.apache.pluto.util.Enumerator
Returns an Enumeration over the values of the specified Iterator.
Enumerator(Map) - Constructor for class org.apache.pluto.util.Enumerator
Returns an Enumeration over the values of the specified Map.
encode(PortletWindowID, String) - Method in interface org.apache.pluto.util.NamespaceMapper
 
encode(PortletWindowID, PortletWindowID, String) - Method in interface org.apache.pluto.util.NamespaceMapper
 
encode(PortletWindowID, String) - Method in class org.apache.pluto.util.impl.NamespaceMapperImpl
 
encode(PortletWindowID, PortletWindowID, String) - Method in class org.apache.pluto.util.impl.NamespaceMapperImpl
 
encodeRedirectURL(String) - Method in interface org.apache.pluto.internal.InternalActionResponse
 
encodeRedirectURL(String) - Method in class org.apache.pluto.internal.impl.RenderResponseImpl
TODO
encodeRedirectUrl(String) - Method in class org.apache.pluto.internal.impl.RenderResponseImpl
TODO
encodeURL(String) - Method in class org.apache.pluto.internal.impl.PortletResponseImpl
 
encodeURL(String) - Method in class org.apache.pluto.wrappers.PortletResponseWrapper
 
encodeUrl(String) - Method in class org.apache.pluto.internal.impl.PortletResponseImpl
 

F

findConfiguredImplementations(Class) - Static method in class org.apache.pluto.util.ClasspathScanner
Mechanism for finding all implementations of the specified interface.
flush() - Method in class org.apache.pluto.util.PrintWriterServletOutputStream
Flushes the stream, writing any buffered output bytes
flushBuffer() - Method in class org.apache.pluto.internal.impl.RenderResponseImpl
 
flushBuffer() - Method in class org.apache.pluto.wrappers.RenderResponseWrapper
 

G

getActionRequest() - Method in class org.apache.pluto.wrappers.ActionRequestWrapper
Return the wrapped ServletRequest object.
getActionResponse() - Method in class org.apache.pluto.wrappers.ActionResponseWrapper
Return the wrapped ServletResponse object.
getAdministrativeRequestListeners() - Method in class org.apache.pluto.core.DefaultPortalAdministrationService
 
getAdministrativeRequestListeners() - Method in interface org.apache.pluto.spi.optional.PortalAdministrationService
 
getApplicationId() - Method in interface org.apache.pluto.internal.InternalPortletContext
Retrieve the unique identifier for the portlet context.
getApplicationId() - Method in class org.apache.pluto.internal.impl.PortletContextImpl
 
getApplicationId() - Method in class org.apache.pluto.spi.optional.PortletRegistryEvent
 
getApplicationName() - Method in class org.apache.pluto.internal.impl.PortletContextImpl
 
getAttribute(String) - Method in class org.apache.pluto.internal.impl.PortletContextImpl
 
getAttribute(String) - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getAttribute(String) - Method in class org.apache.pluto.internal.impl.PortletSessionImpl
 
getAttribute(String, int) - Method in class org.apache.pluto.internal.impl.PortletSessionImpl
Returns the attribute of the specified name under the given scope.
getAttribute(String) - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getAttributeNames() - Method in class org.apache.pluto.internal.impl.PortletContextImpl
 
getAttributeNames() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getAttributeNames() - Method in class org.apache.pluto.internal.impl.PortletSessionImpl
 
getAttributeNames(int) - Method in class org.apache.pluto.internal.impl.PortletSessionImpl
 
getAttributeNames() - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getAuthType() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getAuthType() - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getAuthUser() - Method in interface org.apache.pluto.core.UserInfoAttribute
 
getAuthority() - Method in interface org.apache.pluto.core.ApplicationIdResolver
Retrive the degree of authority with which the resolver speaks.
getAuthority() - Method in class org.apache.pluto.core.AttributeApplicationIdResolver
 
getAuthority() - Method in class org.apache.pluto.core.DefaultApplicationIdResolver
 
getAuthority() - Method in class org.apache.pluto.core.InitParameterApplicationIdResolver
 
getBufferSize() - Method in class org.apache.pluto.internal.impl.RenderResponseImpl
 
getBufferSize() - Method in class org.apache.pluto.wrappers.RenderResponseWrapper
 
getChangedPortletMode() - Method in interface org.apache.pluto.internal.InternalActionResponse
Retrieve the portlet mode.
getChangedPortletMode() - Method in class org.apache.pluto.internal.impl.ActionResponseImpl
 
getChangedWindowState() - Method in interface org.apache.pluto.internal.InternalActionResponse
Retrieve the window state.
getChangedWindowState() - Method in class org.apache.pluto.internal.impl.ActionResponseImpl
 
getCharacterEncoding() - Method in class org.apache.pluto.internal.impl.RenderRequestImpl
 
getCharacterEncoding() - Method in class org.apache.pluto.internal.impl.RenderResponseImpl
 
getCharacterEncoding() - Method in class org.apache.pluto.wrappers.ActionRequestWrapper
 
getCharacterEncoding() - Method in class org.apache.pluto.wrappers.RenderResponseWrapper
 
getContainer() - Method in class org.apache.pluto.internal.impl.PortletResponseImpl
Returns the portlet container.
getContentLength() - Method in class org.apache.pluto.internal.impl.RenderRequestImpl
Checks the included flag and returns the content length.
getContentLength() - Method in class org.apache.pluto.wrappers.ActionRequestWrapper
 
getContentType() - Method in class org.apache.pluto.internal.impl.RenderRequestImpl
Checks the included flag and returns the content type.
getContentType() - Method in class org.apache.pluto.internal.impl.RenderResponseImpl
 
getContentType() - Method in class org.apache.pluto.wrappers.ActionRequestWrapper
 
getContentType() - Method in class org.apache.pluto.wrappers.RenderResponseWrapper
 
getContextClassLoader() - Method in class org.apache.pluto.internal.impl.PortletContextImpl
ClassLoader associated with this context.
getContextPath() - Method in interface org.apache.pluto.PortletWindow
Retrieve the context path in which the Portlet resides.
getContextPath(ServletContext) - Static method in class org.apache.pluto.core.PortletContextManager
 
getContextPath() - Method in class org.apache.pluto.internal.impl.InternalPortletWindowImpl
 
getContextPath() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getContextPath() - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getControllerServletUri() - Method in interface org.apache.pluto.internal.PortletEntity
Deprecated.  
getControllerServletUri() - Method in class org.apache.pluto.internal.impl.PortletEntityImpl
Deprecated.  
getCreationTime() - Method in class org.apache.pluto.internal.impl.PortletSessionImpl
 
getDefaultPreferences() - Method in interface org.apache.pluto.internal.PortletEntity
Returns an array of default preferences of this portlet.
getDefaultPreferences() - Method in class org.apache.pluto.internal.impl.PortletEntityImpl
Returns an array of default preferences of this portlet.
getHttpServletRequest() - Method in interface org.apache.pluto.internal.InternalPortletRequest
 
getHttpServletRequest() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getHttpServletRequest() - Method in class org.apache.pluto.internal.impl.PortletResponseImpl
Returns the nested HttpServletRequest instance.
getHttpServletResponse() - Method in class org.apache.pluto.internal.impl.PortletResponseImpl
Returns the nested HttpServletResponse instance.
getId() - Method in interface org.apache.pluto.PortletWindow
Retrieve this windows unique id which will be used to communicate back to the referencing portal.
getId() - Method in class org.apache.pluto.internal.impl.InternalPortletWindowImpl
 
getId() - Method in class org.apache.pluto.internal.impl.PortletSessionImpl
 
getInitParameter(String) - Method in class org.apache.pluto.internal.impl.PortletConfigImpl
 
getInitParameter(String) - Method in class org.apache.pluto.internal.impl.PortletContextImpl
 
getInitParameterNames() - Method in class org.apache.pluto.internal.impl.PortletConfigImpl
 
getInitParameterNames() - Method in class org.apache.pluto.internal.impl.PortletContextImpl
 
getInputStream() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getInputStream() - Method in class org.apache.pluto.internal.impl.RenderRequestImpl
Checks the included flag and returns the input stream to this render response.
getInstance() - Static method in class org.apache.pluto.PortletContainerFactory
Accessor method for the singleton instance of the PortletContainerFactory.
getInternalPortletWindow() - Method in interface org.apache.pluto.internal.InternalPortletRequest
 
getInternalPortletWindow() - Method in interface org.apache.pluto.internal.InternalPortletResponse
 
getInternalPortletWindow() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getInternalPortletWindow() - Method in class org.apache.pluto.internal.impl.PortletResponseImpl
 
getInvocation() - Static method in class org.apache.pluto.core.ContainerInvocation
Retrieve the container which is currently executing.
getInvocationMethod() - Method in class org.apache.pluto.spi.optional.PortletInvocationEvent
 
getKeywords(PortletWindow) - Method in class org.apache.pluto.core.DefaultPortletInfoService
 
getKeywords(PortletWindow) - Method in interface org.apache.pluto.spi.optional.PortletInfoService
Retrieve the keywords for the specified portlet window.
getLastAccessedTime() - Method in class org.apache.pluto.internal.impl.PortletSessionImpl
 
getLocale() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getLocale() - Method in class org.apache.pluto.internal.impl.RenderResponseImpl
 
getLocale() - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getLocale() - Method in class org.apache.pluto.wrappers.RenderResponseWrapper
 
getLocales() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getLocales() - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getMajorVersion() - Method in class org.apache.pluto.internal.impl.PortletContextImpl
 
getManager() - Static method in class org.apache.pluto.core.PortletContextManager
Returns the singleton manager instance.
getManager(String) - Static method in class org.apache.pluto.util.StringManager
Get the StringManager for a particular package.
getMap() - Method in class org.apache.pluto.internal.impl.PortletPreferencesImpl
 
getMaxInactiveInterval() - Method in class org.apache.pluto.internal.impl.PortletSessionImpl
 
getMethod() - Method in class org.apache.pluto.internal.impl.RenderRequestImpl
 
getMimeType(String) - Method in class org.apache.pluto.internal.impl.PortletContextImpl
 
getMimeTypeWithoutEncoding(String) - Static method in class org.apache.pluto.util.StringUtils
Strips the specified mime type by removing the character encoding specified at the end of the mime type (all characters after the ';').
getMinorVersion() - Method in class org.apache.pluto.internal.impl.PortletContextImpl
 
getName() - Method in interface org.apache.pluto.PortletContainer
Retrieve the unique container name
getName() - Method in class org.apache.pluto.core.PortletContainerImpl
 
getName() - Method in interface org.apache.pluto.core.UserInfoAttribute
 
getName() - Method in interface org.apache.pluto.internal.InternalPortletPreference
Returns the name of this portlet preference.
getName() - Method in class org.apache.pluto.internal.impl.PortletPreferenceImpl
 
getNamedDispatcher(String) - Method in class org.apache.pluto.internal.impl.PortletContextImpl
 
getNames() - Method in class org.apache.pluto.internal.impl.PortletPreferencesImpl
 
getNamespace() - Method in class org.apache.pluto.internal.impl.RenderResponseImpl
 
getNamespace() - Method in class org.apache.pluto.wrappers.RenderResponseWrapper
 
getOptionalContainerServices() - Method in interface org.apache.pluto.PortletContainer
Retrieve the optional container services associated with this contianer.
getOptionalContainerServices() - Method in class org.apache.pluto.core.PortletContainerImpl
Retrieve the optional container services used by the container.
getOriginalPortletWindow() - Method in interface org.apache.pluto.internal.InternalPortletWindow
Retrieve the original portlet window with which the container was invoked.
getOriginalPortletWindow() - Method in class org.apache.pluto.internal.impl.InternalPortletWindowImpl
 
getOutputStream() - Method in class org.apache.pluto.internal.impl.PortletResponseImpl
TODO: javadoc about why we are using a wrapped writer here.
getParameter(String) - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getParameter(String) - Method in class org.apache.pluto.internal.impl.PortletURLImpl
 
getParameter(String) - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getParameterMap() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getParameterMap() - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getParameterNames() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getParameterNames() - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getParameterValues(String) - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getParameterValues(String) - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getParameters(String) - Method in class org.apache.pluto.internal.impl.PortletURLImpl
 
getPathInfo() - Method in class org.apache.pluto.internal.impl.RenderRequestImpl
 
getPathTranslated() - Method in class org.apache.pluto.internal.impl.RenderRequestImpl
TODO: check PLT.16.3.3.
getPortalAdministrationService() - Method in interface org.apache.pluto.OptionalContainerServices
Returns the admin service implementation used by the container.
getPortalAdministrationService() - Method in class org.apache.pluto.core.DefaultOptionalContainerServices
 
getPortalCallbackService() - Method in interface org.apache.pluto.RequiredContainerServices
Returns the portal callback service implementation instance associated with this group of portlet container services.
getPortalContext() - Method in interface org.apache.pluto.RequiredContainerServices
Returns the PortalContext instance associated with this group of portlet container services.
getPortalContext() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getPortalContext() - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getPortletAppDD(ServletContext) - Method in class org.apache.pluto.internal.PortletDescriptorRegistry
Retrieve the Portlet Application Deployment Descriptor for the given servlet context.
getPortletAppDescriptorServiceImpl() - Static method in class org.apache.pluto.internal.Configuration
 
getPortletApplicationDefinition() - Method in interface org.apache.pluto.internal.InternalPortletContext
 
getPortletApplicationDefinition() - Method in class org.apache.pluto.internal.impl.PortletContextImpl
 
getPortletApplicationDescriptor(String) - Method in interface org.apache.pluto.PortletContainer
Retrieve the PortletAppDD for the portlet located at the supplied context.
getPortletApplicationDescriptor(String) - Method in class org.apache.pluto.core.PortletContainerImpl
 
getPortletApplicationDescriptor(String) - Method in class org.apache.pluto.core.PortletContextManager
 
getPortletApplicationDescriptor() - Method in class org.apache.pluto.spi.optional.PortletRegistryEvent
 
getPortletApplicationDescriptor(String) - Method in interface org.apache.pluto.spi.optional.PortletRegistryService
Retrieve the portlet descriptor for the specified portlet application.
getPortletConfig(String, String) - Method in class org.apache.pluto.core.PortletContextManager
 
getPortletConfig(String, String) - Method in interface org.apache.pluto.spi.optional.PortletRegistryService
Retrieve the portlet configuration for the specified portlet
getPortletContainer() - Method in class org.apache.pluto.core.ContainerInvocation
 
getPortletContainer() - Method in interface org.apache.pluto.internal.InternalPortletRequest
 
getPortletContainer() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getPortletContext(String) - Method in class org.apache.pluto.core.PortletContextManager
 
getPortletContext(ServletContext, String) - Static method in class org.apache.pluto.core.PortletContextManager
 
getPortletContext() - Method in class org.apache.pluto.internal.impl.PortletConfigImpl
 
getPortletContext() - Method in class org.apache.pluto.internal.impl.PortletSessionImpl
 
getPortletContext(String) - Method in interface org.apache.pluto.spi.optional.PortletRegistryService
Retrieve the PortletContext for the specified applicationId
getPortletContextName() - Method in class org.apache.pluto.internal.impl.PortletContextImpl
 
getPortletDefinition() - Method in interface org.apache.pluto.internal.InternalPortletConfig
 
getPortletDefinition() - Method in interface org.apache.pluto.internal.PortletEntity
Returns the portlet description.
getPortletDefinition() - Method in class org.apache.pluto.internal.impl.PortletConfigImpl
 
getPortletDefinition() - Method in class org.apache.pluto.internal.impl.PortletEntityImpl
Returns the portlet description.
getPortletDescriptor(String, String) - Method in class org.apache.pluto.core.PortletContextManager
 
getPortletDescriptor(String, String) - Method in interface org.apache.pluto.spi.optional.PortletRegistryService
Retreive the portlet descriptor for the given portlet.
getPortletEntity() - Method in interface org.apache.pluto.internal.InternalPortletWindow
Returns the portlet entity.
getPortletEntity() - Method in class org.apache.pluto.internal.impl.InternalPortletWindowImpl
 
getPortletEnvironmentService() - Method in interface org.apache.pluto.OptionalContainerServices
Returns the environment services implementation used by the container.
getPortletEnvironmentService() - Method in class org.apache.pluto.core.DefaultOptionalContainerServices
 
getPortletInfoService() - Method in interface org.apache.pluto.OptionalContainerServices
Returns the portlet info service implementation used by the container.
getPortletInfoService() - Method in class org.apache.pluto.core.DefaultOptionalContainerServices
 
getPortletInputStream() - Method in class org.apache.pluto.internal.impl.ActionRequestImpl
 
getPortletInputStream() - Method in class org.apache.pluto.wrappers.ActionRequestWrapper
 
getPortletInvocationListeners() - Method in class org.apache.pluto.core.DefaultPortalAdministrationService
 
getPortletInvocationListeners() - Method in interface org.apache.pluto.spi.optional.PortalAdministrationService
 
getPortletInvokerService() - Method in interface org.apache.pluto.OptionalContainerServices
Returns an invoker for the specified PortletWindow.
getPortletInvokerService() - Method in class org.apache.pluto.core.DefaultOptionalContainerServices
 
getPortletMode() - Method in interface org.apache.pluto.PortletWindow
Retrieve the current portlet mode for this window.
getPortletMode() - Method in class org.apache.pluto.internal.impl.InternalPortletWindowImpl
 
getPortletMode() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getPortletMode() - Method in class org.apache.pluto.internal.impl.PortletURLImpl
 
getPortletMode() - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getPortletName() - Method in interface org.apache.pluto.PortletWindow
Retrieve the name of the portlet as configured in the portlet.xml.
getPortletName() - Method in class org.apache.pluto.internal.impl.InternalPortletWindowImpl
 
getPortletName() - Method in class org.apache.pluto.internal.impl.PortletConfigImpl
 
getPortletOutputStream() - Method in class org.apache.pluto.internal.impl.RenderResponseImpl
 
getPortletOutputStream() - Method in class org.apache.pluto.wrappers.RenderResponseWrapper
 
getPortletPreferencesService() - Method in interface org.apache.pluto.OptionalContainerServices
Returns the portlet preferences service implementation used by the container.
getPortletPreferencesService() - Method in class org.apache.pluto.core.DefaultOptionalContainerServices
 
getPortletRegistryService() - Method in interface org.apache.pluto.OptionalContainerServices
Returns the portlet registry services implementation used by the container.
getPortletRegistryService() - Method in class org.apache.pluto.core.DefaultOptionalContainerServices
 
getPortletRequest() - Method in class org.apache.pluto.spi.optional.PortletInvocationEvent
 
getPortletRequest() - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
Return the wrapped ServletRequest object.
getPortletResponse() - Method in class org.apache.pluto.wrappers.PortletResponseWrapper
Return the wrapped ServletResponse object.
getPortletSession() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getPortletSession(boolean) - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
Returns the portlet session.
getPortletSession() - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getPortletSession(boolean) - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getPortletURLProvider(HttpServletRequest, PortletWindow) - Method in interface org.apache.pluto.spi.PortalCallbackService
Returns a URL provider used to constuct a URL to the given portlet.
getPortletWindow() - Method in class org.apache.pluto.core.ContainerInvocation
 
getPortletWindow() - Method in class org.apache.pluto.spi.optional.PortletInvocationEvent
 
getPreferences() - Method in class org.apache.pluto.internal.impl.ActionRequestImpl
FIXME:
getPreferences() - Method in class org.apache.pluto.internal.impl.RenderRequestImpl
 
getPreferences() - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getPreferencesValidator() - Method in interface org.apache.pluto.internal.PortletEntity
Returns the preferences validator instance for this portlet.
getPreferencesValidator(PortletDD) - Method in class org.apache.pluto.internal.PreferencesValidatorRegistry
Returns the preferences validator instance for the given portlet definition.
getPreferencesValidator() - Method in class org.apache.pluto.internal.impl.PortletEntityImpl
Returns the preferences validator instance for this portlet.
getProperties(String) - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getProperties(String) - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getProperty(String) - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getProperty(String) - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getPropertyNames() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getPropertyNames() - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getProtocol() - Method in class org.apache.pluto.internal.impl.RenderRequestImpl
 
getQueryString() - Method in class org.apache.pluto.internal.impl.RenderRequestImpl
 
getReader() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getReader() - Method in class org.apache.pluto.internal.impl.RenderRequestImpl
Checks the included flag and returns the reader to this rende response.
getReader() - Method in class org.apache.pluto.wrappers.ActionRequestWrapper
 
getRealPath(String) - Method in class org.apache.pluto.internal.impl.PortletContextImpl
 
getRealPath(String) - Method in class org.apache.pluto.internal.impl.RenderRequestImpl
 
getRedirectLocation() - Method in interface org.apache.pluto.internal.InternalActionResponse
Retreive the location for which the action should be redirected.
getRedirectLocation() - Method in class org.apache.pluto.internal.impl.ActionResponseImpl
 
getRegisteredPortletApplicationIds() - Method in class org.apache.pluto.core.PortletContextManager
 
getRegisteredPortletApplicationIds() - Method in interface org.apache.pluto.spi.optional.PortletRegistryService
Retrieve the ids of all registered applications.
getRegisteredPortletApplications() - Method in class org.apache.pluto.core.PortletContextManager
Retrieve an iterator of all PortletContext instances which exist within this application.
getRegisteredPortletApplications() - Method in interface org.apache.pluto.spi.optional.PortletRegistryService
Retrieve all registered applications.
getRegistry() - Static method in class org.apache.pluto.internal.PortletDescriptorRegistry
Returns the singleton registry instance.
getRegistry() - Static method in class org.apache.pluto.internal.PreferencesValidatorRegistry
 
getRemoteAddr() - Method in class org.apache.pluto.internal.impl.RenderRequestImpl
 
getRemoteHost() - Method in class org.apache.pluto.internal.impl.RenderRequestImpl
 
getRemoteUser() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getRemoteUser() - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getRenderParameters() - Method in interface org.apache.pluto.internal.InternalActionResponse
Retrieves the render parameters associated with this response.
getRenderParameters() - Method in class org.apache.pluto.internal.impl.ActionResponseImpl
 
getRenderRequest() - Method in class org.apache.pluto.wrappers.RenderRequestWrapper
Return the wrapped ServletRequest object.
getRenderResponse() - Method in class org.apache.pluto.wrappers.RenderResponseWrapper
Return the wrapped ServletResponse object.
getRequestDispatcher(String) - Method in class org.apache.pluto.internal.impl.PortletContextImpl
 
getRequestDispatcher(String) - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getRequestProperties(HttpServletRequest, PortletWindow) - Method in interface org.apache.pluto.spi.PortalCallbackService
 
getRequestURI() - Method in class org.apache.pluto.internal.impl.RenderRequestImpl
 
getRequestURL() - Method in class org.apache.pluto.internal.impl.RenderRequestImpl
 
getRequestedSessionId() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getRequestedSessionId() - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getRequiredContainerServices() - Method in interface org.apache.pluto.PortletContainer
Retreive the required container services associated with this container.
getRequiredContainerServices() - Method in class org.apache.pluto.core.PortletContainerImpl
 
getResource(String) - Method in class org.apache.pluto.internal.impl.PortletContextImpl
 
getResourceAsStream(String) - Method in class org.apache.pluto.internal.impl.PortletContextImpl
 
getResourceBundle(Locale) - Method in class org.apache.pluto.internal.impl.PortletConfigImpl
 
getResourcePaths(String) - Method in class org.apache.pluto.internal.impl.PortletContextImpl
 
getResourceURLProvider(HttpServletRequest, PortletWindow) - Method in interface org.apache.pluto.spi.PortalCallbackService
Returns a URL provider used to construct a URL to a resource in the web application.
getResponseContentType() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getResponseContentType() - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getResponseContentTypes() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getResponseContentTypes() - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getRootCause() - Method in class org.apache.pluto.PortletContainerException
Returns the exception that cause this portlet exception.
getScheme() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getScheme() - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getServerInfo() - Method in class org.apache.pluto.internal.impl.PortletContextImpl
Retrieve the PortletContainer's server info.
getServerName() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getServerName() - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getServerPort() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getServerPort() - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getServletConfig() - Method in interface org.apache.pluto.internal.InternalPortletConfig
 
getServletConfig() - Method in class org.apache.pluto.internal.impl.PortletConfigImpl
 
getServletContext() - Method in interface org.apache.pluto.internal.InternalPortletContext
 
getServletContext() - Method in interface org.apache.pluto.internal.InternalPortletWindow
The Context from which this window can be serviced.
getServletContext() - Method in class org.apache.pluto.internal.impl.InternalPortletWindowImpl
 
getServletContext() - Method in class org.apache.pluto.internal.impl.PortletContextImpl
 
getServletContext() - Method in class org.apache.pluto.internal.impl.PortletSessionImpl
 
getServletInfo() - Method in class org.apache.pluto.core.PortletServlet
 
getServletPath() - Method in class org.apache.pluto.internal.impl.RenderRequestImpl
 
getSessionContext() - Method in class org.apache.pluto.internal.impl.PortletSessionImpl
Deprecated.  
getShortTitle(PortletWindow) - Method in class org.apache.pluto.core.DefaultPortletInfoService
 
getShortTitle(PortletWindow) - Method in interface org.apache.pluto.spi.optional.PortletInfoService
Retrieve the shorttitle for the specified portlet window.
getStoredPreferences(PortletWindow, PortletRequest) - Method in class org.apache.pluto.core.DefaultPortletPreferencesService
Returns the stored portlet preferences array.
getStoredPreferences(PortletWindow, PortletRequest) - Method in interface org.apache.pluto.spi.optional.PortletPreferencesService
Returns the stored portlet preferences.
getString(String) - Method in class org.apache.pluto.util.StringManager
Get a string from the underlying resource bundle.
getString(String, Object[]) - Method in class org.apache.pluto.util.StringManager
Get a string from the underlying resource bundle and format it with the given set of arguments.
getString(String, Object) - Method in class org.apache.pluto.util.StringManager
Get a string from the underlying resource bundle and format it with the given object argument.
getString(String, Object, Object) - Method in class org.apache.pluto.util.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object) - Method in class org.apache.pluto.util.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object, Object) - Method in class org.apache.pluto.util.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getStringId() - Method in interface org.apache.pluto.PortletWindowID
Returns the unique string ID of the portlet window.
getStringInternal(String) - Method in class org.apache.pluto.util.StringManager
 
getTitle(PortletWindow) - Method in class org.apache.pluto.core.DefaultPortletInfoService
 
getTitle(PortletWindow) - Method in interface org.apache.pluto.spi.optional.PortletInfoService
Retrieve the title for the specificed portlet window.
getUserInfo(PortletRequest) - Method in class org.apache.pluto.core.DefaultUserInfoService
 
getUserInfo(PortletRequest, PortletWindow) - Method in class org.apache.pluto.core.DefaultUserInfoService
 
getUserInfo(PortletRequest) - Method in interface org.apache.pluto.spi.optional.UserInfoService
Deprecated. use UserInfoService.getUserInfo(PortletRequest, PortletWindow)
getUserInfo(PortletRequest, PortletWindow) - Method in interface org.apache.pluto.spi.optional.UserInfoService
Retrieve the user attribues associated with the given request and window.
getUserInfoService() - Method in interface org.apache.pluto.OptionalContainerServices
Returns the user info service implementation used by the container.
getUserInfoService() - Method in class org.apache.pluto.core.DefaultOptionalContainerServices
 
getUserPrincipal() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getUserPrincipal() - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getValue() - Method in interface org.apache.pluto.core.UserInfoAttribute
 
getValue(String, String) - Method in class org.apache.pluto.internal.impl.PortletPreferencesImpl
 
getValue(String) - Method in class org.apache.pluto.internal.impl.PortletSessionImpl
 
getValueNames() - Method in class org.apache.pluto.internal.impl.PortletSessionImpl
Deprecated.  
getValues() - Method in interface org.apache.pluto.internal.InternalPortletPreference
Returns the values of this portlet preference, which is a string array.
getValues() - Method in class org.apache.pluto.internal.impl.PortletPreferenceImpl
 
getValues(String, String[]) - Method in class org.apache.pluto.internal.impl.PortletPreferencesImpl
 
getWindowState() - Method in interface org.apache.pluto.PortletWindow
Retrieve the current window state for this window.
getWindowState() - Method in class org.apache.pluto.internal.impl.InternalPortletWindowImpl
 
getWindowState() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
getWindowState() - Method in class org.apache.pluto.internal.impl.PortletURLImpl
 
getWindowState() - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
getWriter() - Method in class org.apache.pluto.internal.impl.PortletResponseImpl
 
getWriter() - Method in class org.apache.pluto.internal.impl.RenderResponseImpl
 
getWriter() - Method in class org.apache.pluto.wrappers.RenderResponseWrapper
 

H

hasMoreElements() - Method in class org.apache.pluto.util.Enumerator
Tests if this enumeration contains more elements.

I

InitParameterApplicationIdResolver - class org.apache.pluto.core.InitParameterApplicationIdResolver.
org.apache.pluto.CONTEXT_PATH /path
InitParameterApplicationIdResolver() - Constructor for class org.apache.pluto.core.InitParameterApplicationIdResolver
 
InternalActionRequest - interface org.apache.pluto.internal.InternalActionRequest.
The internal action request extends the internal portlet request and provides some action-specific methods (currently, no specific methods are declared).
InternalActionResponse - interface org.apache.pluto.internal.InternalActionResponse.
The internal action response interface extends the internal portlet response interface and provides some action-specific methods.
InternalPortletConfig - interface org.apache.pluto.internal.InternalPortletConfig.
 
InternalPortletContext - interface org.apache.pluto.internal.InternalPortletContext.
 
InternalPortletPreference - interface org.apache.pluto.internal.InternalPortletPreference.
This class represents a portlet preference, which is a name-value pair.
InternalPortletRequest - interface org.apache.pluto.internal.InternalPortletRequest.
The internal portlet request interface extends PortletRequest and adds some methods used by Pluto.
InternalPortletResponse - interface org.apache.pluto.internal.InternalPortletResponse.
The internal portlet response interface extends PortletResponse and adds some methods used by Pluto.
InternalPortletWindow - interface org.apache.pluto.internal.InternalPortletWindow.
The internal portlet window represents a single window of a portlet instance as it can be shown only once on a single page.
InternalPortletWindowImpl - class org.apache.pluto.internal.impl.InternalPortletWindowImpl.
Implementation of InternalPortletWindow interface.
InternalPortletWindowImpl(ServletContext, PortletWindow) - Constructor for class org.apache.pluto.internal.impl.InternalPortletWindowImpl
Constructs an internal portlet window that wraps a portlet window.
InternalRenderRequest - interface org.apache.pluto.internal.InternalRenderRequest.
The internal render request interface extends the internal portlet request interface and provides some render-specific methods.
InternalRenderResponse - interface org.apache.pluto.internal.InternalRenderResponse.
The internal render response interface extends the internal portlet response interface and provides some render-specific methods.
include(RenderRequest, RenderResponse) - Method in class org.apache.pluto.internal.impl.PortletRequestDispatcherImpl
 
init(ServletContext) - Method in interface org.apache.pluto.PortletContainer
Initializes the container for use within the given servlet context.
init(ServletContext) - Method in class org.apache.pluto.core.PortletContainerImpl
Initialize the container for use within the given configuration scope.
init() - Method in class org.apache.pluto.core.PortletServlet
Initialize the portlet invocation servlet.
init(PortletContext, HttpServletRequest) - Method in interface org.apache.pluto.internal.InternalPortletRequest
Initializes the portlet request for use within the target context.
init(PortletContext, HttpServletRequest) - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
internalPortletWindow - Variable in class org.apache.pluto.internal.impl.PortletURLImpl
 
invalidate() - Method in class org.apache.pluto.internal.impl.PortletSessionImpl
 
invoke(PortletRequest, PortletResponse, InternalPortletWindow, Integer) - Method in class org.apache.pluto.core.DefaultPortletInvokerService
Perform the invocation.
isAbsolute(String) - Method in class org.apache.pluto.internal.impl.PortletResponseImpl
Determines if the supplied path should be treated as an absolute URL.
isAction - Variable in class org.apache.pluto.internal.impl.PortletURLImpl
 
isBufferingSupported() - Static method in class org.apache.pluto.internal.Configuration
 
isCommitted() - Method in class org.apache.pluto.internal.impl.RenderResponseImpl
 
isCommitted() - Method in class org.apache.pluto.wrappers.RenderResponseWrapper
 
isIncluded() - Method in interface org.apache.pluto.internal.InternalRenderRequest
 
isIncluded() - Method in interface org.apache.pluto.internal.InternalRenderResponse
 
isIncluded() - Method in class org.apache.pluto.internal.impl.RenderRequestImpl
 
isIncluded() - Method in class org.apache.pluto.internal.impl.RenderResponseImpl
 
isInitialized() - Method in interface org.apache.pluto.PortletContainer
Returns whether the container is already initialized or not.
isInitialized() - Method in class org.apache.pluto.core.PortletContainerImpl
Determine whether this container has been initialized or not.
isNew() - Method in class org.apache.pluto.internal.impl.PortletSessionImpl
 
isPortletModeAllowed(PortletMode) - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
isPortletModeAllowed(PortletMode) - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
isReadOnly() - Method in interface org.apache.pluto.internal.InternalPortletPreference
Returns true if this portlet preference is marked as read-only.
isReadOnly() - Method in class org.apache.pluto.internal.impl.PortletPreferenceImpl
 
isReadOnly(String) - Method in class org.apache.pluto.internal.impl.PortletPreferencesImpl
 
isRequestedSessionIdValid() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
isRequestedSessionIdValid() - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
isSecure() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
isSecure() - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
isSecureSupported() - Method in interface org.apache.pluto.spi.PortletURLProvider
Determine whether or not this url provider supports secure urls.
isUserInRole(String) - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
Determines whether a user is mapped to the specified role.
isUserInRole(String) - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
isWindowStateAllowed(WindowState) - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
Determine whether or not the specified WindowState is allowed for this portlet.
isWindowStateAllowed(WindowState) - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 

K

KEYWORDS_KEY - Static variable in class org.apache.pluto.Constants
 

L

LOAD - Static variable in class org.apache.pluto.spi.optional.PortletInvocationEvent
 
LOG - Static variable in class org.apache.pluto.util.ArgumentUtility
Logger.
load(PortletRequest, PortletResponse, InternalPortletWindow) - Method in class org.apache.pluto.core.DefaultPortletInvokerService
Invoke the portlet with a load request.
load(PortletRequest, PortletResponse, InternalPortletWindow) - Method in interface org.apache.pluto.spi.optional.PortletInvokerService
 
log(String) - Method in class org.apache.pluto.internal.impl.PortletContextImpl
 
log(String, Throwable) - Method in class org.apache.pluto.internal.impl.PortletContextImpl
 

M

MANUAL - Static variable in interface org.apache.pluto.core.ApplicationIdResolver
 
METHOD_ACTION - Static variable in class org.apache.pluto.Constants
The unique method identifier for render requests.
METHOD_ADMIN - Static variable in class org.apache.pluto.Constants
The unique method identifier for admin requests.
METHOD_ID - Static variable in class org.apache.pluto.Constants
The key used to bind the method of processing being requested by the container to the underlying PortletRquest.
METHOD_NOOP - Static variable in class org.apache.pluto.Constants
The unique method identifier for noop (load) requests.
METHOD_RENDER - Static variable in class org.apache.pluto.Constants
The unique method identifier for render requests.
mode - Variable in class org.apache.pluto.internal.impl.PortletURLImpl
 

N

NamespaceMapper - interface org.apache.pluto.util.NamespaceMapper.
 
NamespaceMapperImpl - class org.apache.pluto.util.impl.NamespaceMapperImpl.
Default implementation of NamespaceMapper interface.
NamespaceMapperImpl() - Constructor for class org.apache.pluto.util.impl.NamespaceMapperImpl
 
nextElement() - Method in class org.apache.pluto.util.Enumerator
Returns the next element of this enumeration.
notify(PortletInvocationEvent, boolean, Throwable) - Method in class org.apache.pluto.core.PortletServlet
 

O

OptionalContainerServices - interface org.apache.pluto.OptionalContainerServices.
Defines the services necessary for integration between the Pluto Container and a Portal.
onBegin(PortletInvocationEvent) - Method in interface org.apache.pluto.spi.optional.PortletInvocationListener
 
onEnd(PortletInvocationEvent) - Method in interface org.apache.pluto.spi.optional.PortletInvocationListener
 
onError(PortletInvocationEvent, Throwable) - Method in interface org.apache.pluto.spi.optional.PortletInvocationListener
 
org.apache.pluto - package org.apache.pluto
The root package of the Pluto Portlet Container.
org.apache.pluto.core - package org.apache.pluto.core
 
org.apache.pluto.internal - package org.apache.pluto.internal
 
org.apache.pluto.internal.impl - package org.apache.pluto.internal.impl
 
org.apache.pluto.spi - package org.apache.pluto.spi
 
org.apache.pluto.spi.optional - package org.apache.pluto.spi.optional
 
org.apache.pluto.util - package org.apache.pluto.util
 
org.apache.pluto.util.impl - package org.apache.pluto.util.impl
 
org.apache.pluto.wrappers - package org.apache.pluto.wrappers
 

P

P3PAttributes - interface org.apache.pluto.spi.optional.P3PAttributes.
As defined in PLT.D of the JSR-168 specification, this class defines a set of attribute names for user information and their intended meaning.
PORTLET_CONFIG - Static variable in class org.apache.pluto.Constants
The key used to bind the PortletConfig to the underlying PortletConfig.
PORTLET_REQUEST - Static variable in class org.apache.pluto.Constants
The key used to bind the PortletRequest to the underlying HttpServletRequest.
PORTLET_RESPONSE - Static variable in class org.apache.pluto.Constants
The key used to bind the PortletResponse to the underlying HttpServletRequest.
PlutoConfigurationException - exception org.apache.pluto.PlutoConfigurationException.
Exception thrown when Pluto configuration fails.
PlutoConfigurationException(String) - Constructor for class org.apache.pluto.PlutoConfigurationException
 
PlutoConfigurationException(String, Throwable) - Constructor for class org.apache.pluto.PlutoConfigurationException
 
PortalAdministrationService - interface org.apache.pluto.spi.optional.PortalAdministrationService.
Provides callback for executing portal administration tasks within the portlet environment.
PortalCallbackService - interface org.apache.pluto.spi.PortalCallbackService.
The callback service interface defining callback methods that will be invoked by the portlet container when necessary.
PortletConfigImpl - class org.apache.pluto.internal.impl.PortletConfigImpl.
 
PortletConfigImpl(ServletConfig, PortletContext, PortletDD) - Constructor for class org.apache.pluto.internal.impl.PortletConfigImpl
 
PortletContainer - interface org.apache.pluto.PortletContainer.
The publicized entry point into Pluto.
PortletContainerException - exception org.apache.pluto.PortletContainerException.
Thrown when an internal portlet container exception occurs within Pluto.
PortletContainerException() - Constructor for class org.apache.pluto.PortletContainerException
Constructs a new PortletContainerException.
PortletContainerException(String) - Constructor for class org.apache.pluto.PortletContainerException
Constructs a new PortletContainerException with the given message.
PortletContainerException(String, Throwable) - Constructor for class org.apache.pluto.PortletContainerException
Constructs a new PortletContainerException with the given message and root cause.
PortletContainerException(Throwable) - Constructor for class org.apache.pluto.PortletContainerException
Constructs a new portlet invoker exception when the portlet needs to throw an exception.
PortletContainerFactory - class org.apache.pluto.PortletContainerFactory.
Factory used to create new PortletContainer instances.
PortletContainerImpl - class org.apache.pluto.core.PortletContainerImpl.
Default Pluto Container implementation.
PortletContainerImpl(String, RequiredContainerServices, OptionalContainerServices) - Constructor for class org.apache.pluto.core.PortletContainerImpl
Default Constructor.
PortletContainerRuntimeException - exception org.apache.pluto.PortletContainerRuntimeException.
Runtime exception thrown when an unexpected condition is encountered.
PortletContainerRuntimeException() - Constructor for class org.apache.pluto.PortletContainerRuntimeException
 
PortletContainerRuntimeException(String) - Constructor for class org.apache.pluto.PortletContainerRuntimeException
 
PortletContainerRuntimeException(String, Throwable) - Constructor for class org.apache.pluto.PortletContainerRuntimeException
 
PortletContainerRuntimeException(Throwable) - Constructor for class org.apache.pluto.PortletContainerRuntimeException
 
PortletContextImpl - class org.apache.pluto.internal.impl.PortletContextImpl.
Pluto's Portlet Context Implementation.
PortletContextImpl(String, ServletContext, PortletAppDD) - Constructor for class org.apache.pluto.internal.impl.PortletContextImpl
Constructs an instance.
PortletContextManager - class org.apache.pluto.core.PortletContextManager.
Manager used to cache the portlet configurations which have been previously parsed.
PortletDescriptorRegistry - class org.apache.pluto.internal.PortletDescriptorRegistry.
Simple caching mechanism used to manage portlet descriptors.
PortletEntity - interface org.apache.pluto.internal.PortletEntity.
The PortletEntity encapsulates all data pertaining to a single portlet instance.
PortletEntityImpl - class org.apache.pluto.internal.impl.PortletEntityImpl.
The PortletEntity encapsulates all data pertaining to a single portlet instance.
PortletEnvironmentService - interface org.apache.pluto.spi.optional.PortletEnvironmentService.
Factory Service for creating Portlet request and responses.
PortletInfoService - interface org.apache.pluto.spi.optional.PortletInfoService.
Callback service which makes it possible to customize portlet info.
PortletInvocationEvent - class org.apache.pluto.spi.optional.PortletInvocationEvent.
 
PortletInvocationEvent(PortletRequest, PortletWindow, int) - Constructor for class org.apache.pluto.spi.optional.PortletInvocationEvent
 
PortletInvocationListener - interface org.apache.pluto.spi.optional.PortletInvocationListener.
 
PortletInvokerService - interface org.apache.pluto.spi.optional.PortletInvokerService.
Service used to invoke portlets.
PortletPreferenceImpl - class org.apache.pluto.internal.impl.PortletPreferenceImpl.
TODO: javadoc
PortletPreferenceImpl(String, String[]) - Constructor for class org.apache.pluto.internal.impl.PortletPreferenceImpl
 
PortletPreferenceImpl(String, String[], boolean) - Constructor for class org.apache.pluto.internal.impl.PortletPreferenceImpl
 
PortletPreferencesImpl - class org.apache.pluto.internal.impl.PortletPreferencesImpl.
Implementation of the javax.portlet.PortletPreferences interface.
PortletPreferencesImpl(PortletContainer, InternalPortletWindow, InternalPortletRequest, Integer) - Constructor for class org.apache.pluto.internal.impl.PortletPreferencesImpl
Constructs an instance.
PortletPreferencesService - interface org.apache.pluto.spi.optional.PortletPreferencesService.
Portlet preferences service that should be implemented by the portal.
PortletRegistryEvent - class org.apache.pluto.spi.optional.PortletRegistryEvent.
Encapsulation of event information.
PortletRegistryEvent() - Constructor for class org.apache.pluto.spi.optional.PortletRegistryEvent
 
PortletRegistryListener - interface org.apache.pluto.spi.optional.PortletRegistryListener.
Listener interface implemented by observers of the PortletRegistry which intend to be notified of new portlet application registrations.
PortletRegistryService - interface org.apache.pluto.spi.optional.PortletRegistryService.
Interface defining the services used by the container to access portlet application descriptors.
PortletRequestDispatcherImpl - class org.apache.pluto.internal.impl.PortletRequestDispatcherImpl.
Implementation of the PortletRequestDispatcher interface.
PortletRequestDispatcherImpl(RequestDispatcher) - Constructor for class org.apache.pluto.internal.impl.PortletRequestDispatcherImpl
Creates an instance.
PortletRequestDispatcherImpl(RequestDispatcher, String) - Constructor for class org.apache.pluto.internal.impl.PortletRequestDispatcherImpl
Creates an instance.
PortletRequestImpl - class org.apache.pluto.internal.impl.PortletRequestImpl.
Abstract javax.portlet.PortletRequest implementation.
PortletRequestImpl(InternalPortletRequest) - Constructor for class org.apache.pluto.internal.impl.PortletRequestImpl
 
PortletRequestImpl(PortletContainer, InternalPortletWindow, HttpServletRequest) - Constructor for class org.apache.pluto.internal.impl.PortletRequestImpl
Creates a PortletRequestImpl instance.
PortletRequestWrapper - class org.apache.pluto.wrappers.PortletRequestWrapper.
 
PortletRequestWrapper(PortletRequest) - Constructor for class org.apache.pluto.wrappers.PortletRequestWrapper
Creates a ServletRequest adaptor wrapping the given request object.
PortletResponseImpl - class org.apache.pluto.internal.impl.PortletResponseImpl.
Abstract javax.portlet.PortletResponse implementation.
PortletResponseImpl(PortletContainer, InternalPortletWindow, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.pluto.internal.impl.PortletResponseImpl
 
PortletResponseWrapper - class org.apache.pluto.wrappers.PortletResponseWrapper.
 
PortletResponseWrapper(PortletResponse) - Constructor for class org.apache.pluto.wrappers.PortletResponseWrapper
Creates a ServletResponse adaptor wrapping the given response object.
PortletServlet - class org.apache.pluto.core.PortletServlet.
Portlet Invocation Servlet.
PortletServlet() - Constructor for class org.apache.pluto.core.PortletServlet
 
PortletSessionImpl - class org.apache.pluto.internal.impl.PortletSessionImpl.
Implementation of the javax.portlet.PortletSession interface.
PortletSessionImpl(PortletContext, InternalPortletWindow, HttpSession) - Constructor for class org.apache.pluto.internal.impl.PortletSessionImpl
Constructs an instance.
PortletURLImpl - class org.apache.pluto.internal.impl.PortletURLImpl.
 
PortletURLImpl(PortletContainer, InternalPortletWindow, HttpServletRequest, HttpServletResponse, boolean) - Constructor for class org.apache.pluto.internal.impl.PortletURLImpl
 
PortletURLProvider - interface org.apache.pluto.spi.PortletURLProvider.
Defines the interface used by the portlet container to create Portal URLs.
PortletWindow - interface org.apache.pluto.PortletWindow.
Thin representation of the portlet window for which the container request should be processed.
PortletWindowID - interface org.apache.pluto.PortletWindowID.
The portlet window ID.
PreferencesValidatorRegistry - class org.apache.pluto.internal.PreferencesValidatorRegistry.
The portlet preferences validator registry.
PrintWriterServletOutputStream - class org.apache.pluto.util.PrintWriterServletOutputStream.
This is a specialized class implementing a ServletOutputStream that works in conjunction with a PrintWriter to send data to the browser.
PrintWriterServletOutputStream(PrintWriter) - Constructor for class org.apache.pluto.util.PrintWriterServletOutputStream
Construct a ServletOutputStream that coordinates output using a base ServletOutputStream and a PrintWriter that is wrapped on top of that OutputStream.
parameters - Variable in class org.apache.pluto.internal.impl.PortletURLImpl
 
portletApplicationRegistered(PortletRegistryEvent) - Method in interface org.apache.pluto.spi.optional.PortletRegistryListener
Recieve notification of a newly registered application.
portletApplicationRemoved(PortletRegistryEvent) - Method in interface org.apache.pluto.spi.optional.PortletRegistryListener
Recieve notification of an application which is removed from service.
portletDD - Variable in class org.apache.pluto.internal.impl.PortletConfigImpl
The portlet descriptor.
preventUnecessaryCrossContext() - Static method in class org.apache.pluto.internal.Configuration
 
print(String) - Method in class org.apache.pluto.util.PrintWriterServletOutputStream
Prints a string.
println(String) - Method in class org.apache.pluto.util.PrintWriterServletOutputStream
Prints an string followed by a CRLF.
println() - Method in class org.apache.pluto.util.PrintWriterServletOutputStream
Prints a CRLF
putValue(String, Object) - Method in class org.apache.pluto.internal.impl.PortletSessionImpl
 

R

RENDER - Static variable in class org.apache.pluto.spi.optional.PortletInvocationEvent
 
RandomStringUtils - class org.apache.pluto.internal.impl.RandomStringUtils.
Copied from commons-lang.
RandomStringUtils() - Constructor for class org.apache.pluto.internal.impl.RandomStringUtils
RandomStringUtils instances should NOT be constructed in standard programming.
RenderRequestImpl - class org.apache.pluto.internal.impl.RenderRequestImpl.
Implementation of the javax.portlet.RenderRequest interface.
RenderRequestImpl(InternalPortletRequest) - Constructor for class org.apache.pluto.internal.impl.RenderRequestImpl
 
RenderRequestImpl(PortletContainer, InternalPortletWindow, HttpServletRequest) - Constructor for class org.apache.pluto.internal.impl.RenderRequestImpl
 
RenderRequestWrapper - class org.apache.pluto.wrappers.RenderRequestWrapper.
 
RenderRequestWrapper(RenderRequest) - Constructor for class org.apache.pluto.wrappers.RenderRequestWrapper
Creates a ServletRequest adaptor wrapping the given request object.
RenderResponseImpl - class org.apache.pluto.internal.impl.RenderResponseImpl.
Implementation of the javax.portlet.RenderResponse interface.
RenderResponseImpl(PortletContainer, InternalPortletWindow, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.pluto.internal.impl.RenderResponseImpl
 
RenderResponseWrapper - class org.apache.pluto.wrappers.RenderResponseWrapper.
 
RenderResponseWrapper(RenderResponse) - Constructor for class org.apache.pluto.wrappers.RenderResponseWrapper
Creates a ServletResponse adaptor wrapping the given response object.
RequiredContainerServices - interface org.apache.pluto.RequiredContainerServices.
This interface defines the services required for integration between the Pluto Portlet Container and a Portal.
ResourceURLProvider - interface org.apache.pluto.spi.ResourceURLProvider.
 
random(int) - Static method in class org.apache.pluto.internal.impl.RandomStringUtils
Creates a random string whose length is the number of characters specified.
random(int, boolean, boolean) - Static method in class org.apache.pluto.internal.impl.RandomStringUtils
Creates a random string whose length is the number of characters specified.
random(int, int, int, boolean, boolean) - Static method in class org.apache.pluto.internal.impl.RandomStringUtils
Creates a random string whose length is the number of characters specified.
random(int, int, int, boolean, boolean, char[]) - Static method in class org.apache.pluto.internal.impl.RandomStringUtils
Creates a random string based on a variety of options, using default source of randomness.
random(int, int, int, boolean, boolean, char[], Random) - Static method in class org.apache.pluto.internal.impl.RandomStringUtils
Creates a random string based on a variety of options, using supplied source of randomness.
random(int, String) - Static method in class org.apache.pluto.internal.impl.RandomStringUtils
Creates a random string whose length is the number of characters specified.
random(int, char[]) - Static method in class org.apache.pluto.internal.impl.RandomStringUtils
Creates a random string whose length is the number of characters specified.
randomAlphabetic(int) - Static method in class org.apache.pluto.internal.impl.RandomStringUtils
Creates a random string whose length is the number of characters specified.
randomAlphanumeric(int) - Static method in class org.apache.pluto.internal.impl.RandomStringUtils
Creates a random string whose length is the number of characters specified.
randomAscii(int) - Static method in class org.apache.pluto.internal.impl.RandomStringUtils
Creates a random string whose length is the number of characters specified.
randomNumeric(int) - Static method in class org.apache.pluto.internal.impl.RandomStringUtils
Creates a random string whose length is the number of characters specified.
register(ServletConfig) - Method in class org.apache.pluto.core.PortletContextManager
Retrieves the PortletContext associated with the given ServletContext.
register(ServletContext) - Method in class org.apache.pluto.core.PortletContextManager
Deprecated. Use PortletContextManager.register(ServletConfig)
release() - Method in interface org.apache.pluto.internal.InternalPortletRequest
Recycle the request by rolling the underlying request back to the originating request.
release() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
TODO: Implement this properly.
remove(InternalPortletContext) - Method in class org.apache.pluto.core.PortletContextManager
 
removeAttribute(String) - Method in class org.apache.pluto.internal.impl.PortletContextImpl
 
removeAttribute(String) - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
removeAttribute(String) - Method in class org.apache.pluto.internal.impl.PortletSessionImpl
 
removeAttribute(String, int) - Method in class org.apache.pluto.internal.impl.PortletSessionImpl
 
removeAttribute(String) - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
removePortletRegistryListener(PortletRegistryListener) - Method in class org.apache.pluto.core.PortletContextManager
 
removePortletRegistryListener(PortletRegistryListener) - Method in interface org.apache.pluto.spi.optional.PortletRegistryService
Remove a previously registered listener.
removeUserInfo(String) - Method in class org.apache.pluto.core.DefaultUserInfoService
 
removeValue(String) - Method in class org.apache.pluto.internal.impl.PortletSessionImpl
 
render(RenderRequest, RenderResponse, InternalPortletWindow) - Method in class org.apache.pluto.core.DefaultPortletInvokerService
Invoke the portlet with a render request.
render(RenderRequest, RenderResponse, InternalPortletWindow) - Method in interface org.apache.pluto.spi.optional.PortletInvokerService
 
replace(String, String, String) - Static method in class org.apache.pluto.util.StringUtils
Replaces all occurrences of a pattern within a string by a replacement.
reset(String) - Method in class org.apache.pluto.internal.impl.PortletPreferencesImpl
 
reset() - Method in class org.apache.pluto.internal.impl.RenderResponseImpl
 
reset() - Method in class org.apache.pluto.wrappers.RenderResponseWrapper
 
resetBuffer() - Method in class org.apache.pluto.internal.impl.RenderResponseImpl
 
resetBuffer() - Method in class org.apache.pluto.wrappers.RenderResponseWrapper
 
resolveApplicationId(ServletContext) - Method in interface org.apache.pluto.core.ApplicationIdResolver
Resolve the applicationId for the given context.
resolveApplicationId(ServletContext) - Method in class org.apache.pluto.core.AttributeApplicationIdResolver
 
resolveApplicationId(ServletContext) - Method in class org.apache.pluto.core.DefaultApplicationIdResolver
 
resolveApplicationId(ServletContext) - Method in class org.apache.pluto.core.InitParameterApplicationIdResolver
 

S

SHORT_TITLE_KEY - Static variable in class org.apache.pluto.Constants
 
StringManager - class org.apache.pluto.util.StringManager.
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formating which otherwise require the creation of Object arrays and such.
StringUtils - class org.apache.pluto.util.StringUtils.
Static class hosting a couple of utility methods around strings.
scan(String) - Static method in class org.apache.pluto.util.ClasspathScanner
Retrieve a lit of all urls matching the specified path.
scan(String, ClassLoader) - Static method in class org.apache.pluto.util.ClasspathScanner
Retrieve a list of all urls massing the specified path for the specified classloader.
secure - Variable in class org.apache.pluto.internal.impl.PortletURLImpl
 
sendRedirect(String) - Method in class org.apache.pluto.internal.impl.ActionResponseImpl
 
sendRedirect(String) - Method in class org.apache.pluto.wrappers.ActionResponseWrapper
 
servletRequest - Variable in class org.apache.pluto.internal.impl.PortletURLImpl
 
servletResponse - Variable in class org.apache.pluto.internal.impl.PortletURLImpl
 
setAbsoluteURL(String) - Method in interface org.apache.pluto.spi.ResourceURLProvider
Sets the absolute URL to be returned by the provider.
setAction(boolean) - Method in interface org.apache.pluto.spi.PortletURLProvider
Specifies whether or not this request should be considered an action request.
setAdministrativeRequestListeners(List) - Method in class org.apache.pluto.core.DefaultPortalAdministrationService
 
setApplicationId(String) - Method in class org.apache.pluto.spi.optional.PortletRegistryEvent
 
setAttribute(String, Object) - Method in class org.apache.pluto.internal.impl.PortletContextImpl
 
setAttribute(String, Object) - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
setAttribute(String, Object) - Method in class org.apache.pluto.internal.impl.PortletSessionImpl
 
setAttribute(String, Object, int) - Method in class org.apache.pluto.internal.impl.PortletSessionImpl
 
setAttribute(String, Object) - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
 
setBodyAccessed() - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
 
setBufferSize(int) - Method in class org.apache.pluto.internal.impl.RenderResponseImpl
 
setBufferSize(int) - Method in class org.apache.pluto.wrappers.RenderResponseWrapper
 
setCharacterEncoding(String) - Method in class org.apache.pluto.internal.impl.PortletRequestImpl
TODO: why check bodyAccessed?
setCharacterEncoding(String) - Method in class org.apache.pluto.internal.impl.RenderRequestImpl
 
setCharacterEncoding(String) - Method in class org.apache.pluto.wrappers.ActionRequestWrapper
 
setContainer(PortletContainer) - Method in class org.apache.pluto.core.ContainerInvocation
 
setContentType(String) - Method in class org.apache.pluto.internal.impl.RenderResponseImpl
 
setContentType(String) - Method in class org.apache.pluto.wrappers.RenderResponseWrapper
 
setContextClassLoader(ClassLoader) - Method in class org.apache.pluto.internal.impl.PortletContextImpl
ClassLoader associated with this context.
setFullPath(String) - Method in interface org.apache.pluto.spi.ResourceURLProvider
Sets a full path URI including the context root.
setIncluded(boolean) - Method in interface org.apache.pluto.internal.InternalRenderRequest
 
setIncluded(boolean) - Method in interface org.apache.pluto.internal.InternalRenderResponse
 
setIncluded(boolean) - Method in class org.apache.pluto.internal.impl.RenderRequestImpl
 
setIncluded(boolean) - Method in class org.apache.pluto.internal.impl.RenderResponseImpl
 
setIncludedQueryString(String) - Method in interface org.apache.pluto.internal.InternalRenderRequest
 
setIncludedQueryString(String) - Method in class org.apache.pluto.internal.impl.RenderRequestImpl
 
setInvocation(PortletContainer, PortletWindow) - Static method in class org.apache.pluto.core.ContainerInvocation
Set the container currently under execution.
setMaxInactiveInterval(int) - Method in class org.apache.pluto.internal.impl.PortletSessionImpl
Specifies the time, in seconds, between client requests, before the portlet container invalidates this session.
setName(String) - Method in class org.apache.pluto.internal.impl.PortletPreferenceImpl
 
setParameter(String, String) - Method in class org.apache.pluto.internal.impl.PortletURLImpl
 
setParameter(String, String[]) - Method in class org.apache.pluto.internal.impl.PortletURLImpl
 
setParameters(Map) - Method in class org.apache.pluto.internal.impl.PortletURLImpl
 
setParameters(Map) - Method in interface org.apache.pluto.spi.PortletURLProvider
Sets the given parameters as parameters into the URL, Removes all previously set parameters.
setPortletApplicationDescriptor(PortletAppDD) - Method in class org.apache.pluto.spi.optional.PortletRegistryEvent
 
setPortletInvocationListeners(List) - Method in class org.apache.pluto.core.DefaultPortalAdministrationService
 
setPortletMode(PortletMode) - Method in class org.apache.pluto.internal.impl.ActionResponseImpl
 
setPortletMode(PortletMode) - Method in class org.apache.pluto.internal.impl.PortletURLImpl
 
setPortletMode(PortletMode) - Method in interface org.apache.pluto.spi.PortletURLProvider
Sets the new portlet mode at the URL.
setPortletMode(PortletMode) - Method in class org.apache.pluto.wrappers.ActionResponseWrapper
 
setProperty(String, String) - Method in class org.apache.pluto.internal.impl.PortletResponseImpl
 
setProperty(String, String) - Method in class org.apache.pluto.wrappers.PortletResponseWrapper
 
setReadOnly(boolean) - Method in class org.apache.pluto.internal.impl.PortletPreferenceImpl
 
setRenderParameter(String, String) - Method in class org.apache.pluto.internal.impl.ActionResponseImpl
 
setRenderParameter(String, String[]) - Method in class org.apache.pluto.internal.impl.ActionResponseImpl
 
setRenderParameter(String, String) - Method in class org.apache.pluto.wrappers.ActionResponseWrapper
 
setRenderParameter(String, String[]) - Method in class org.apache.pluto.wrappers.ActionResponseWrapper
 
setRenderParameters(Map) - Method in class org.apache.pluto.internal.impl.ActionResponseImpl
 
setRenderParameters(Map) - Method in class org.apache.pluto.wrappers.ActionResponseWrapper
 
setRequest(PortletRequest) - Method in class org.apache.pluto.wrappers.PortletRequestWrapper
Sets the request being wrapped.
setResponse(PortletResponse) - Method in class org.apache.pluto.wrappers.PortletResponseWrapper
Sets the response being wrapped.
setResponseProperty(HttpServletRequest, PortletWindow, String, String) - Method in interface org.apache.pluto.spi.PortalCallbackService
 
setSecure(boolean) - Method in class org.apache.pluto.internal.impl.PortletURLImpl
 
setSecure() - Method in interface org.apache.pluto.spi.PortletURLProvider
By calling this method the URL is defined as a secure URL.
setTitle(String) - Method in class org.apache.pluto.internal.impl.RenderResponseImpl
 
setTitle(HttpServletRequest, PortletWindow, String) - Method in interface org.apache.pluto.spi.PortalCallbackService
Set the title to be used for this portlet.
setTitle(String) - Method in class org.apache.pluto.wrappers.RenderResponseWrapper
 
setUserInfo(String, Map) - Method in class org.apache.pluto.core.DefaultUserInfoService
 
setValue(String, String) - Method in class org.apache.pluto.internal.impl.PortletPreferencesImpl
 
setValues(String[]) - Method in interface org.apache.pluto.internal.InternalPortletPreference
Sets values of this portlet preference.
setValues(String[]) - Method in class org.apache.pluto.internal.impl.PortletPreferenceImpl
 
setValues(String, String[]) - Method in class org.apache.pluto.internal.impl.PortletPreferencesImpl
 
setWindow(PortletWindow) - Method in class org.apache.pluto.core.ContainerInvocation
 
setWindowState(WindowState) - Method in class org.apache.pluto.internal.impl.ActionResponseImpl
 
setWindowState(WindowState) - Method in class org.apache.pluto.internal.impl.PortletURLImpl
 
setWindowState(WindowState) - Method in interface org.apache.pluto.spi.PortletURLProvider
Sets the new window state at the URL.
setWindowState(WindowState) - Method in class org.apache.pluto.wrappers.ActionResponseWrapper
 
state - Variable in class org.apache.pluto.internal.impl.PortletURLImpl
 
store(PortletWindow, PortletRequest, InternalPortletPreference[]) - Method in class org.apache.pluto.core.DefaultPortletPreferencesService
Stores the portlet preferences to the in-memory storage.
store() - Method in class org.apache.pluto.internal.impl.PortletPreferencesImpl
Stores the portlet preferences to a persistent storage.
store(PortletWindow, PortletRequest, InternalPortletPreference[]) - Method in interface org.apache.pluto.spi.optional.PortletPreferencesService
Stores the portlet references to the persistent storage.

T

TITLE_KEY - Static variable in class org.apache.pluto.Constants
 
toString() - Method in class org.apache.pluto.internal.impl.PortletPreferenceImpl
Override of toString() that prints out name and values of fields.
toString() - Method in class org.apache.pluto.internal.impl.PortletPreferencesImpl
Returns the string representation of this object.
toString() - Method in class org.apache.pluto.internal.impl.PortletURLImpl
 
toString() - Method in interface org.apache.pluto.spi.PortletURLProvider
Returns the URL in string format.
toString() - Method in interface org.apache.pluto.spi.ResourceURLProvider
Returns a url to a resource as absolute URL starting with protocol so that it can be accessed by a browser.

U

USER_BDATE - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_ONLINE_EMAIL - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_ONLINE_URI - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_POSTAL_CITY - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_POSTAL_COUNTRY - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_POSTAL_NAME - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_POSTAL_ORGANIZATION - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_POSTAL_POSTALCODE - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_POSTAL_STATEPROV - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_POSTAL_STREET - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_TELECOM_FAX_COMMENT - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_TELECOM_FAX_EXT - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_TELECOM_FAX_INTCODE - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_TELECOM_FAX_LOCCODE - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_TELECOM_FAX_NUMBER - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_TELECOM_MOBILE_COMMENT - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_TELECOM_MOBILE_EXT - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_TELECOM_MOBILE_INTCODE - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_TELECOM_MOBILE_LOCCODE - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_TELECOM_MOBILE_NUMBER - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_TELECOM_PAGER_COMMENT - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_TELECOM_PAGER_EXT - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_TELECOM_PAGER_INTCODE - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_TELECOM_PAGER_LOCCODE - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_TELECOM_PAGER_NUMBER - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_TELECOM_TELEPHONE_COMMENT - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_TELECOM_TELEPHONE_EXT - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_TELECOM_TELEPHONE_INTCODE - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_TELECOM_TELEPHONE_LOCCODE - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_BUSINESS_INFO_TELECOM_TELEPHONE_NUMBER - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_DEPARTMENT - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_EMPLOYER - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_GENDER - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_ONLINE_EMAIL - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_ONLINE_URI - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_POSTAL_CITY - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_POSTAL_COUNTRY - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_POSTAL_NAME - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_POSTAL_ORGANIZATION - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_POSTAL_POSTALCODE - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_POSTAL_STATEPROV - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_POSTAL_STREET - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_TELECOM_FAX_COMMENT - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_TELECOM_FAX_EXT - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_TELECOM_FAX_INTCODE - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_TELECOM_FAX_LOCCODE - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_TELECOM_FAX_NUMBER - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_TELECOM_MOBILE_COMMENT - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_TELECOM_MOBILE_EXT - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_TELECOM_MOBILE_INTCODE - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_TELECOM_MOBILE_LOCCODE - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_TELECOM_MOBILE_NUMBER - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_TELECOM_PAGER_COMMENT - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_TELECOM_PAGER_EXT - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_TELECOM_PAGER_INTCODE - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_TELECOM_PAGER_LOCCODE - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_TELECOM_PAGER_NUMBER - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_TELECOM_TELEPHONE_COMMENT - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_TELECOM_TELEPHONE_EXT - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_TELECOM_TELEPHONE_INTCODE - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_TELECOM_TELEPHONE_LOCCODE - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_HOME_INFO_TELECOM_TELEPHONE_NUMBER - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_JOBTITLE - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_NAME_FAMILY - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_NAME_GIVEN - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_NAME_MIDDLE - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_NAME_NICKNAME - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_NAME_PREFIX - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
USER_NAME_SUFFIX - Static variable in interface org.apache.pluto.spi.optional.P3PAttributes
 
UserInfoAttribute - interface org.apache.pluto.core.UserInfoAttribute.
Encapsulates a user information attribute as described in PLT.17 of the JSR-168 specification.
UserInfoAttributesService - interface org.apache.pluto.spi.optional.UserInfoAttributesService.
Deprecated. use UserInfoService
UserInfoService - interface org.apache.pluto.spi.optional.UserInfoService.
Used to access user information attributes as described in PLT.17.2 of the JSR-168 specificiation.

V

validateNotEmpty(String, String) - Static method in class org.apache.pluto.util.ArgumentUtility
Validates that the passed-in string argument value is not null or empty.
validateNotNull(String, Object) - Static method in class org.apache.pluto.util.ArgumentUtility
Validates that the passed-in argument value is not null.

W

write(byte[]) - Method in class org.apache.pluto.util.PrintWriterServletOutputStream
Writes an array of bytes
write(int) - Method in class org.apache.pluto.util.PrintWriterServletOutputStream
Writes a single byte to the output stream
write(byte[], int, int) - Method in class org.apache.pluto.util.PrintWriterServletOutputStream
Writes a subarray of bytes

A B C D E F G H I K L M N O P R S T U V W

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