|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
@ProcessAction
annotation.
javax.portlet.actionScopedRequestAttributes
container runtime option is used by the portlet.
ActionFilter
is an object that performs filtering
tasks on either the action request to a portlet, or on the action response from
a portlet, or both.ActionRequest
represents the request sent to the portlet
to handle an action.javax.portlet.ActionRequest
interface.ActionRequestWrapper
provides a convenient
implementation of the ActionRequest
interface
that can be subclassed by developers wishing to adapt the request.ActionRequest
adaptor
wrapping the given request object.
ActionResponse
interface represents the portlet
response to an action request.ActionResponseWrapper
provides a convenient
implementation of the ActionResponse
interface
that can be subclassed by developers wishing to adapt the response.ActionResponse
adaptor
wrapping the given response object.
actionURL
tag,which creates a url that
points to the current Portlet and triggers an action request with the
supplied parameters.addProperty(key, value)
on the wrapped response object.
addProperty()
on the wrapped response object.
addProperty()
on the wrapped response object.
addProperty()
on the wrapped response object.
UtilityException
if the source
archive doesn't exist or is a directory.
InputStream
.
BaseURL
defines the basic capabilities
of a portlet URL pointing back to the portlet.BaseURL
, which includes a refactoring
of PortletURLImpl
.setProperty
method intended to be used in
forwarded or included servlets/JSPs.
CacheControl
interface represents cache settings
for a piece of markup.CacheControl
.javax.ccpp.Profile
with the getAttribute
call.
ClientDataRequest
represents the request information
of the HTTP request issued from the client to the portal.PortletContainerServices
implementation.createActionURL()
on the wrapped response object.
createActionURL()
on the wrapped response object.
createElement()
on the wrapped response object.
addProperty
method.
EventDefinitionDD
ExpirationCacheDD
InitParamDD
JAXBElement
<
PortletDD
>
}
JAXBElement
<
PortletAppDD
>
}
JAXBElement
<
PortletAppDD
>
}
PortletAppDD
PortletDD
JAXBElement
<
PortletDD
>
}
JAXBElement
<
DescriptionDD
>
}
JAXBElement
<
DisplayNameDD
>
}
JAXBElement
<
ExpirationCacheDD
>
}
JAXBElement
<
InitParamDD
>
}
JAXBElement
<
String
>
}
JAXBElement
<
PortletInfoDD
>
}
JAXBElement
<
PortletNameDD
>
}
JAXBElement
<
PortletPreferencesDD
>
}
JAXBElement
<
ResourceBundleDD
>
}
JAXBElement
<
SecurityRoleRefDD
>
}
JAXBElement
<
SupportedLocaleDD
>
}
JAXBElement
<
NameDD
>
}
JAXBElement
<
String
>
}
JAXBElement
<
NameDD
>
}
JAXBElement
<
SupportsDD
>
}
PortletInfoDD
PortletPreferencesDD
createRenderURL()
on the wrapped response object.
createRenderURL()
on the wrapped response object.
createResourceURL()
on the wrapped response object.
createResourceURL()
on the wrapped response object.
SecurityRoleRefDD
SupportsDD
TestConfig
objects.
PORTLET_SCOPE
.
defineObjects
tag.RenderConfigService
.
@RenderMode and the name of the
portlet mode
a set of helper methods depending on the current portlet mode the portlet
is currently in.
- doEdit(RenderRequest, RenderResponse) -
Method in class javax.portlet.GenericPortlet
- Helper method to serve up the
edit
mode.
- doEdit(RenderRequest, RenderResponse) -
Method in class org.apache.pluto.driver.portlets.AboutPortlet
-
- doEdit(RenderRequest, RenderResponse) -
Method in class org.apache.pluto.driver.portlets.GenericPlutoPortlet
-
- doEdit(RenderRequest, RenderResponse) -
Method in class org.apache.pluto.testsuite.TestPortlet
- Serves up the
edit
mode.
- doEndTag() -
Method in class org.apache.pluto.driver.tags.PortletRenderTag
-
- doEndTag() -
Method in class org.apache.pluto.tags.BaseURLTag
-
- doEndTag() -
Method in class org.apache.pluto.tags.PortletURLTag
-
- doEndTag() -
Method in class org.apache.pluto.tags.ResourceURLTag
-
- doEscapeXml(String) -
Method in class org.apache.pluto.tags.BaseURLTag
- Replaces in String str the characters &,>,<,",'
with their corresponding character entity codes.
- doExecute() -
Method in class org.apache.pluto.maven.AbstractPlutoMojo
- Process the actual execution.
- doExecute() -
Method in class org.apache.pluto.maven.AssembleMojo
-
- doExecute() -
Method in class org.apache.pluto.maven.InstallMojo
-
- doExecute() -
Method in class org.apache.pluto.maven.ReinstallMojo
-
- doExecute() -
Method in class org.apache.pluto.maven.UninstallMojo
-
- doFilter(ActionRequest, ActionResponse, FilterChain) -
Method in interface javax.portlet.filter.ActionFilter
- The
doFilter
method of the Filter is called by the
portlet container each time a action request/response pair is passed
through the chain due to a client request for a portlet method
at the end of the chain.
- doFilter(EventRequest, EventResponse, FilterChain) -
Method in interface javax.portlet.filter.EventFilter
- The
doFilter
method of the Filter is called by the
portlet container each time a event request/response pair is passed
through the chain due to a client request for a portlet method
at the end of the chain.
- doFilter(ActionRequest, ActionResponse) -
Method in interface javax.portlet.filter.FilterChain
- Causes the next filter in the chain to be invoked,
or if the calling filter is the last filter in the chain,
causes the portlet at the end of the chain to be invoked.
- doFilter(EventRequest, EventResponse) -
Method in interface javax.portlet.filter.FilterChain
- Causes the next filter in the chain to be invoked,
or if the calling filter is the last filter in the chain,
causes the portlet at the end of the chain to be invoked.
- doFilter(RenderRequest, RenderResponse) -
Method in interface javax.portlet.filter.FilterChain
- Causes the next filter in the chain to be invoked,
or if the calling filter is the last filter in the chain,
causes the portlet at the end of the chain to be invoked.
- doFilter(ResourceRequest, ResourceResponse) -
Method in interface javax.portlet.filter.FilterChain
- Causes the next filter in the chain to be invoked,
or if the calling filter is the last filter in the chain,
causes the portlet at the end of the chain to be invoked.
- doFilter(RenderRequest, RenderResponse, FilterChain) -
Method in interface javax.portlet.filter.RenderFilter
- The
doFilter
method of the Filter is called by the
portlet container each time a render request/response pair is passed
through the chain due to a client request for a portlet method
at the end of the chain.
- doFilter(ResourceRequest, ResourceResponse, FilterChain) -
Method in interface javax.portlet.filter.ResourceFilter
- The
doFilter
method of the Filter is called by the
portlet container each time a resource request/response pair is passed
through the chain due to a client request for a portlet method
at the end of the chain.
- doFilter(ServletRequest, ServletResponse, FilterChain) -
Method in class org.apache.pluto.driver.PortalDriverFilter
- Intercept requests in order to perform any actions.
- doFilter(ActionRequest, ActionResponse) -
Method in class org.apache.pluto.driver.services.container.FilterChainImpl
-
- doFilter(EventRequest, EventResponse) -
Method in class org.apache.pluto.driver.services.container.FilterChainImpl
-
- doFilter(RenderRequest, RenderResponse) -
Method in class org.apache.pluto.driver.services.container.FilterChainImpl
-
- doFilter(ResourceRequest, ResourceResponse) -
Method in class org.apache.pluto.driver.services.container.FilterChainImpl
-
- doGet(HttpServletRequest, HttpServletResponse) -
Method in class org.apache.pluto.core.PortletServlet
-
- doGet(HttpServletRequest, HttpServletResponse) -
Method in class org.apache.pluto.driver.PortalDriverLogoutServlet
- Processes logout by invalidating the session, creating a new session
and forwards to the login (home) page.
- doGet(HttpServletRequest, HttpServletResponse) -
Method in class org.apache.pluto.driver.PortalDriverServlet
- Handle all requests.
- doGet(HttpServletRequest, HttpServletResponse) -
Method in class org.apache.pluto.driver.PublishServlet
-
- doGet(HttpServletRequest, HttpServletResponse) -
Method in class org.apache.pluto.driver.TCKDriverServlet
- Overwrites
super.doGet(..)
.
- doGet(HttpServletRequest, HttpServletResponse) -
Method in class org.apache.pluto.testsuite.test.ExternalAppScopedAttributeTest.CompanionServlet
-
- doHeaders(RenderRequest, RenderResponse) -
Method in class javax.portlet.GenericPortlet
- Used by the render method to set the response properties and headers.
- doHeaders(PortletConfig, PortletContext, RenderRequest, RenderResponse) -
Method in class org.apache.pluto.testsuite.NoOpTest
-
- doHeaders(PortletConfig, PortletContext, RenderRequest, RenderResponse) -
Method in interface org.apache.pluto.testsuite.PortletTest
- Called by TestPortlet.doHeaders()
- doHeaders(PortletConfig, PortletContext, RenderRequest, RenderResponse) -
Method in class org.apache.pluto.testsuite.test.AbstractReflectivePortletTest
-
- doHeaders(RenderRequest, RenderResponse) -
Method in class org.apache.pluto.testsuite.TestPortlet
-
- doHelp(RenderRequest, RenderResponse) -
Method in class javax.portlet.GenericPortlet
- Helper method to serve up the
help
mode.
- doHelp(RenderRequest, RenderResponse) -
Method in class org.apache.pluto.driver.portlets.AboutPortlet
-
- doHelp(RenderRequest, RenderResponse) -
Method in class org.apache.pluto.driver.portlets.GenericPlutoPortlet
-
- doHelp(RenderRequest, RenderResponse) -
Method in class org.apache.pluto.testsuite.TestPortlet
- Serves up the
help
mode.
- doLoad(PortletWindow, HttpServletRequest, HttpServletResponse) -
Method in class org.apache.pluto.core.PortletContainerImpl
- Loads the portlet associated with the specified portlet window.
- doLoad(PortletWindow, HttpServletRequest, HttpServletResponse) -
Method in interface org.apache.pluto.PortletContainer
- Indicates that the portlet must be initialized
- domain -
Variable in class org.apache.pluto.maven.AbstractManagementMojo
-
- doPortletPrepare(HttpServletRequest, HttpServletResponse) -
Method in class org.apache.pluto.driver.PortalDriverFilter
- Perform Portlet Preparation
- doPost(HttpServletRequest, HttpServletResponse) -
Method in class org.apache.pluto.core.PortletServlet
-
- doPost(HttpServletRequest, HttpServletResponse) -
Method in class org.apache.pluto.driver.PortalDriverServlet
- Pass all POST requests to
PortalDriverServlet.doGet(HttpServletRequest, HttpServletResponse)
.
- doPost(HttpServletRequest, HttpServletResponse) -
Method in class org.apache.pluto.driver.TCKDriverServlet
-
- doPut(HttpServletRequest, HttpServletResponse) -
Method in class org.apache.pluto.core.PortletServlet
-
- doRemovePage(ActionRequest) -
Method in class org.apache.pluto.driver.portlets.PageAdminPortlet
- Removes a page from the portal ignoring any requests to remove the default page
or the Pluto Admin page.
- doRemovePortlet(ActionRequest) -
Method in class org.apache.pluto.driver.portlets.PageAdminPortlet
-
- doRender(PortletWindow, HttpServletRequest, HttpServletResponse) -
Method in class org.apache.pluto.core.PortletContainerImpl
- Renders the portlet associated with the specified portlet window.
- doRender(PortletWindow, HttpServletRequest, HttpServletResponse) -
Method in interface org.apache.pluto.PortletContainer
- Calls the render method of the given portlet window.
- doServeResource(PortletWindow, HttpServletRequest, HttpServletResponse) -
Method in class org.apache.pluto.core.PortletContainerImpl
- Indicates that a portlet resource Serving occured in the current request and calls
the processServeResource method of this portlet.
- doServeResource(PortletWindow, HttpServletRequest, HttpServletResponse) -
Method in interface org.apache.pluto.PortletContainer
- Indicates that a portlet resource Serving occured in the current request and calls
the processServeResource method of this portlet.
- doStartTag() -
Method in class org.apache.pluto.driver.tags.IsMaximizedTag
-
- doStartTag() -
Method in class org.apache.pluto.driver.tags.PortletModeAnchorTag
- Method invoked when the start tag is encountered.
- doStartTag() -
Method in class org.apache.pluto.driver.tags.PortletPortalURLTag
- Creates the portal URL pointing to the current portlet with specified
portlet mode and window state, and print the URL to the page.
- doStartTag() -
Method in class org.apache.pluto.driver.tags.PortletTag
- Method invoked when the start tag is encountered.
- doStartTag() -
Method in class org.apache.pluto.driver.tags.PortletTitleTag
- Method invoked when the start tag is encountered.
- doStartTag() -
Method in class org.apache.pluto.driver.tags.PortletWindowStateAnchorTag
- Method invoked when the start tag is encountered.
- doStartTag() -
Method in class org.apache.pluto.tags.BaseURLTag
-
- doStartTag() -
Method in class org.apache.pluto.tags.DefineObjectsTag
- Processes the
defineObjects
tag.
- doStartTag() -
Method in class org.apache.pluto.tags.NamespaceTag
-
- doStartTag() -
Method in class org.apache.pluto.tags.ParamTag
-
- doStartTag() -
Method in class org.apache.pluto.tags.PortletURLTag
-
- doStartTag() -
Method in class org.apache.pluto.tags.PropertyTag
- Processes the
param
tag.
- doStartTag() -
Method in class org.apache.pluto.tags.ResourceURLTag
-
- doTest(PortletConfig, PortletContext, PortletRequest, PortletResponse) -
Method in class org.apache.pluto.testsuite.NoOpTest
-
- doTest(PortletConfig, PortletContext, PortletRequest, PortletResponse) -
Method in interface org.apache.pluto.testsuite.PortletTest
- Runs the test.
- doTest(PortletConfig, PortletContext, PortletRequest, PortletResponse) -
Method in class org.apache.pluto.testsuite.test.AbstractReflectivePortletTest
- Invoke test methods using java reflection.
- doValidate() -
Method in class org.apache.pluto.maven.AbstractManagementMojo
-
- doValidate() -
Method in class org.apache.pluto.maven.AbstractPlutoMojo
-
- doValidate() -
Method in class org.apache.pluto.maven.AssembleMojo
-
- doView(RenderRequest, RenderResponse) -
Method in class javax.portlet.GenericPortlet
- Helper method to serve up the mandatory
view
mode.
- doView(RenderRequest, RenderResponse) -
Method in class org.apache.pluto.driver.portlets.AboutPortlet
-
- doView(RenderRequest, RenderResponse) -
Method in class org.apache.pluto.driver.portlets.GenericPlutoPortlet
-
- doView(RenderRequest, RenderResponse) -
Method in class org.apache.pluto.driver.portlets.PageAdminPortlet
-
- doView(RenderRequest, RenderResponse) -
Method in class org.apache.pluto.testsuite.TestPortlet
- Serves up the
view
mode.
- DRIVER_ADMIN_CONFIG -
Static variable in class org.apache.pluto.driver.AttributeKeys
- Attribute Key used to bind the application's driver admin config
to the ServletContext.
- DRIVER_CONFIG -
Static variable in class org.apache.pluto.driver.AttributeKeys
- Attribute Key used to bind the application's driver config to the
ServletContext.
- DriverAdministrationException - Exception in org.apache.pluto.driver.services.portal.admin
-
- DriverAdministrationException(String) -
Constructor for exception org.apache.pluto.driver.services.portal.admin.DriverAdministrationException
-
- DriverAdministrationException(String, Throwable) -
Constructor for exception org.apache.pluto.driver.services.portal.admin.DriverAdministrationException
-
- DriverAdministrationException(Throwable) -
Constructor for exception org.apache.pluto.driver.services.portal.admin.DriverAdministrationException
-
- DriverConfiguration - Interface in org.apache.pluto.driver.config
- Interface defining a means for retrieving driver services
based upon configuration information.
- DriverConfigurationException - Exception in org.apache.pluto.driver.config
-
- DriverConfigurationException() -
Constructor for exception org.apache.pluto.driver.config.DriverConfigurationException
-
- DriverConfigurationException(String) -
Constructor for exception org.apache.pluto.driver.config.DriverConfigurationException
-
- DriverConfigurationException(String, Throwable) -
Constructor for exception org.apache.pluto.driver.config.DriverConfigurationException
-
- DriverConfigurationException(Throwable) -
Constructor for exception org.apache.pluto.driver.config.DriverConfigurationException
-
- DriverConfigurationImpl - Class in org.apache.pluto.driver.config.impl
- Encapsulation of the Pluto Driver ResourceConfig.
- DriverConfigurationImpl(PortalURLParser, PropertyConfigService, RenderConfigService, SupportedModesService, SupportedWindowStateService, PortalCallbackService) -
Constructor for class org.apache.pluto.driver.config.impl.DriverConfigurationImpl
-
- DriverConfigurationService - Interface in org.apache.pluto.driver.services.portal
- Abstract interface defining lifecycle methods for
Driver configuration services.
- DummyCCPPProfileServiceImpl - Class in org.apache.pluto.spi
-
- DummyCCPPProfileServiceImpl() -
Constructor for class org.apache.pluto.spi.DummyCCPPProfileServiceImpl
-
- DummyProfile - Class in org.apache.pluto.internal.impl
- A dummy replace for a real CCPP Implementation (TBD)
- DummyProfile() -
Constructor for class org.apache.pluto.internal.impl.DummyProfile
-
EDIT
portlet mode, a portlet should provide
content and logic that lets a user customize the behavior of the portlet.
encodeURL(path)
on the wrapped response object.
Enumeration
around a Collection, i.e.Event
interface represents an event that the portlet has received
in the event processing phase.EventFilter
is an object that performs filtering
tasks on either the event request to a portlet, or on the event response from
a portlet, or both.Event
.EventPortlet
interface allows
portlets receiving events.EventRequest
represents the request sent to the portlet
to handle an event.javax.portlet.EventRequest
implementation.EventRequestWrapper
provides a convenient
implementation of the EventRequest
interface
that can be subclassed by developers wishing to adapt the request.EventRequest
adaptor
wrapping the given request object.
EventResponse
interface represents the portlet
response to an event request.EventResponse
.EventResponseWrapper
provides a convenient
implementation of the EventResponse
interface
that can be subclassed by developers wishing to adapt the response.EventResponse
adaptor
wrapping the given response object.
setProperty
method intended to be used in
forwarded or included servlets/JSPs.
FAILED
, and reports
assertion details by specifying values got and values expected.
FAILED
, and reports
assertion details by specifying value got and value expected.
FAILED
, and reports
exception details.
toString
or write
are executed on action URLs.
FilterChain
is an object provided by the portlet container
to the developer giving a view into the invocation chain of a
filtered request for a portlet.FilterChain
is an object provided by the portlet container
to the developer giving a view into the invocation chain of a
filtered request for a portlet.FilterChainImpl
for the filter which are
declareted in the deployment descriptor.toString
or write
are executed on render URLs.
toString
or write
are executed on resource URLs.
flushBuffer()
on the wrapped response object.
flushBuffer()
on the wrapped response object.
FULL
does not need to contain the current
state of the page or the current render parameters, portlet mode, or
window state of the portlet.
GenericPortlet
class provides a default implementation for
the Portlet
interface.getAttribute(String name)
on the wrapped request object.
Object
,
or null
if no attribute of the given name exists.
PORTLET_SCOPE
, or null
if no
object is bound under the name in that scope.
null
if no object is bound under the name in the given scope.
Map
of the session attributes in
the portlet session scope.
Map
of the session attributes in
the given session scope.
Map
of the session attributes in
the portlet session scope.
Map
of the session attributes in
the portlet session scope.
getAttributeNames()
on the wrapped request object.
Enumeration
containing the attribute names
available within this portlet context, or an empty
Enumeration
if no attributes are available.
Enumeration
containing the
names of the attributes available to this request.
Enumeration
of String objects containing the names of
all the objects bound to this session under the PORTLET_SCOPE
, or an
empty Enumeration
if no attributes are available.
Enumeration
of String objects containing the names of
all the objects bound to this session in the given scope, or an
empty Enumeration
if no attributes are available in the
given scope.
getAuthType()
on the wrapped request object.
BASIC_AUTH
, CLIENT_CERT_AUTH
,
a custom one or null
if there was no authentication.
getBufferSize()
on the wrapped response object.
getBufferSize()
on the wrapped response object.
getCacheability()
on the wrapped response object.
getCacheControl()
on the wrapped response object.
getCacheControl()
on the wrapped response object.
CacheContol
.
getCharacterEncoding()
on the wrapped request object.
getCharacterEncoding()
on the wrapped response object.
getCharacterEncoding()
on the wrapped request object.
getCharacterEncoding()
on the wrapped response object.
getContentLength()
on the wrapped request object.
getContentLength()
on the wrapped request object.
getContentType()
on the wrapped request object.
getContentType()
on the wrapped response object.
getContentType()
on the wrapped request object.
getContentType()
on the wrapped response object.
getContextPath()
on the wrapped request object.
getCookies()
on the wrapped request object.
null
if no ETag is set on the response.
- getETag() -
Method in class javax.portlet.filter.RenderRequestWrapper
- The default behavior of this method is to call
getETag()
on the wrapped request object.
- getETag() -
Method in class javax.portlet.filter.ResourceRequestWrapper
- The default behavior of this method is to call
getETag()
on the wrapped request object.
- getETag() -
Method in interface javax.portlet.RenderRequest
- Returns the validation tag if the portlet container
has a cached response for this validation tag, or
null
if no cached response exists.
- getETag() -
Method in interface javax.portlet.ResourceRequest
- Returns the validation tag if the portlet container
has a cached response for this validation tag, or
null
if no cached response exists.
- getETag() -
Method in class org.apache.pluto.internal.impl.CacheControlImpl
-
- getETag() -
Method in class org.apache.pluto.internal.impl.RenderRequestImpl
-
- getETag() -
Method in class org.apache.pluto.internal.impl.ResourceRequestImpl
-
- getETag() -
Method in class org.apache.pluto.wrappers.RenderRequestWrapper
- Returns an implementation of JSR-286
ETag
.
- getEvent() -
Method in interface javax.portlet.EventRequest
- Returns the event that triggered the call to the processEvent method.
- getEvent() -
Method in class javax.portlet.filter.EventRequestWrapper
- The default behavior of this method is to call
getEvent()
on the wrapped request object.
- getEvent(String) -
Method in class org.apache.pluto.driver.services.container.EventList
- Gets the event.
- getEvent() -
Method in class org.apache.pluto.internal.impl.EventRequestImpl
-
- getEventNumber() -
Method in class org.apache.pluto.driver.services.container.EventAttribute
- Deprecated. Gets the event number.
- getEventProvider(HttpServletRequest, PortletWindow) -
Method in class org.apache.pluto.driver.services.container.PortalCallbackServiceImpl
-
- getEventProvider() -
Method in class org.apache.pluto.driver.services.container.PortalCallbackServiceImpl
-
- getEventProvider(HttpServletRequest, PortletWindow) -
Method in interface org.apache.pluto.spi.PortalCallbackService
-
- getEventProvider() -
Method in interface org.apache.pluto.spi.PortalCallbackService
-
- getEventProviderImpl(HttpServletRequest, PortletWindow) -
Static method in class org.apache.pluto.driver.services.container.EventProviderImpl
- factory method
gets the EventProvider out of the Request, or sets a new one
- getEventProviderImpl() -
Static method in class org.apache.pluto.driver.services.container.EventProviderImpl
- factory method, for accessing the static elements without a
request / response
FIXME: bad idea
- getEvents() -
Method in class org.apache.pluto.descriptors.portlet.PortletAppDD
-
- getEvents() -
Method in class org.apache.pluto.driver.services.container.EventList
- Gets the events.
- getExceptionType() -
Method in class org.apache.pluto.descriptors.servlet.ErrorPageDD
-
- getExpirationCacheDD() -
Method in class org.apache.pluto.descriptors.portlet.PortletDD
-
- getExpirationTime() -
Method in interface javax.portlet.CacheControl
- Get the currently set expiration time.
- getExpirationTime() -
Method in class org.apache.pluto.descriptors.portlet.ExpirationCacheDD
-
- getExpirationTime() -
Method in class org.apache.pluto.internal.impl.CacheControlImpl
-
- getExtension() -
Method in class org.apache.pluto.descriptors.servlet.MimeMappingDD
-
- getFactory() -
Static method in class org.apache.pluto.driver.services.impl.resource.ResourceConfigReader
-
- getFactory() -
Static method in class org.apache.pluto.util.assemble.AssemblerFactory
- Returns the singleton factory instance.
- getFailedKeys() -
Method in exception javax.portlet.ValidatorException
- Returns the keys that failed the validation.
- getFilter() -
Method in class org.apache.pluto.descriptors.portlet.PortletAppDD
-
- getFilterClass() -
Method in class org.apache.pluto.descriptors.portlet.FilterDD
-
- getFilterClass() -
Method in class org.apache.pluto.descriptors.servlet.FilterDD
-
- getFilterManager() -
Static method in class org.apache.pluto.driver.services.container.FilterManagerImpl
-
- getFilterManager() -
Method in class org.apache.pluto.driver.services.container.PortalCallbackServiceImpl
- Returns the FilterManager, this is used to process the filter.
- getFilterManager() -
Method in interface org.apache.pluto.spi.PortalCallbackService
- Returns the FilterManager, this is used to process the filter.
- getFilterMapping() -
Method in class org.apache.pluto.descriptors.portlet.PortletAppDD
-
- getFilterMappings() -
Method in class org.apache.pluto.descriptors.servlet.WebAppDD
-
- getFilterName() -
Method in interface javax.portlet.filter.FilterConfig
- Returns the filter-name of this filter as defined in the
portlet deployment descriptor.
- getFilterName() -
Method in class org.apache.pluto.descriptors.portlet.FilterDD
-
- getFilterName() -
Method in class org.apache.pluto.descriptors.portlet.FilterMappingDD
-
- getFilterName() -
Method in class org.apache.pluto.descriptors.servlet.FilterDD
-
- getFilterName() -
Method in class org.apache.pluto.descriptors.servlet.FilterMappingDD
-
- getFilterName() -
Method in class org.apache.pluto.driver.services.container.FilterConfigImpl
-
- getFilters() -
Method in class org.apache.pluto.descriptors.servlet.WebAppDD
-
- getFormErrorPage() -
Method in class org.apache.pluto.descriptors.servlet.FormLoginConfigDD
-
- getFormLoginConfig() -
Method in class org.apache.pluto.descriptors.servlet.LoginConfigDD
-
- getFormLoginPage() -
Method in class org.apache.pluto.descriptors.servlet.FormLoginConfigDD
-
- getHandler() -
Method in class org.apache.pluto.maven.AbstractManagementMojo
-
- getHeader(String) -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getHeaderNames() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getHeaders(String) -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getHelpPage(RenderRequest) -
Method in class org.apache.pluto.driver.portlets.AdminPortlet
-
- getHelpPage(RenderRequest) -
Method in class org.apache.pluto.driver.portlets.GenericPlutoPortlet
-
- getHelpPage(RenderRequest) -
Method in class org.apache.pluto.driver.portlets.PageAdminPortlet
-
- getHome() -
Method in class org.apache.pluto.descriptors.servlet.EjbRefDD
-
- getHost() -
Method in class org.apache.pluto.util.install.ServerConfig
-
- getHttpMethods() -
Method in class org.apache.pluto.descriptors.servlet.WebResourceCollectionDD
-
- 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.
- getHttpServletRequest() -
Method in interface org.apache.pluto.internal.InternalPortletRequest
-
- getHttpServletResponse() -
Method in class org.apache.pluto.internal.impl.PortletResponseImpl
- Returns the nested HttpServletResponse instance.
- getIcon() -
Method in class org.apache.pluto.descriptors.servlet.FilterDD
-
- getIcon() -
Method in class org.apache.pluto.descriptors.servlet.ServletDD
-
- getIcon() -
Method in class org.apache.pluto.descriptors.servlet.WebAppDD
-
- getId() -
Method in interface javax.portlet.PortletSession
- Returns a string containing the unique identifier assigned to this session.
- getID() -
Method in class org.apache.pluto.descriptors.portlet.EventDefinitionDD
-
- getId() -
Method in class org.apache.pluto.driver.core.PortletWindowImpl
-
- getId() -
Method in class org.apache.pluto.driver.portlets.PageAdminPortlet.Page
-
- getId() -
Method in class org.apache.pluto.driver.portlets.PageAdminPortlet.Placement
-
- getId() -
Method in class org.apache.pluto.driver.services.portal.PortletWindowConfig
-
- getId() -
Method in class org.apache.pluto.internal.impl.InternalPortletWindowImpl
-
- getId() -
Method in class org.apache.pluto.internal.impl.PortletSessionImpl
-
- 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.tags.ResourceURLTag
-
- getIdentifier() -
Method in class org.apache.pluto.descriptors.portlet.PublicRenderParamDD
-
- getIgnoreExtraElements() -
Method in class org.apache.pluto.descriptors.services.castor.PortletAppDescriptorServiceImpl
-
- getIndex() -
Method in class org.apache.pluto.driver.services.container.FilterChainImpl
-
- getInitParam() -
Method in class org.apache.pluto.descriptors.portlet.FilterDD
-
- getInitParameter(String) -
Method in interface javax.portlet.filter.FilterConfig
- Returns a String containing the value of the named
initialization parameter, or
null
if the parameter does not exist.
- getInitParameter(String) -
Method in class javax.portlet.GenericPortlet
- Returns a String containing the value of the named initialization
parameter, or null if the parameter does not exist.
- getInitParameter(String) -
Method in interface javax.portlet.PortletConfig
- Returns a String containing the value of the named initialization parameter,
or null if the parameter does not exist.
- getInitParameter(String) -
Method in interface javax.portlet.PortletContext
- Returns a String containing the value of the named context-wide
initialization parameter, or
null
if the parameter does not exist.
- getInitParameter(String) -
Method in class org.apache.pluto.driver.services.container.FilterConfigImpl
-
- 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 interface javax.portlet.filter.FilterConfig
- Returns the names of the filter's initialization parameters
as an Enumeration of String objects, or an empty Enumeration
if the filter has no initialization parameters.
- getInitParameterNames() -
Method in class javax.portlet.GenericPortlet
- Returns the names of the portlet initialization parameters as an
Enumeration of String objects, or an empty Enumeration if the portlet has
no initialization parameters.
- getInitParameterNames() -
Method in interface javax.portlet.PortletConfig
- Returns the names of the portlet initialization parameters as an
Enumeration
of String objects, or an empty Enumeration
if the
portlet has no initialization parameters.
- getInitParameterNames() -
Method in interface javax.portlet.PortletContext
- Returns the names of the context initialization parameters as an
Enumeration
of String objects, or an empty Enumeration if the context
has no initialization parameters.
- getInitParameterNames() -
Method in class org.apache.pluto.driver.services.container.FilterConfigImpl
-
- getInitParameterNames() -
Method in class org.apache.pluto.internal.impl.PortletConfigImpl
-
- getInitParameterNames() -
Method in class org.apache.pluto.internal.impl.PortletContextImpl
-
- getInitParameters() -
Method in class org.apache.pluto.testsuite.test.AbstractReflectivePortletTest
-
- getInitParameters() -
Method in class org.apache.pluto.testsuite.TestConfig
-
- getInitParams() -
Method in class org.apache.pluto.descriptors.portlet.PortletDD
-
- getInitParams() -
Method in class org.apache.pluto.descriptors.servlet.FilterDD
-
- getInitParams() -
Method in class org.apache.pluto.descriptors.servlet.ServletDD
-
- getInputStream() -
Method in class org.apache.pluto.internal.impl.ActionRequestImpl
-
- getInputStream() -
Method in class org.apache.pluto.internal.impl.EventRequestImpl
-
- 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.
- getInputStream() -
Method in class org.apache.pluto.internal.impl.ResourceRequestImpl
-
- getInstallationDirectory() -
Method in class org.apache.pluto.util.install.InstallationConfig
-
- getInstallDir() -
Method in exception org.apache.pluto.util.UtilityException
-
- getInstance() -
Static method in class org.apache.pluto.PortletContainerFactory
- Accessor method for the singleton instance of the
PortletContainerFactory
.
- getInstance() -
Static method in class org.apache.pluto.testsuite.test.ExpectedResults
- Returns the singleton expected results instance.
- getInternalBuffer() -
Method in class org.apache.pluto.driver.core.PortalServletResponse
-
- getInternalPortletWindow() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getInternalPortletWindow() -
Method in class org.apache.pluto.internal.impl.PortletResponseImpl
-
- getInternalPortletWindow() -
Method in interface org.apache.pluto.internal.InternalPortletRequest
-
- getInternalPortletWindow() -
Method in interface org.apache.pluto.internal.InternalPortletResponse
-
- getInternalResponseWriter() -
Method in class org.apache.pluto.driver.core.PortalServletResponse
-
- getIntHeader(String) -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- 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
-
- getJavaClass() -
Method in class org.apache.pluto.descriptors.portlet.EventDefinitionDD
-
- getJspFile() -
Method in class org.apache.pluto.descriptors.servlet.ServletDD
-
- getKeywords(PortletWindow) -
Method in class org.apache.pluto.core.DefaultPortletInfoService
-
- getKeywords() -
Method in class org.apache.pluto.descriptors.portlet.PortletInfoDD
-
- getKeywords(PortletWindow) -
Method in interface org.apache.pluto.spi.optional.PortletInfoService
- Retrieve the keywords for the specified
portlet window.
- getKlass() -
Method in class org.apache.pluto.util.install.file.jetty.Configure
-
- getLang() -
Method in class org.apache.pluto.descriptors.common.DescriptionDD
-
- getLang() -
Method in class org.apache.pluto.descriptors.common.DisplayNameDD
-
- getLargeIcon() -
Method in class org.apache.pluto.descriptors.common.IconDD
- Retrieve the large icon uri.
- getLastAccessedTime() -
Method in interface javax.portlet.PortletSession
- Returns the last time the client sent a request associated with this session,
as the number of milliseconds since midnight January 1, 1970 GMT.
- getLastAccessedTime() -
Method in class org.apache.pluto.internal.impl.PortletSessionImpl
-
- getLifecycle() -
Method in class org.apache.pluto.descriptors.portlet.FilterDD
-
- getLifecyclePhase() -
Method in class org.apache.pluto.internal.impl.ActionRequestImpl
-
- getLifecyclePhase() -
Method in class org.apache.pluto.internal.impl.EventRequestImpl
-
- getLifecyclePhase() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getLifecyclePhase() -
Method in class org.apache.pluto.internal.impl.RenderRequestImpl
-
- getLifecyclePhase() -
Method in class org.apache.pluto.internal.impl.ResourceRequestImpl
-
- getLifecyclePhase() -
Method in interface org.apache.pluto.internal.InternalPortletRequest
-
- getListenerClass() -
Method in class org.apache.pluto.descriptors.servlet.ListenerDD
-
- getListeners() -
Method in class org.apache.pluto.descriptors.servlet.WebAppDD
-
- getLoadOnStartup() -
Method in class org.apache.pluto.descriptors.servlet.ServletDD
-
- getLocalAddr() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getLocale() -
Method in class javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getLocale()
on the wrapped request object.
- getLocale() -
Method in class javax.portlet.filter.RenderResponseWrapper
- The default behavior of this method is to call
getLocale()
on the wrapped response object.
- getLocale() -
Method in class javax.portlet.filter.ResourceResponseWrapper
- The default behavior of this method is to call
getLocale()
on the wrapped response object.
- getLocale() -
Method in interface javax.portlet.MimeResponse
- Returns the locale assigned to the response.
- getLocale() -
Method in interface javax.portlet.PortletRequest
- Returns the preferred Locale in which the portal will accept content.
- getLocale() -
Method in class org.apache.pluto.internal.impl.MimeResponseImpl
-
- getLocale() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getLocale() -
Method in class org.apache.pluto.internal.impl.StateAwareResponseImpl
-
- getLocale() -
Method in class org.apache.pluto.wrappers.PortletRequestWrapper
-
- getLocale() -
Method in class org.apache.pluto.wrappers.RenderResponseWrapper
-
- getLocales() -
Method in class javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getLocales()
on the wrapped request object.
- getLocales() -
Method in interface javax.portlet.PortletRequest
- Returns an Enumeration of Locale objects indicating, in decreasing
order starting with the preferred locale in which the portal will
accept content for this request.
- getLocales() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getLocales() -
Method in class org.apache.pluto.wrappers.PortletRequestWrapper
-
- getLocalName() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getLocalPort() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getLocation() -
Method in class org.apache.pluto.descriptors.servlet.ErrorPageDD
-
- getLoginConfig() -
Method in class org.apache.pluto.descriptors.servlet.WebAppDD
-
- getMajorVersion() -
Method in interface javax.portlet.PortletContext
- Returns the major version of the Portlet API that this portlet
container supports.
- getMajorVersion() -
Method in class org.apache.pluto.internal.impl.PortletContextImpl
-
- getMajorVersion() -
Method in class org.apache.pluto.testsuite.test.ExpectedResults
-
- 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 interface javax.portlet.PortletPreferences
- Returns a
Map
of the preferences.
- getMap() -
Method in class org.apache.pluto.internal.impl.PortletPreferencesImpl
-
- getMap() -
Method in class org.apache.pluto.internal.impl.PortletSessionImpl
-
- getMap(int) -
Method in class org.apache.pluto.internal.impl.PortletSessionImpl
-
- getMappedSecurityRole() -
Method in class org.apache.pluto.testsuite.test.ExpectedResults
-
- getMaxInactiveInterval() -
Method in interface javax.portlet.PortletSession
- Returns the maximum time interval, in seconds, for which the portlet container
keeps this session open between client accesses.
- getMaxInactiveInterval() -
Method in class org.apache.pluto.internal.impl.PortletSessionImpl
-
- getMetaInfo() -
Method in class org.apache.pluto.driver.services.portal.PortletWindowConfig
-
- getMethod() -
Method in interface javax.portlet.ClientDataRequest
- Returns the name of the HTTP method with which this request was made,
for example, GET, POST, or PUT.
- getMethod() -
Method in interface javax.portlet.EventRequest
- Returns the name of the HTTP method with which the original action request was made,
for example, POST, or PUT.
- getMethod() -
Method in class javax.portlet.filter.ActionRequestWrapper
- The default behavior of this method is to call
getMethod()
on the wrapped request object.
- getMethod() -
Method in class javax.portlet.filter.EventRequestWrapper
- The default behavior of this method is to call
getMethod()
on the wrapped request object.
- getMethod() -
Method in class javax.portlet.filter.ResourceRequestWrapper
- The default behavior of this method is to call
getMethod()
on the wrapped request object.
- getMethod() -
Method in class org.apache.pluto.internal.impl.RenderRequestImpl
-
- getMimeMappings() -
Method in class org.apache.pluto.descriptors.servlet.WebAppDD
-
- getMimeType(String) -
Method in interface javax.portlet.PortletContext
- Returns the MIME type of the specified file, or
null
if
the MIME type is not known.
- getMimeType() -
Method in class org.apache.pluto.descriptors.portlet.SupportsDD
-
- getMimeType() -
Method in class org.apache.pluto.descriptors.servlet.MimeMappingDD
-
- 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 interface javax.portlet.PortletContext
- Returns the minor version of the Portlet API that this portlet
container supports.
- getMinorVersion() -
Method in class org.apache.pluto.internal.impl.PortletContextImpl
-
- getMinorVersion() -
Method in class org.apache.pluto.testsuite.test.ExpectedResults
-
- getMode() -
Method in exception javax.portlet.PortletModeException
- Returns the unsupported portlet mode causing this exception.
- getName() -
Method in interface javax.portlet.Event
- Get the local part of the event name.
- getName() -
Method in class org.apache.pluto.core.PortletContainerImpl
-
- getName() -
Method in interface org.apache.pluto.core.UserInfoAttribute
-
- getName() -
Method in class org.apache.pluto.descriptors.portlet.ContainerRuntimeOptionDD
-
- getName() -
Method in class org.apache.pluto.descriptors.portlet.EventDD
-
- getName() -
Method in class org.apache.pluto.descriptors.portlet.EventDefinitionDD
-
- getName() -
Method in class org.apache.pluto.descriptors.portlet.EventDefinitionReferenceDD
-
- getName() -
Method in class org.apache.pluto.descriptors.portlet.PortletPreferenceDD
-
- getName() -
Method in class org.apache.pluto.descriptors.portlet.PublicRenderParamDD
-
- getName() -
Method in class org.apache.pluto.descriptors.portlet.UserAttributeDD
-
- getName() -
Method in class org.apache.pluto.driver.portlets.PageAdminPortlet.Page
-
- getName() -
Method in class org.apache.pluto.driver.services.portal.PageConfig
-
- getName() -
Method in class org.apache.pluto.driver.url.PortalURLParameter
-
- getName() -
Method in class org.apache.pluto.internal.impl.EventImpl
-
- getName() -
Method in class org.apache.pluto.internal.impl.PortletPreferenceImpl
-
- getName() -
Method in interface org.apache.pluto.internal.InternalPortletPreference
- Returns the name of this portlet preference.
- getName() -
Method in interface org.apache.pluto.PortletContainer
- Retrieve the unique container name
- getName() -
Method in class org.apache.pluto.tags.el.ParamTag
-
- getName() -
Method in class org.apache.pluto.tags.ParamTag
- Returns the name.
- getName() -
Method in class org.apache.pluto.tags.PropertyTag
- Returns the name.
- getName() -
Method in class org.apache.pluto.testsuite.TestConfig
-
- getName() -
Method in class org.apache.pluto.testsuite.TestConfig.Parameter
-
- getName() -
Method in class org.apache.pluto.testsuite.TestResult
-
- getName() -
Method in class org.apache.pluto.testsuite.TestResults
-
- getName() -
Method in class org.apache.pluto.util.install.file.jetty.Call
-
- getNamedDispatcher(String) -
Method in interface javax.portlet.PortletContext
- Returns a
PortletRequestDispatcher
object that acts
as a wrapper for the named servlet.
- getNamedDispatcher(String) -
Method in class org.apache.pluto.internal.impl.PortletContextImpl
-
- getNames() -
Method in interface javax.portlet.PortletPreferences
- Returns all of the keys that have an associated value,
or an empty
Enumeration
if no keys are
available.
- getNames() -
Method in class org.apache.pluto.internal.impl.PortletPreferencesImpl
-
- getNamespace() -
Method in class javax.portlet.filter.PortletResponseWrapper
- The default behavior of this method is to call
getNamespace()
on the wrapped response object.
- getNamespace() -
Method in interface javax.portlet.PortletResponse
- The value returned by this method should be prefixed or appended to
elements, such as JavaScript variables or function names, to ensure they
are unique in the context of the portal page.
- getNamespace() -
Method in class org.apache.pluto.internal.impl.PortletResponseImpl
-
- getNamespace() -
Method in class org.apache.pluto.wrappers.PortletResponseWrapper
-
- getNamespace() -
Method in class org.apache.pluto.wrappers.RenderResponseWrapper
-
- getNextPossiblePortletModes(RenderRequest) -
Method in class javax.portlet.GenericPortlet
- Used by the render method to set the next possible portlet modes.
- getOptionalContainerServices() -
Method in class org.apache.pluto.core.PortletContainerImpl
- Retrieve the optional container services used by the container.
- getOptionalContainerServices() -
Method in interface org.apache.pluto.PortletContainer
- Retrieve the optional container services associated with this contianer.
- getOriginalPortletWindow() -
Method in class org.apache.pluto.internal.impl.InternalPortletWindowImpl
-
- getOriginalPortletWindow() -
Method in interface org.apache.pluto.internal.InternalPortletWindow
- Retrieve the original portlet window with
which the container was invoked.
- getOutputStream() -
Method in class org.apache.pluto.internal.impl.MimeResponseImpl
-
- getOutputStream() -
Method in class org.apache.pluto.internal.impl.PortletResponseImpl
- TODO: javadoc about why we are using a wrapped writer here.
- getOutputStream() -
Method in class org.apache.pluto.internal.impl.StateAwareResponseImpl
-
- getPage(String) -
Method in class org.apache.pluto.driver.services.impl.resource.RenderConfigServiceImpl
-
- getPage(String) -
Method in interface org.apache.pluto.driver.services.portal.RenderConfigService
- Retrieve the PageConfig for the given
page id.
- getPageConfig(String) -
Method in interface org.apache.pluto.driver.config.DriverConfiguration
-
- getPageConfig(String) -
Method in class org.apache.pluto.driver.config.impl.DriverConfigurationImpl
-
- getPageConfig(String) -
Method in class org.apache.pluto.driver.services.portal.RenderConfig
-
- getPageConfig(ServletContext) -
Method in class org.apache.pluto.driver.url.impl.PortalURLImpl
- Deprecated.
- getPageConfig(ServletContext) -
Method in class org.apache.pluto.driver.url.impl.RelativePortalURLImpl
-
- getPageConfig(ServletContext) -
Method in interface org.apache.pluto.driver.url.PortalURL
-
- getPages() -
Method in interface org.apache.pluto.driver.config.DriverConfiguration
-
- getPages() -
Method in class org.apache.pluto.driver.config.impl.DriverConfigurationImpl
- Standard Getter.
- getPages() -
Method in class org.apache.pluto.driver.services.impl.resource.RenderConfigServiceImpl
-
- getPages() -
Method in class org.apache.pluto.driver.services.portal.RenderConfig
-
- getPages() -
Method in interface org.apache.pluto.driver.services.portal.RenderConfigService
- Retrieve an ordered list of all PageConfig instances.
- getParameter(String) -
Method in class javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getParameter(String name)
on the wrapped request object.
- getParameter(String) -
Method in interface javax.portlet.PortletRequest
- Returns the value of a request parameter as a
String
,
or null
if the parameter does not exist.
- getParameter(String) -
Method in class org.apache.pluto.driver.core.PortalServletRequest
-
- getParameter(String) -
Method in class org.apache.pluto.internal.impl.BaseURLImpl
-
- getParameter(String) -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getParameter(String) -
Method in class org.apache.pluto.internal.impl.ResourceRequestImpl
-
- getParameter(String) -
Method in class org.apache.pluto.wrappers.PortletRequestWrapper
-
- getParameterMap() -
Method in interface javax.portlet.BaseURL
- Returns a
Map
of the parameters
currently set on this portlet URL via the
setParameter
or setParameters
methods.
- getParameterMap() -
Method in class javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getParameterMap()
on the wrapped request object.
- getParameterMap() -
Method in interface javax.portlet.PortletRequest
- Returns a
Map
of the parameters of this request.
- getParameterMap() -
Method in class org.apache.pluto.driver.core.PortalServletRequest
- Retreive the Parameters.
- getParameterMap() -
Method in class org.apache.pluto.internal.impl.BaseURLImpl
-
- getParameterMap() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getParameterMap() -
Method in class org.apache.pluto.wrappers.PortletRequestWrapper
-
- getParameterNames() -
Method in class javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getParameterNames()
on the wrapped request object.
- getParameterNames() -
Method in interface javax.portlet.PortletRequest
- Returns an
Enumeration
of String
objects containing the names of the parameters contained
in this request.
- getParameterNames() -
Method in class org.apache.pluto.driver.core.PortalServletRequest
- Get an enumeration which contains each of the names for which parameters
exist.
- getParameterNames() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getParameterNames() -
Method in class org.apache.pluto.wrappers.PortletRequestWrapper
-
- getParameters() -
Method in class org.apache.pluto.driver.url.impl.PortalURLImpl
- Deprecated.
- getParameters() -
Method in class org.apache.pluto.driver.url.impl.RelativePortalURLImpl
-
- getParameters() -
Method in interface org.apache.pluto.driver.url.PortalURL
-
- getParameters(String) -
Method in class org.apache.pluto.internal.impl.BaseURLImpl
-
- getParameterValues(String) -
Method in class javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getParameterValues(name)
on the wrapped request object.
- getParameterValues(String) -
Method in interface javax.portlet.PortletRequest
- Returns an array of
String
objects containing
all of the values the given request parameter has, or
null
if the parameter does not exist.
- getParameterValues(String) -
Method in class org.apache.pluto.driver.core.PortalServletRequest
- Get the values associated with the given parameter key.
- getParameterValues(String) -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getParameterValues(String) -
Method in class org.apache.pluto.internal.impl.ResourceRequestImpl
-
- getParameterValues(String) -
Method in class org.apache.pluto.wrappers.PortletRequestWrapper
-
- getParamName() -
Method in class org.apache.pluto.descriptors.common.InitParamDD
- Retrieve the name of the parameter.
- getParamValue() -
Method in class org.apache.pluto.descriptors.common.InitParamDD
- Get the name of the parameter.
- getParser() -
Static method in class org.apache.pluto.driver.url.impl.PortalURLParserImpl
- Returns the singleton parser instance.
- getPathInfo() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getPathTranslated() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getPort() -
Method in class org.apache.pluto.util.install.ServerConfig
-
- getPortalAdministrationService() -
Method in class org.apache.pluto.core.DefaultOptionalContainerServices
-
- getPortalAdministrationService() -
Method in class org.apache.pluto.driver.services.container.ContainerServicesImpl
-
- getPortalAdministrationService() -
Method in interface org.apache.pluto.OptionalContainerServices
- Returns the admin service implementation used by
the container.
- getPortalApplication() -
Method in class org.apache.pluto.util.install.InstallationConfig
-
- getPortalCallbackService() -
Method in interface org.apache.pluto.driver.config.DriverConfiguration
-
- getPortalCallbackService() -
Method in class org.apache.pluto.driver.config.impl.DriverConfigurationImpl
-
- getPortalCallbackService() -
Method in class org.apache.pluto.driver.services.container.ContainerServicesImpl
- The PortalCallbackService allows the container to communicate
actions back to the portal.
- 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 class javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getPortalContext()
on the wrapped request object.
- getPortalContext() -
Method in interface javax.portlet.PortletRequest
- Returns the context of the calling portal.
- getPortalContext() -
Method in class org.apache.pluto.driver.services.container.ContainerServicesImpl
- Standard Getter.
- getPortalContext() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- 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.wrappers.PortletRequestWrapper
-
- getPortalContextPath() -
Method in class org.apache.pluto.util.install.InstallationConfig
-
- getPortalInfo() -
Method in interface javax.portlet.PortalContext
- Returns information about the portal like vendor, version, etc.
- getPortalInfo() -
Method in class org.apache.pluto.driver.services.container.PortalContextImpl
- Get the portal info for this portal.
- getPortalInfo() -
Method in class org.apache.pluto.testsuite.test.ExpectedResults
-
- getPortalName() -
Method in interface org.apache.pluto.driver.config.DriverConfiguration
- Retrieve the name of the portal
as should be returned in
PortalContext.getPortalInfo()
- getPortalName() -
Method in class org.apache.pluto.driver.config.impl.DriverConfigurationImpl
- Standard Getter.
- getPortalName() -
Method in class org.apache.pluto.driver.services.impl.resource.PropertyConfigServiceImpl
-
- getPortalName() -
Method in class org.apache.pluto.driver.services.impl.resource.RenderConfigServiceImpl
-
- getPortalName() -
Method in class org.apache.pluto.driver.services.impl.resource.ResourceConfig
- Standard Getter.
- getPortalName() -
Method in interface org.apache.pluto.driver.services.portal.PropertyConfigService
- Name of the portal driver.
- getPortalUrlParser() -
Method in interface org.apache.pluto.driver.config.DriverConfiguration
-
- getPortalUrlParser() -
Method in class org.apache.pluto.driver.config.impl.DriverConfigurationImpl
-
- getPortalVersion() -
Method in interface org.apache.pluto.driver.config.DriverConfiguration
- Retrieve the version of the portal
as should be returned in
PortalContext.getPortalInfo()
- getPortalVersion() -
Method in class org.apache.pluto.driver.config.impl.DriverConfigurationImpl
- Standard Getter.
- getPortalVersion() -
Method in class org.apache.pluto.driver.services.impl.resource.PropertyConfigServiceImpl
-
- getPortalVersion() -
Method in class org.apache.pluto.driver.services.impl.resource.RenderConfigServiceImpl
-
- getPortalVersion() -
Method in class org.apache.pluto.driver.services.impl.resource.ResourceConfig
- Standard Getter.
- getPortalVersion() -
Method in interface org.apache.pluto.driver.services.portal.PropertyConfigService
- Portal driver version.
- getPortlet(String) -
Method in class org.apache.pluto.driver.services.portal.PortletApplicationConfig
-
- 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 class org.apache.pluto.internal.impl.PortletContextImpl
-
- getPortletApplicationDefinition() -
Method in interface org.apache.pluto.internal.InternalPortletContext
-
- getPortletApplicationDescriptor(String) -
Method in class org.apache.pluto.core.PortletContainerImpl
-
- getPortletApplicationDescriptor(String) -
Method in class org.apache.pluto.core.PortletContextManager
-
- getPortletApplicationDescriptor(String) -
Method in interface org.apache.pluto.PortletContainer
- Retrieve the
PortletAppDD
for the portlet
located at the supplied context.
- 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.
- getPortletApplications() -
Method in class org.apache.pluto.util.install.InstallationConfig
-
- getPortletClass() -
Method in class org.apache.pluto.descriptors.portlet.PortletDD
-
- getPortletCollection() -
Method in class org.apache.pluto.descriptors.portlet.SecurityConstraintDD
-
- getPortletConfig() -
Method in class javax.portlet.GenericPortlet
- Returns the PortletConfig object of this portlet.
- 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 class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getPortletContainer() -
Method in interface org.apache.pluto.internal.InternalPortletRequest
-
- getPortletContext() -
Method in interface javax.portlet.filter.FilterConfig
- Returns a reference to the
PortletContext
in which the caller is executing.
- getPortletContext() -
Method in class javax.portlet.GenericPortlet
- Returns the
PortletContext
of the portlet application the
portlet is in.
- getPortletContext() -
Method in interface javax.portlet.PortletConfig
- Returns the
PortletContext
of the portlet application
the portlet is in.
- getPortletContext() -
Method in interface javax.portlet.PortletSession
- Returns the portlet application context associated with this session.
- 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.driver.services.container.FilterConfigImpl
-
- 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 interface javax.portlet.PortletContext
- Returns the name of this portlet application correponding to this PortletContext as specified
in the
web.xml
deployment descriptor for this web application by the
display-name
element.
- getPortletContextName() -
Method in class org.apache.pluto.internal.impl.PortletContextImpl
-
- getPortletDefinition() -
Method in class org.apache.pluto.internal.impl.PortletConfigImpl
-
- getPortletDefinition() -
Method in class org.apache.pluto.internal.impl.PortletEntityImpl
- Returns the portlet description.
- getPortletDefinition() -
Method in interface org.apache.pluto.internal.InternalPortletConfig
-
- getPortletDefinition() -
Method in interface org.apache.pluto.internal.PortletEntity
- 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.
- getPortletDescriptor() -
Method in class org.apache.pluto.util.assemble.AssemblerConfig
-
- getPortletEntity() -
Method in class org.apache.pluto.internal.impl.InternalPortletWindowImpl
-
- getPortletEntity() -
Method in interface org.apache.pluto.internal.InternalPortletWindow
- Returns the portlet entity.
- getPortletEnvironmentService() -
Method in class org.apache.pluto.core.DefaultOptionalContainerServices
-
- getPortletEnvironmentService() -
Method in class org.apache.pluto.driver.services.container.ContainerServicesImpl
-
- getPortletEnvironmentService() -
Method in interface org.apache.pluto.OptionalContainerServices
- Returns the environment services implementation
used by the container.
- getPortletId() -
Method in class org.apache.pluto.driver.tags.PortletTag
- Returns the portlet ID attribute.
- getPortletIds() -
Method in class org.apache.pluto.driver.services.portal.PageConfig
-
- getPortletInfo() -
Method in class org.apache.pluto.descriptors.portlet.PortletDD
-
- getPortletInfoService() -
Method in class org.apache.pluto.core.DefaultOptionalContainerServices
-
- getPortletInfoService() -
Method in class org.apache.pluto.driver.services.container.ContainerServicesImpl
-
- getPortletInfoService() -
Method in interface org.apache.pluto.OptionalContainerServices
- Returns the portlet info service implementation used
by the container.
- getPortletInputStream() -
Method in interface javax.portlet.ClientDataRequest
- Retrieves the body of the HTTP request from client to
portal as binary data using
an
InputStream
.
- getPortletInputStream() -
Method in class javax.portlet.filter.ActionRequestWrapper
- The default behavior of this method is to call
getPortletInputStream()
on the wrapped request object.
- getPortletInputStream() -
Method in class javax.portlet.filter.ResourceRequestWrapper
- The default behavior of this method is to call
getPortletInputStream()
on the wrapped request object.
- getPortletInputStream() -
Method in class org.apache.pluto.internal.impl.ActionRequestImpl
-
- getPortletInputStream() -
Method in class org.apache.pluto.internal.impl.ResourceRequestImpl
-
- 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 class org.apache.pluto.core.DefaultOptionalContainerServices
-
- getPortletInvokerService() -
Method in class org.apache.pluto.driver.services.container.ContainerServicesImpl
-
- getPortletInvokerService() -
Method in interface org.apache.pluto.OptionalContainerServices
- Returns an invoker for the specified PortletWindow.
- getPortletMode() -
Method in class javax.portlet.filter.ActionResponseWrapper
- The default behavior of this method is to call
getPortletMode()
on the wrapped response object.
- getPortletMode() -
Method in class javax.portlet.filter.EventResponseWrapper
- The default behavior of this method is to call
getPortletMode()
on the wrapped response object.
- getPortletMode() -
Method in class javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getPortletMode()
on the wrapped request object.
- getPortletMode() -
Method in interface javax.portlet.PortletRequest
- Returns the current portlet mode of the portlet.
- getPortletMode() -
Method in interface javax.portlet.PortletURL
- Returns the currently set portlet mode on this PortletURL.
- getPortletMode() -
Method in interface javax.portlet.StateAwareResponse
- Returns the currently set portlet mode on this reponse.
- getPortletMode() -
Method in class org.apache.pluto.descriptors.portlet.CustomPortletModeDD
-
- getPortletMode() -
Method in class org.apache.pluto.driver.core.PortletWindowImpl
-
- getPortletMode() -
Method in class org.apache.pluto.driver.tags.PortletModeAnchorTag
-
- getPortletMode() -
Method in class org.apache.pluto.driver.tags.PortletPortalURLTag
-
- getPortletMode(String) -
Method in class org.apache.pluto.driver.url.impl.PortalURLImpl
- Deprecated.
- getPortletMode(String) -
Method in class org.apache.pluto.driver.url.impl.RelativePortalURLImpl
-
- getPortletMode(String) -
Method in interface org.apache.pluto.driver.url.PortalURL
-
- getPortletMode() -
Method in class org.apache.pluto.internal.impl.BaseURLImpl
-
- 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.StateAwareResponseImpl
-
- getPortletMode() -
Method in interface org.apache.pluto.PortletWindow
- Retrieve the current portlet mode for this window.
- getPortletMode() -
Method in class org.apache.pluto.tags.PortletURLTag
- Returns the portletMode property.
- getPortletMode() -
Method in class org.apache.pluto.wrappers.ActionResponseWrapper
-
- getPortletMode() -
Method in class org.apache.pluto.wrappers.PortletRequestWrapper
-
- getPortletModes() -
Method in class org.apache.pluto.descriptors.portlet.SupportsDD
-
- getPortletModes() -
Method in class org.apache.pluto.driver.url.impl.PortalURLImpl
- Deprecated.
- getPortletModes() -
Method in class org.apache.pluto.driver.url.impl.RelativePortalURLImpl
-
- getPortletModes() -
Method in interface org.apache.pluto.driver.url.PortalURL
-
- getPortletName() -
Method in class javax.portlet.GenericPortlet
- Returns the name of this portlet.
- getPortletName() -
Method in interface javax.portlet.PortletConfig
- Returns the name of the portlet.
- getPortletName() -
Method in class org.apache.pluto.descriptors.portlet.FilterMappingDD
-
- getPortletName() -
Method in class org.apache.pluto.descriptors.portlet.PortletCollectionDD
-
- getPortletName() -
Method in class org.apache.pluto.descriptors.portlet.PortletDD
-
- getPortletName() -
Method in class org.apache.pluto.driver.core.PortletWindowImpl
-
- getPortletName() -
Method in class org.apache.pluto.driver.portlets.PageAdminPortlet.Placement
-
- getPortletName() -
Method in class org.apache.pluto.driver.services.portal.PortletWindowConfig
-
- getPortletName() -
Method in class org.apache.pluto.internal.impl.InternalPortletWindowImpl
-
- getPortletName() -
Method in class org.apache.pluto.internal.impl.PortletConfigImpl
-
- getPortletName() -
Method in interface org.apache.pluto.PortletWindow
- Retrieve the name of the portlet as configured in the
portlet.xml
.
- getPortletOutputStream() -
Method in class javax.portlet.filter.RenderResponseWrapper
- The default behavior of this method is to call
getPortletOutputStream()
on the wrapped response object.
- getPortletOutputStream() -
Method in class javax.portlet.filter.ResourceResponseWrapper
- The default behavior of this method is to call
getPortletOutputStream()
on the wrapped response object.
- getPortletOutputStream() -
Method in interface javax.portlet.MimeResponse
- Returns a
OutputStream
suitable for writing binary data in
the response.
- getPortletOutputStream() -
Method in class org.apache.pluto.internal.impl.MimeResponseImpl
-
- getPortletOutputStream() -
Method in class org.apache.pluto.wrappers.RenderResponseWrapper
-
- getPortletPreferences() -
Method in class org.apache.pluto.descriptors.portlet.PortletDD
-
- getPortletPreferences() -
Method in class org.apache.pluto.descriptors.portlet.PortletPreferencesDD
-
- getPortletPreferencesService() -
Method in class org.apache.pluto.core.DefaultOptionalContainerServices
-
- getPortletPreferencesService() -
Method in interface org.apache.pluto.driver.config.DriverConfiguration
-
- getPortletPreferencesService() -
Method in class org.apache.pluto.driver.config.impl.DriverConfigurationImpl
-
- getPortletPreferencesService() -
Method in class org.apache.pluto.driver.services.container.ContainerServicesImpl
- The PortletPreferencesService provides access to the portal's
PortletPreference persistence mechanism.
- getPortletPreferencesService() -
Method in interface org.apache.pluto.OptionalContainerServices
- Returns the portlet preferences service implementation
used by the container.
- getPortletRegistryAdminService() -
Method in interface org.apache.pluto.driver.config.AdminConfiguration
- Retrieve the administrative service for managing the
portlet registry.
- getPortletRegistryAdminService() -
Method in class org.apache.pluto.driver.config.impl.AdminConfigurationImpl
-
- getPortletRegistryService() -
Method in class org.apache.pluto.core.DefaultOptionalContainerServices
-
- getPortletRegistryService() -
Method in class org.apache.pluto.driver.services.container.ContainerServicesImpl
- Returns null to use pluto's default
- getPortletRegistryService() -
Method in interface org.apache.pluto.OptionalContainerServices
- Returns the portlet registry services implementation
used by the container.
- 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.
- getPortletRuntimeOptions() -
Method in class org.apache.pluto.internal.impl.PortletContextImpl
-
- getPortlets() -
Method in class org.apache.pluto.descriptors.portlet.PortletAppDD
- Retrieve the portlets which exist within this application.
- getPortlets() -
Method in class org.apache.pluto.driver.portlets.PageAdminPortlet.Page
-
- getPortlets() -
Method in class org.apache.pluto.driver.services.portal.PortletApplicationConfig
-
- getPortletSession() -
Method in class javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getPortletSession()
on the wrapped request object.
- getPortletSession(boolean) -
Method in class javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getPortletSession(create)
on the wrapped request object.
- getPortletSession() -
Method in interface javax.portlet.PortletRequest
- Returns the current portlet session or, if there is no current session,
creates one and returns the new session.
- getPortletSession(boolean) -
Method in interface javax.portlet.PortletRequest
- Returns the current portlet session or, if there is no current session
and the given flag is
true
, creates one and returns
the new session.
- 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
-
- getPortletURLListener() -
Method in class org.apache.pluto.driver.services.container.PortalCallbackServiceImpl
-
- getPortletURLListener() -
Static method in class org.apache.pluto.driver.services.container.PortletURLListenerImpl
-
- getPortletURLListener() -
Method in interface org.apache.pluto.spi.PortalCallbackService
- Returns the PortletURLListener which calls the Filter for the URL.
- getPortletURLProvider(HttpServletRequest, PortletWindow) -
Method in class org.apache.pluto.driver.services.container.PortalCallbackServiceImpl
-
- 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
-
- getPortletxml() -
Method in class org.apache.pluto.ant.AssembleTask
-
- getPreferences() -
Method in class javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getPreferences()
on the wrapped request object.
- getPreferences() -
Method in interface javax.portlet.PortletRequest
- Returns the preferences object associated with the portlet.
- getPreferences() -
Method in class org.apache.pluto.internal.impl.ActionRequestImpl
- FIXME:
- getPreferences() -
Method in class org.apache.pluto.internal.impl.EventRequestImpl
- FIXME: (see ActionRequestImpl)
- getPreferences() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getPreferences() -
Method in class org.apache.pluto.internal.impl.RenderRequestImpl
-
- getPreferences() -
Method in class org.apache.pluto.internal.impl.ResourceRequestImpl
- FIXME:
- getPreferences() -
Method in class org.apache.pluto.wrappers.PortletRequestWrapper
-
- getPreferencesValidator() -
Method in class org.apache.pluto.descriptors.portlet.PortletPreferencesDD
-
- getPreferencesValidator() -
Method in class org.apache.pluto.internal.impl.PortletEntityImpl
- Returns the preferences validator instance for this portlet.
- 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.
- getPriority() -
Method in class org.apache.pluto.descriptors.servlet.LoadOnStartupDD
-
- getPrivateParameterMap() -
Method in class javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getPrivateParameterMap()
on the wrapped request object.
- getPrivateParameterMap() -
Method in interface javax.portlet.PortletRequest
- Returns a
Map
of the private parameters of this request.
- getPrivateParameterMap() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getPrivateParameterMap() -
Method in class org.apache.pluto.wrappers.PortletRequestWrapper
-
- getPrivateRenderParameterMap() -
Method in class javax.portlet.filter.ResourceRequestWrapper
- The default behavior of this method is to call
getPrivateRenderParameterMap()
on the wrapped request object.
- getPrivateRenderParameterMap() -
Method in interface javax.portlet.ResourceRequest
- Returns a
Map
of the private render parameters of this request.
- getPrivateRenderParameterMap() -
Method in class org.apache.pluto.internal.impl.ResourceRequestImpl
-
- getPrivateRenderParameters(String) -
Method in class org.apache.pluto.driver.services.container.PortletURLProviderImpl
-
- getPrivateRenderParameters(String) -
Method in interface org.apache.pluto.spi.PortletURLProvider
- Gets the values from the parameters from this request.
- getProcessingEventQNames() -
Method in class javax.portlet.GenericPortlet
-
- getProcessingEventQNames() -
Method in interface javax.portlet.PortletConfig
- Returns the QNames of the processing events supported by the portlet
as an
Enumeration
of QName
objects,
or an empty Enumeration
if the
portlet has not defined any processing events.
- getProcessingEventQNames() -
Method in class org.apache.pluto.internal.impl.PortletConfigImpl
-
- getProcessingEvents() -
Method in class org.apache.pluto.descriptors.portlet.PortletDD
-
- getProperties(String) -
Method in class javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getProperteis(name)
on the wrapped request object.
- getProperties(String) -
Method in interface javax.portlet.PortletRequest
- Returns all the values of the specified request property
as a
Enumeration
of String
objects.
- 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 javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getProperty(name)
on the wrapped request object.
- getProperty(String) -
Method in interface javax.portlet.PortalContext
- Returns the portal property with the given name,
or a
null
if there is
no property by that name.
- getProperty(String) -
Method in interface javax.portlet.PortletRequest
- Returns the value of the specified request property
as a
String
.
- getProperty(String) -
Method in class org.apache.pluto.driver.services.container.PortalContextImpl
- Get a dynamic portal property.
- 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 javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getPropertyNames()
on the wrapped request object.
- getPropertyNames() -
Method in interface javax.portlet.PortalContext
- Returns all portal property names, or an empty
Enumeration
if there are no property names.
- getPropertyNames() -
Method in interface javax.portlet.PortletRequest
- Returns a
Enumeration
of all the property names
this request contains.
- getPropertyNames() -
Method in class org.apache.pluto.driver.services.container.PortalContextImpl
- Get an enumeration containing all names of the portal properties.
- 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.PortletRequestImpl
-
- getProxy() -
Static method in class org.apache.pluto.tags.el.ExpressionEvaluatorProxy
-
- getPublicId() -
Method in class org.apache.pluto.descriptors.services.castor.PortletAppDescriptorServiceImpl
- Retrieve the Web Application Deployment
descriptor's public Id.
- getPublicId() -
Method in class org.apache.pluto.descriptors.services.castor.WebAppDescriptorServiceImpl
- Retrieve the Web Application Deployment
descriptor's public Id.
- getPublicParameterMap() -
Method in class javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getPublicParameterMap()
on the wrapped request object.
- getPublicParameterMap() -
Method in interface javax.portlet.PortletRequest
- Returns a
Map
of the public parameters of this request.
- getPublicParameterMap() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getPublicParameterMap() -
Method in class org.apache.pluto.wrappers.PortletRequestWrapper
-
- getPublicParameters() -
Method in class org.apache.pluto.driver.url.impl.PortalURLImpl
- Deprecated.
- getPublicParameters() -
Method in class org.apache.pluto.driver.url.impl.RelativePortalURLImpl
-
- getPublicParameters() -
Method in interface org.apache.pluto.driver.url.PortalURL
-
- getPublicRenderParameter() -
Method in class org.apache.pluto.descriptors.portlet.PortletDD
-
- getPublicRenderParameter() -
Method in class org.apache.pluto.internal.impl.StateAwareResponseImpl
-
- getPublicRenderParameterNames() -
Method in class javax.portlet.GenericPortlet
- Returns the names of the public render parameters supported by the
portlet as an
Enumeration
of String objects, or an empty
Enumeration
if the portlet has no public render
parameters.
- getPublicRenderParameterNames() -
Method in interface javax.portlet.PortletConfig
- Returns the names of the public render parameters supported by the portlet
as an
Enumeration
of String
objects,
or an empty Enumeration
if the
portlet has not defined public render parameters.
- getPublicRenderParameterNames() -
Method in class org.apache.pluto.internal.impl.PortletConfigImpl
-
- getPublicRenderParameters(String) -
Method in class org.apache.pluto.driver.services.container.PortletURLProviderImpl
-
- getPublicRenderParameters(String) -
Method in interface org.apache.pluto.spi.PortletURLProvider
- Gets the values from the current public-render-parameters from this request.
- getPublishingEventQNames() -
Method in class javax.portlet.GenericPortlet
-
- getPublishingEventQNames() -
Method in interface javax.portlet.PortletConfig
- Returns the QNames of the publishing events supported by the portlet
as an
Enumeration
of QName
objects,
or an empty Enumeration
if the
portlet has not defined any publishing events.
- getPublishingEventQNames() -
Method in class org.apache.pluto.internal.impl.PortletConfigImpl
-
- getPublishingEvents() -
Method in class org.apache.pluto.descriptors.portlet.PortletDD
-
- getQName() -
Method in interface javax.portlet.Event
- Get the event QName.
- getQName() -
Method in class org.apache.pluto.internal.impl.EventImpl
-
- getQueryString() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getReader() -
Method in interface javax.portlet.ClientDataRequest
- Retrieves the body of the HTTP request from the client to the portal
as character data using
a
BufferedReader
.
- getReader() -
Method in class javax.portlet.filter.ActionRequestWrapper
- The default behavior of this method is to call
getReader()
on the wrapped request object.
- getReader() -
Method in class javax.portlet.filter.ResourceRequestWrapper
- The default behavior of this method is to call
getReader()
on the wrapped request object.
- getReader() -
Method in class org.apache.pluto.internal.impl.EventRequestImpl
-
- 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
-
- getRealmName() -
Method in class org.apache.pluto.descriptors.servlet.LoginConfigDD
-
- getRealPath(String) -
Method in interface javax.portlet.PortletContext
- Returns a
String
containing the real path
for a given virtual path.
- getRealPath(String) -
Method in class org.apache.pluto.internal.impl.PortletContextImpl
-
- getRealPath(String) -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getRedirectLocation() -
Method in class org.apache.pluto.internal.impl.StateAwareResponseImpl
-
- getRedirectLocation() -
Method in interface org.apache.pluto.internal.InternalActionResponse
- Retreive the location for which the action should
be redirected.
- 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
-
- getRemote() -
Method in class org.apache.pluto.descriptors.servlet.EjbRefDD
-
- getRemoteAddr() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getRemoteHost() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getRemotePort() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getRemoteUser() -
Method in class javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getRemoteUser()
on the wrapped request object.
- getRemoteUser() -
Method in interface javax.portlet.PortletRequest
- Returns the login of the user making this request, if the user
has been authenticated, or null if the user has not been authenticated.
- getRemoteUser() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getRemoteUser() -
Method in class org.apache.pluto.wrappers.PortletRequestWrapper
-
- getRender() -
Method in class org.apache.pluto.descriptors.portlet.PortletAppDD
-
- getRenderConfig() -
Method in class org.apache.pluto.driver.services.impl.resource.ResourceConfig
- Standard Getter.
- getRenderConfigAdminService() -
Method in interface org.apache.pluto.driver.config.AdminConfiguration
- Retrieve the administrative service for managing the
render configuration.
- getRenderConfigAdminService() -
Method in class org.apache.pluto.driver.config.impl.AdminConfigurationImpl
-
- getRenderConfigService() -
Method in interface org.apache.pluto.driver.config.DriverConfiguration
-
- getRenderConfigService() -
Method in class org.apache.pluto.driver.config.impl.DriverConfigurationImpl
-
- getRenderParameterMap() -
Method in class javax.portlet.filter.ActionResponseWrapper
- The default behavior of this method is to call
getRenderParameterMap()
on the wrapped response object.
- getRenderParameterMap() -
Method in class javax.portlet.filter.EventResponseWrapper
- The default behavior of this method is to call
getRenderParameterMap()
on the wrapped response object.
- getRenderParameterMap() -
Method in interface javax.portlet.StateAwareResponse
- Returns a
Map
of the render parameters currently set on
this response.
- getRenderParameterMap() -
Method in class org.apache.pluto.internal.impl.StateAwareResponseImpl
-
- getRenderParameterMap() -
Method in class org.apache.pluto.wrappers.ActionResponseWrapper
-
- getRenderParameters() -
Method in class org.apache.pluto.internal.impl.StateAwareResponseImpl
-
- getRenderParameters() -
Method in interface org.apache.pluto.internal.InternalActionResponse
- Retrieves the render parameters associated with this response.
- getRenderParameters(PortletRequest) -
Method in class org.apache.pluto.testsuite.NoOpTest
-
- getRenderParameters(PortletRequest) -
Method in interface org.apache.pluto.testsuite.PortletTest
- Returns the render parameters.
- getRenderParameters(PortletRequest) -
Method in class org.apache.pluto.testsuite.test.AbstractReflectivePortletTest
- Returns the render parameters that will be set into the render request.
- getRenderParameters(PortletRequest) -
Method in class org.apache.pluto.testsuite.test.DispatcherRenderParameterTest
- Overwrites
super.getRenderParameters(..)
to set the
test-specific render parameter in the render URL.
- getRenderParameters(PortletRequest) -
Method in class org.apache.pluto.testsuite.test.RenderParameterTest
-
- getRenderPath() -
Method in class org.apache.pluto.driver.url.impl.PortalURLImpl
- Deprecated.
- getRenderPath() -
Method in class org.apache.pluto.driver.url.impl.RelativePortalURLImpl
-
- getRenderPath() -
Method in interface org.apache.pluto.driver.url.PortalURL
-
- 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.
- getRenderResponseContentType() -
Method in class org.apache.pluto.testsuite.test.RenderResponseNoContentTypeTest
- Overwrite super implementation to return null.
- getRequest() -
Method in class javax.portlet.filter.ActionRequestWrapper
- Return the wrapped request object.
- getRequest() -
Method in class javax.portlet.filter.EventRequestWrapper
- Return the wrapped request object.
- getRequest() -
Method in class javax.portlet.filter.PortletRequestWrapper
- Return the wrapped request object.
- getRequest() -
Method in class javax.portlet.filter.RenderRequestWrapper
- Return the wrapped request object.
- getRequest() -
Method in class javax.portlet.filter.ResourceRequestWrapper
- Return the wrapped request object.
- getRequest() -
Method in class org.apache.pluto.driver.core.PortalRequestContext
- Returns the servlet request.
- getRequest() -
Method in class org.apache.pluto.driver.services.container.EventProviderImpl
-
- getREQUEST_KEY() -
Static method in class org.apache.pluto.driver.core.PortalRequestContext
-
- getRequestDispatcher(String) -
Method in interface javax.portlet.PortletContext
- Returns a
PortletRequestDispatcher
object that acts
as a wrapper for the resource located at the given path.
- getRequestDispatcher(String) -
Method in class org.apache.pluto.internal.impl.PortletContextImpl
-
- getRequestDispatcher(String) -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getRequestedPortalURL() -
Method in class org.apache.pluto.driver.core.PortalRequestContext
- Returns the requested portal URL.
- getRequestedSessionId() -
Method in class javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getRequestedSessionId()
on the wrapped request object.
- getRequestedSessionId() -
Method in interface javax.portlet.PortletRequest
- Returns the session ID indicated in the client request.
- getRequestedSessionId() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getRequestedSessionId() -
Method in class org.apache.pluto.wrappers.PortletRequestWrapper
-
- getRequestProperties(HttpServletRequest, PortletWindow) -
Method in class org.apache.pluto.driver.services.container.PortalCallbackServiceImpl
-
- getRequestProperties(HttpServletRequest, PortletWindow) -
Method in interface org.apache.pluto.spi.PortalCallbackService
-
- getRequestURI() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getRequestURL() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getRequiredContainerServices() -
Method in class org.apache.pluto.core.PortletContainerImpl
-
- getRequiredContainerServices() -
Method in interface org.apache.pluto.PortletContainer
- Retreive the required container services associated with this container.
- getResAuth() -
Method in class org.apache.pluto.descriptors.servlet.ResourceRefDD
-
- getResource(String) -
Method in interface javax.portlet.PortletContext
- Returns a URL to the resource that is mapped to a specified
path.
- getResource(String) -
Method in class org.apache.pluto.internal.impl.PortletContextImpl
-
- getResourceAsStream(String) -
Method in interface javax.portlet.PortletContext
- Returns the resource located at the given path as an InputStream object.
- getResourceAsStream(String) -
Method in class org.apache.pluto.internal.impl.PortletContextImpl
-
- getResourceBundle(Locale) -
Method in class javax.portlet.GenericPortlet
- Gets the resource bundle for the given locale based on the resource
bundle defined in the deployment descriptor with
resource-bundle
tag or the inlined resources defined in
the deployment descriptor.
- getResourceBundle(Locale) -
Method in interface javax.portlet.PortletConfig
- Gets the resource bundle for the given locale based on the
resource bundle defined in the deployment descriptor
with
resource-bundle
tag or the inlined resources
defined in the deployment descriptor.
- getResourceBundle() -
Method in class org.apache.pluto.descriptors.portlet.PortletAppDD
-
- getResourceBundle() -
Method in class org.apache.pluto.descriptors.portlet.PortletDD
-
- getResourceBundle(Locale) -
Method in class org.apache.pluto.internal.impl.PortletConfigImpl
-
- getResourceID() -
Method in class javax.portlet.filter.ResourceRequestWrapper
- The default behavior of this method is to call
getResourceID()
on the wrapped request object.
- getResourceID() -
Method in interface javax.portlet.ResourceRequest
- Returns the resource ID set on the ResourceURL or
null
if no resource ID was set on the URL.
- getResourceID() -
Method in class org.apache.pluto.internal.impl.ResourceRequestImpl
-
- getResourcePaths(String) -
Method in interface javax.portlet.PortletContext
- Returns a directory-like listing of all the paths to resources within
the web application longest sub-path of which
matches the supplied path argument.
- getResourcePaths(String) -
Method in class org.apache.pluto.internal.impl.PortletContextImpl
-
- getResourceRefs() -
Method in class org.apache.pluto.descriptors.servlet.WebAppDD
-
- getResourceURLProvider(HttpServletRequest, PortletWindow) -
Method in class org.apache.pluto.driver.services.container.PortalCallbackServiceImpl
-
- 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.
- getResourceWindow() -
Method in class org.apache.pluto.driver.url.impl.PortalURLImpl
- Deprecated.
- getResourceWindow() -
Method in class org.apache.pluto.driver.url.impl.RelativePortalURLImpl
-
- getResourceWindow() -
Method in interface org.apache.pluto.driver.url.PortalURL
-
- getResponse() -
Method in class javax.portlet.filter.ActionResponseWrapper
- Return the wrapped response object.
- getResponse() -
Method in class javax.portlet.filter.EventResponseWrapper
- Return the wrapped response object.
- getResponse() -
Method in class javax.portlet.filter.PortletResponseWrapper
- Return the wrapped response object.
- getResponse() -
Method in class javax.portlet.filter.RenderResponseWrapper
- Return the wrapped response object.
- getResponse() -
Method in class javax.portlet.filter.ResourceResponseWrapper
- Return the wrapped response object.
- getResponse() -
Method in class org.apache.pluto.driver.core.PortalRequestContext
- Returns the servlet response.
- getResponse() -
Method in class org.apache.pluto.driver.services.container.EventProviderImpl
-
- getResponseContentType() -
Method in class javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getResponseContentType()
on the wrapped request object.
- getResponseContentType() -
Method in interface javax.portlet.PortletRequest
- Returns the portal preferred content type for the response.
- getResponseContentType() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getResponseContentType() -
Method in class org.apache.pluto.wrappers.PortletRequestWrapper
-
- getResponseContentTypes() -
Method in class javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getResponseContentTypes()
on the wrapped request object.
- getResponseContentTypes() -
Method in interface javax.portlet.PortletRequest
- Gets a list of content types which the portal accepts for the response.
- getResponseContentTypes() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getResponseContentTypes() -
Method in class org.apache.pluto.wrappers.PortletRequestWrapper
-
- getResRefName() -
Method in class org.apache.pluto.descriptors.servlet.ResourceRefDD
-
- getResSharingScope() -
Method in class org.apache.pluto.descriptors.servlet.ResourceRefDD
-
- getResType() -
Method in class org.apache.pluto.descriptors.servlet.ResourceRefDD
-
- getResultMessage() -
Method in class org.apache.pluto.testsuite.TestResult
-
- getReturnCode() -
Method in class org.apache.pluto.testsuite.TestResult
-
- getReturnCodeAsString() -
Method in class org.apache.pluto.testsuite.TestResult
-
- getRoleLink() -
Method in class org.apache.pluto.descriptors.common.SecurityRoleRefDD
- Retrieve then role to which the reference is linked.
- getRoleName() -
Method in class org.apache.pluto.descriptors.common.SecurityRoleRefDD
- Retrieve the name of the role reference.
- getRoleName() -
Method in class org.apache.pluto.descriptors.servlet.AuthConstraintDD
-
- getRoleName() -
Method in class org.apache.pluto.descriptors.servlet.SecurityRoleDD
-
- getRootCause() -
Method in exception org.apache.pluto.PortletContainerException
- Returns the exception that cause this portlet exception.
- getRunAs() -
Method in class org.apache.pluto.descriptors.servlet.EjbRefDD
-
- getSavedEvents() -
Method in class org.apache.pluto.driver.services.container.EventProviderImpl
- Gets the saved events.
- getScheme() -
Method in class javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getScheme()
on the wrapped request object.
- getScheme() -
Method in interface javax.portlet.PortletRequest
- Returns the name of the scheme used to make this request.
- getScheme() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getScheme() -
Method in class org.apache.pluto.wrappers.PortletRequestWrapper
-
- getScope() -
Method in class org.apache.pluto.descriptors.portlet.ExpirationCacheDD
-
- getSecure() -
Method in class org.apache.pluto.tags.BaseURLTag
- Returns secure property as String.
- getSecureBoolean() -
Method in class org.apache.pluto.tags.BaseURLTag
- Returns secure property as Boolean.
- getSecurityConstraint() -
Method in class org.apache.pluto.descriptors.portlet.PortletAppDD
-
- getSecurityConstraints() -
Method in class org.apache.pluto.descriptors.servlet.WebAppDD
-
- getSecurityRoleRefs() -
Method in class org.apache.pluto.descriptors.portlet.PortletDD
-
- getSecurityRoleRefs() -
Method in class org.apache.pluto.descriptors.servlet.ServletDD
-
- getSecurityRoles() -
Method in class org.apache.pluto.descriptors.servlet.WebAppDD
-
- getServer() -
Method in class org.apache.pluto.util.install.ServerConfig
-
- getServerConfig() -
Method in class org.apache.pluto.maven.AbstractManagementMojo
-
- getServerConfig() -
Method in class org.apache.pluto.util.install.InstallationConfig
-
- getServerInfo() -
Method in interface javax.portlet.PortletContext
- Returns the name and version of the portlet container in which the
portlet is running.
- getServerInfo() -
Method in class org.apache.pluto.internal.impl.PortletContextImpl
- Retrieve the PortletContainer's server info.
- getServerInfo() -
Method in class org.apache.pluto.testsuite.test.ExpectedResults
-
- getServerName() -
Method in class javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getServerName()
on the wrapped request object.
- getServerName() -
Method in interface javax.portlet.PortletRequest
- Returns the host name of the server that received the request.
- getServerName() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getServerName() -
Method in class org.apache.pluto.wrappers.PortletRequestWrapper
-
- getServerPort() -
Method in class javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getServerPort()
on the wrapped request object.
- getServerPort() -
Method in interface javax.portlet.PortletRequest
- Returns the port number on which this request was received.
- getServerPort() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getServerPort() -
Method in class org.apache.pluto.wrappers.PortletRequestWrapper
-
- getServerURI() -
Method in class org.apache.pluto.driver.url.impl.PortalURLImpl
- Deprecated. Returns the server URI (protocol, name, port).
- getServerURI() -
Method in class org.apache.pluto.driver.url.impl.RelativePortalURLImpl
- Deprecated.
- getServerURI() -
Method in interface org.apache.pluto.driver.url.PortalURL
-
- getServlet(String) -
Method in class org.apache.pluto.descriptors.servlet.WebAppDD
-
- getServletClass() -
Method in class org.apache.pluto.descriptors.servlet.ServletDD
-
- getServletConfig() -
Method in class org.apache.pluto.internal.impl.PortletConfigImpl
-
- getServletConfig() -
Method in interface org.apache.pluto.internal.InternalPortletConfig
-
- getServletContext() -
Method in class org.apache.pluto.core.PortletContainerImpl
-
- getServletContext() -
Method in class org.apache.pluto.driver.core.PortalRequestContext
-
- getServletContext() -
Method in class org.apache.pluto.driver.PortalDriverFilter
-
- getServletContext() -
Method in interface org.apache.pluto.EventContainer
-
- 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
-
- 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 interface org.apache.pluto.PortletContainer
-
- getServletInfo() -
Method in class org.apache.pluto.core.PortletServlet
-
- getServletInfo() -
Method in class org.apache.pluto.driver.PortalDriverServlet
-
- getServletInfo() -
Method in class org.apache.pluto.driver.TCKDriverServlet
-
- getServletInfo() -
Method in class org.apache.pluto.testsuite.test.DispatcherRenderParameterTest.CompanionServlet
-
- getServletInfo() -
Method in class org.apache.pluto.testsuite.test.DispatcherRequestTest.CompanionServlet
-
- getServletMapping(String) -
Method in class org.apache.pluto.descriptors.servlet.WebAppDD
-
- getServletMappings() -
Method in class org.apache.pluto.descriptors.servlet.WebAppDD
-
- getServletName() -
Method in class org.apache.pluto.descriptors.servlet.FilterMappingDD
-
- getServletName() -
Method in class org.apache.pluto.descriptors.servlet.ServletDD
-
- getServletName() -
Method in class org.apache.pluto.descriptors.servlet.ServletMappingDD
-
- getServletPath() -
Method in class org.apache.pluto.driver.url.impl.PortalURLImpl
- Deprecated. Returns the servlet path (context path + servlet name).
- getServletPath() -
Method in class org.apache.pluto.driver.url.impl.RelativePortalURLImpl
- Returns the servlet path (context path + servlet name).
- getServletPath() -
Method in interface org.apache.pluto.driver.url.PortalURL
-
- getServletPath() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getServlets() -
Method in class org.apache.pluto.descriptors.servlet.WebAppDD
-
- getServletVersion() -
Method in class org.apache.pluto.descriptors.servlet.WebAppDD
-
- getSession() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getSession(boolean) -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getSessionConfig() -
Method in class org.apache.pluto.descriptors.servlet.WebAppDD
-
- getSessionContext() -
Method in class org.apache.pluto.internal.impl.PortletSessionImpl
- Deprecated.
- getSessionTimeout() -
Method in class org.apache.pluto.descriptors.servlet.SessionConfigDD
-
- getSharedDependencies() -
Method in class org.apache.pluto.maven.AbstractManagementMojo
-
- getSharedDependencies() -
Method in class org.apache.pluto.util.install.InstallationConfig
-
- getSharedDir(InstallationConfig) -
Method in class org.apache.pluto.util.install.file.FileSystemInstaller
-
- getSharedDir(InstallationConfig) -
Method in class org.apache.pluto.util.install.file.jetty.Jetty5FileSystemInstaller
-
- getSharedDir(InstallationConfig) -
Method in class org.apache.pluto.util.install.file.tomcat5.Tomcat5FileSystemInstaller
-
- getSharedDir(InstallationConfig) -
Method in class org.apache.pluto.util.install.file.tomcat6.Tomcat6FileSystemInstaller
-
- getShortTitle(PortletWindow) -
Method in class org.apache.pluto.core.DefaultPortletInfoService
-
- getShortTitle() -
Method in class org.apache.pluto.descriptors.portlet.PortletInfoDD
-
- getShortTitle(PortletWindow) -
Method in interface org.apache.pluto.spi.optional.PortletInfoService
- Retrieve the shorttitle for the specified
portlet window.
- getSize() -
Method in class org.apache.pluto.driver.services.container.EventList
- Gets the size.
- getSmallIcon() -
Method in class org.apache.pluto.descriptors.common.IconDD
- Retrieve the small icon uri.
- getSource() -
Method in class org.apache.pluto.util.assemble.AssemblerConfig
-
- getSpecPLT() -
Method in class org.apache.pluto.testsuite.TestResult
-
- getState() -
Method in exception javax.portlet.WindowStateException
- Returns the portlet state causing this exception.
- getStateAwareResponse() -
Method in class org.apache.pluto.wrappers.ActionResponseWrapper
-
- 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 class org.apache.pluto.driver.core.PortletWindowIDImpl
-
- 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
-
- getSupportedContainerRuntimeOptions() -
Static method in class org.apache.pluto.internal.impl.Configuration
-
- getSupportedLocale() -
Method in class org.apache.pluto.descriptors.portlet.PortletDD
-
- getSupportedLocales() -
Method in class javax.portlet.GenericPortlet
-
- getSupportedLocales() -
Method in interface javax.portlet.PortletConfig
- Returns the locales supported by the portlet
as an
Enumeration
of Locale
objects,
or an empty Enumeration
if the
portlet has not defined any supported locales.
- getSupportedLocales() -
Method in class org.apache.pluto.internal.impl.PortletConfigImpl
-
- getSupportedPortletModes() -
Method in interface javax.portlet.PortalContext
- Returns all supported portlet modes by the portal
as an enumeration of
PortletMode
objects.
- getSupportedPortletModes() -
Method in interface org.apache.pluto.driver.config.DriverConfiguration
-
- getSupportedPortletModes() -
Method in class org.apache.pluto.driver.config.impl.DriverConfigurationImpl
- Standard Getter.
- getSupportedPortletModes() -
Method in class org.apache.pluto.driver.services.container.PortalContextImpl
- Get an enumeration of all
PortletMode
s supported by this
portal.
- getSupportedPortletModes() -
Method in class org.apache.pluto.driver.services.impl.resource.PropertyConfigServiceImpl
-
- getSupportedPortletModes() -
Method in class org.apache.pluto.driver.services.impl.resource.RenderConfigServiceImpl
-
- getSupportedPortletModes() -
Method in class org.apache.pluto.driver.services.impl.resource.ResourceConfig
- Standard Getter.
- getSupportedPortletModes() -
Method in interface org.apache.pluto.driver.services.portal.PropertyConfigService
- Set of unique Portlet Modes.
- getSupportedWindowStates() -
Method in interface javax.portlet.PortalContext
- Returns all supported window states by the portal
as an enumertation of
WindowState
objects.
- getSupportedWindowStates() -
Method in interface org.apache.pluto.driver.config.DriverConfiguration
-
- getSupportedWindowStates() -
Method in class org.apache.pluto.driver.config.impl.DriverConfigurationImpl
- Standard Getter.
- getSupportedWindowStates() -
Method in class org.apache.pluto.driver.services.container.PortalContextImpl
- Get an enumeration of all
WindowState
s supported by this
portal.
- getSupportedWindowStates() -
Method in class org.apache.pluto.driver.services.impl.resource.PropertyConfigServiceImpl
-
- getSupportedWindowStates() -
Method in class org.apache.pluto.driver.services.impl.resource.RenderConfigServiceImpl
-
- getSupportedWindowStates() -
Method in class org.apache.pluto.driver.services.impl.resource.ResourceConfig
- Standard Getter.
- getSupportedWindowStates() -
Method in interface org.apache.pluto.driver.services.portal.PropertyConfigService
- Set of unique Window States.
- getSupports() -
Method in class org.apache.pluto.descriptors.portlet.PortletDD
-
- getTaglibLocation() -
Method in class org.apache.pluto.descriptors.servlet.TaglibDD
-
- getTaglibs() -
Method in class org.apache.pluto.descriptors.servlet.WebAppDD
-
- getTaglibUri() -
Method in class org.apache.pluto.descriptors.servlet.TaglibDD
-
- getTestClassName() -
Method in class org.apache.pluto.testsuite.TestConfig
-
- getTestSuiteName() -
Method in class org.apache.pluto.testsuite.NoOpTest
-
- getTestSuiteName() -
Method in interface org.apache.pluto.testsuite.PortletTest
- Returns the test suite name.
- getTestSuiteName() -
Method in class org.apache.pluto.testsuite.test.AbstractReflectivePortletTest
- Returns the test suite name.
- getTitle(RenderRequest) -
Method in class javax.portlet.GenericPortlet
- Used by the render method to get the title.
- getTitle(PortletWindow) -
Method in class org.apache.pluto.core.DefaultPortletInfoService
-
- getTitle() -
Method in class org.apache.pluto.descriptors.portlet.PortletInfoDD
-
- getTitle(PortletWindow) -
Method in interface org.apache.pluto.spi.optional.PortletInfoService
- Retrieve the title for the specificed
portlet window.
- getTransportGuarantee() -
Method in class org.apache.pluto.descriptors.common.UserDataConstraintDD
-
- getUnavailableSeconds() -
Method in exception javax.portlet.UnavailableException
- Returns the time in seconds for which the portlet can be expected to
be unavailable.
- getUnmappedSecurityRole() -
Method in class org.apache.pluto.testsuite.test.ExpectedResults
-
- getUri() -
Method in class org.apache.pluto.driver.services.portal.PageConfig
-
- getUrl() -
Method in class org.apache.pluto.tags.PortletURLTag
- Returns the url property.
- getUrl() -
Method in class org.apache.pluto.tags.ResourceURLTag
- Gets the url property.
- getUrlGenerationListener() -
Method in class org.apache.pluto.descriptors.portlet.PortletDD
-
- getUrlPattern() -
Method in class org.apache.pluto.descriptors.servlet.ServletMappingDD
-
- getUrlPatterns() -
Method in class org.apache.pluto.descriptors.servlet.FilterMappingDD
-
- getUrlPatterns() -
Method in class org.apache.pluto.descriptors.servlet.WebResourceCollectionDD
-
- getUserAttribute() -
Method in class org.apache.pluto.descriptors.portlet.PortletAppDD
-
- getUserDataConstraint() -
Method in class org.apache.pluto.descriptors.portlet.SecurityConstraintDD
-
- getUserDataConstraint() -
Method in class org.apache.pluto.descriptors.servlet.SecurityConstraintDD
-
- 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 class org.apache.pluto.core.DefaultOptionalContainerServices
-
- getUserInfoService() -
Method in class org.apache.pluto.driver.services.container.ContainerServicesImpl
-
- getUserInfoService() -
Method in interface org.apache.pluto.OptionalContainerServices
- Returns the user info service implementation used
by the container.
- getUserPrincipal() -
Method in class javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getUserPrincipal()
on the wrapped request object.
- getUserPrincipal() -
Method in interface javax.portlet.PortletRequest
- Returns a java.security.Principal object containing the name of the
current authenticated user.
- getUserPrincipal() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getUserPrincipal() -
Method in class org.apache.pluto.wrappers.PortletRequestWrapper
-
- getValue() -
Method in interface javax.portlet.Event
- Get the event payload.
- getValue(String, String) -
Method in interface javax.portlet.PortletPreferences
- Returns the first String value associated with the specified key of this preference.
- getValue() -
Method in interface org.apache.pluto.core.UserInfoAttribute
-
- getValue() -
Method in class org.apache.pluto.descriptors.portlet.ContainerRuntimeOptionDD
-
- getValue(Object) -
Method in class org.apache.pluto.descriptors.services.castor.DistributableCastorFieldHandler
-
- getValue(Object) -
Method in class org.apache.pluto.descriptors.services.castor.DistributableDDCastorFieldHandler
-
- getValue(Object) -
Method in class org.apache.pluto.descriptors.services.castor.ServletVersionCastorFieldHandler
-
- getValue() -
Method in class org.apache.pluto.internal.impl.EventImpl
-
- getValue(String, String) -
Method in class org.apache.pluto.internal.impl.PortletPreferencesImpl
-
- getValue(String) -
Method in class org.apache.pluto.internal.impl.PortletSessionImpl
-
- getValue() -
Method in class org.apache.pluto.tags.el.ParamTag
-
- getValue() -
Method in class org.apache.pluto.tags.ParamTag
- Returns the value.
- getValue() -
Method in class org.apache.pluto.tags.PropertyTag
- Returns the value.
- getValue() -
Method in class org.apache.pluto.testsuite.TestConfig.Parameter
-
- getValueNames() -
Method in class org.apache.pluto.internal.impl.PortletSessionImpl
- Deprecated.
- getValues(String, String[]) -
Method in interface javax.portlet.PortletPreferences
- Returns the String array value associated with the specified key in this preference.
- getValues() -
Method in class org.apache.pluto.descriptors.portlet.PortletPreferenceDD
-
- getValues() -
Method in class org.apache.pluto.driver.url.PortalURLParameter
-
- getValues() -
Method in class org.apache.pluto.internal.impl.PortletPreferenceImpl
-
- getValues(String, String[]) -
Method in class org.apache.pluto.internal.impl.PortletPreferencesImpl
-
- getValues() -
Method in interface org.apache.pluto.internal.InternalPortletPreference
- Returns the values of this portlet preference, which is a string array.
- getVar() -
Method in class org.apache.pluto.driver.tags.IsMaximizedTag
-
- getVar() -
Method in class org.apache.pluto.tags.BaseURLTag
- Returns the var property.
- getVariableInfo(TagData) -
Method in class org.apache.pluto.tags.BaseURLTag.TEI
-
- getVariableInfo(TagData) -
Method in class org.apache.pluto.tags.DefineObjectsTag.TEI
-
- getVersion() -
Method in class org.apache.pluto.descriptors.portlet.PortletAppDD
-
- getViewPage() -
Method in class org.apache.pluto.driver.portlets.AdminPortlet
-
- getViewPage() -
Method in class org.apache.pluto.driver.portlets.GenericPlutoPortlet
-
- getViewPage() -
Method in class org.apache.pluto.driver.portlets.PageAdminPortlet
-
- getWar() -
Method in class org.apache.pluto.ant.AssembleTask
- Deprecated. see
getArchive()
- getWarSource() -
Method in class org.apache.pluto.util.assemble.AssemblerConfig
- Deprecated. use
getSource()
instead.
- getWebapp() -
Method in class org.apache.pluto.ant.AssembleTask
-
- getWebappDescriptor() -
Method in class org.apache.pluto.util.assemble.AssemblerConfig
-
- getWebAppDir(InstallationConfig) -
Method in class org.apache.pluto.util.install.file.FileSystemInstaller
-
- getWebAppDir(InstallationConfig) -
Method in class org.apache.pluto.util.install.file.jetty.Jetty5FileSystemInstaller
-
- getWebAppDir(InstallationConfig) -
Method in class org.apache.pluto.util.install.file.tomcat5.Tomcat5FileSystemInstaller
-
- getWebResourceCollections() -
Method in class org.apache.pluto.descriptors.servlet.SecurityConstraintDD
-
- getWebResourceName() -
Method in class org.apache.pluto.descriptors.servlet.WebResourceCollectionDD
-
- getWebxml() -
Method in class org.apache.pluto.ant.AssembleTask
-
- getWelcomeFileList() -
Method in class org.apache.pluto.descriptors.servlet.WebAppDD
-
- getWelcomeFiles() -
Method in class org.apache.pluto.descriptors.servlet.WelcomeFileListDD
-
- getWindowID() -
Method in class javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getWindowId()
on the wrapped request object.
- getWindowID() -
Method in interface javax.portlet.PortletRequest
- Returns the portlet window ID.
- getWindowId() -
Method in class org.apache.pluto.driver.url.PortalURLParameter
-
- getWindowId() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getWindowID() -
Method in class org.apache.pluto.internal.impl.PortletRequestImpl
-
- getWindowID() -
Method in class org.apache.pluto.wrappers.PortletRequestWrapper
-
- getWindowState() -
Method in class javax.portlet.filter.ActionResponseWrapper
- The default behavior of this method is to call
getWindowState()
on the wrapped response object.
- getWindowState() -
Method in class javax.portlet.filter.EventResponseWrapper
- The default behavior of this method is to call
getWindowState()
on the wrapped response object.
- getWindowState() -
Method in class javax.portlet.filter.PortletRequestWrapper
- The default behavior of this method is to call
getWindowState()
on the wrapped request object.
- getWindowState() -
Method in interface javax.portlet.PortletRequest
- Returns the current window state of the portlet.
- getWindowState() -
Method in interface javax.portlet.PortletURL
- Returns the currently set window state on this PortletURL.
- getWindowState() -
Method in interface javax.portlet.StateAwareResponse
- Returns the currently set window state on this response.
- getWindowState() -
Method in class org.apache.pluto.descriptors.portlet.CustomWindowStateDD
-
- getWindowState() -
Method in class org.apache.pluto.driver.core.PortletWindowImpl
-
- getWindowState() -
Method in class org.apache.pluto.driver.tags.PortletPortalURLTag
-
- getWindowState() -
Method in class org.apache.pluto.driver.tags.PortletWindowStateAnchorTag
-
- getWindowState(String) -
Method in class org.apache.pluto.driver.url.impl.PortalURLImpl
- Deprecated. Returns the window state of the specified window.
- getWindowState(String) -
Method in class org.apache.pluto.driver.url.impl.RelativePortalURLImpl
- Returns the window state of the specified window.
- getWindowState(String) -
Method in interface org.apache.pluto.driver.url.PortalURL
-
- getWindowState() -
Method in class org.apache.pluto.internal.impl.BaseURLImpl
-
- 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.StateAwareResponseImpl
-
- getWindowState() -
Method in interface org.apache.pluto.PortletWindow
- Retrieve the current window state for this window.
- getWindowState() -
Method in class org.apache.pluto.tags.PortletURLTag
- Returns the windowState property.
- getWindowState() -
Method in class org.apache.pluto.wrappers.ActionResponseWrapper
-
- getWindowState() -
Method in class org.apache.pluto.wrappers.PortletRequestWrapper
-
- getWindowStates() -
Method in class org.apache.pluto.driver.url.impl.PortalURLImpl
- Deprecated.
- getWindowStates() -
Method in class org.apache.pluto.driver.url.impl.RelativePortalURLImpl
-
- getWindowStates() -
Method in interface org.apache.pluto.driver.url.PortalURL
-
- getWriter() -
Method in class javax.portlet.filter.RenderResponseWrapper
- The default behavior of this method is to call
getWriter()
on the wrapped response object.
- getWriter() -
Method in class javax.portlet.filter.ResourceResponseWrapper
- The default behavior of this method is to call
getWriter()
on the wrapped response object.
- getWriter() -
Method in interface javax.portlet.MimeResponse
- Returns a PrintWriter object that can send character text to the portal.
- getWriter() -
Method in class org.apache.pluto.driver.core.PortalServletResponse
-
- getWriter() -
Method in class org.apache.pluto.internal.impl.MimeResponseImpl
-
- getWriter() -
Method in class org.apache.pluto.internal.impl.PortletResponseImpl
-
- getWriter() -
Method in class org.apache.pluto.internal.impl.StateAwareResponseImpl
-
- getWriter() -
Method in class org.apache.pluto.wrappers.RenderResponseWrapper
-
- getXmlType() -
Method in class org.apache.pluto.descriptors.portlet.EventDefinitionDD
-
HELP
portlet mode, a portlet should provide help
information about the portlet.
super.init(config)
.
InternalPortletWindow
interface.isCommitted()
on the wrapped response object.
isCommitted()
on the wrapped response object.
boolean
indicating
whether the portlet is permanently unavailable.
isPortletModeAllowed(mode)
on the wrapped request object.
isRequestedSessionIdValid()
on the wrapped request object.
isSecure()
on the wrapped request object.
isUserInRole(role)
on the wrapped request object.
isWindowStateAllowed(state)
on the wrapped request object.
MimeResponse
property MARKUP_HEAD_ELEMENT
.
MAXIMIZED
window state is an indication
that a portlet may be the only portlet being rendered in the
portal page, or that the portlet has more space compared to other portlets
in the portal page.
PortletRquest
.
MimeResponse
defines the base interface to assist a
portlet in returning MIME content.MINIMIZED
window state,
the portlet should only render minimal output or no output at all.
NamespaceMapper
interface.NORMAL
window state indicates that a portlet
may be sharing the page with other portlets.
PAGE
may contain artifacts that require
knowledge of the state of the complete page, like
PortletURLs
.
param
tag.PortalContext
interface gives the portlet
the ability to retrieve information about the portal calling this portlet.PortalContext
implementation for the Pluto Portal Driver.RelativePortalURLImpl
Portlet
interface is used by the portlet container to
invoke the portlets.PORTLRET
does not need to contain the
current state of the page, but the current render parameters, portlet
mode, or window state of the portlet must be accessible to the portlet.
PortletConfig
to the underlying
PortletConfig.
PortletConfig
to the underlying
PortletConfig.
PortletRequest
to the underlying
HttpServletRequest
.
PortletRequest
to the underlying
HttpServletRequest
.
PortletResponse
to the underlying
HttpServletRequest
.
PortletResponse
to the underlying
HttpServletRequest
.
WEB-INF/portlet.xml
.
PortletConfig
interface provides the portlet with
its configuration.PortletContext
interface defines a portlet view
of the portlet container.PortletException
class defines a general exception
that a portlet can throw when it is unable to perform its operation
successfully.PortletFilter
is the base interface for all portlet filters.PortletMode
class represents
the possible modes that a portlet can assume.PortletModeException
is thrown when a portlet
tries to use or set a portlet mode that is not supported by the current
runtime environment or the portlet.PortletPreferences
interface allows the portlet to store
configuration data.javax.portlet.PortletPreferences
interface.PortletRequest
defines the base interface to provide client
request information to a portlet.PortletRequestDispatcher
interface defines an object that
receives requests from the client and sends them to the specified resources
(such as a servlet, HTML file, or JSP file) on the server.PortletRequestDispatcher
interface.javax.portlet.PortletRequest
implementation.PortletRequestWrapper
provides a convenient
implementation of the PortletRequest
interface
and is extended by other request wrappers.PortletRequest
adaptor
wrapping the given request object.
PortletResponse
defines the base interface to assist a
portlet in creating and sending a response to the client.javax.portlet.PortletResponse
implementation.PortletResponseWrapper
provides a convenient
implementation of the PortletResponse
interface
and is extended by other response wrappers.ActionResponse
adaptor
wrapping the given response object.
PortletSecurityException
when a call fails because of security reasons.PortletSession
interface provides a way to identify a user
across more than one request and to store transient information about that user.javax.portlet.PortletSession
interface.PortletSessionUtil
class helps identify and decode
attributes in the PORTLET_SCOPE
scope of the PortletSession
when accessed through the HttpSession an from within calls to methods
of the HttpSessionBindingListener interface.PortletURL
interface represents a URL
that reference the portlet itself.BaseURL
.PortletWindow
interface.PreferencesValidator
allows to validate the set of
preferences of the associated portlet just before they are
stored in the persistent store.property
tag.RandomStringUtils
instances should NOT be constructed in
standard programming.
ReadOnlyException
is thrown when a portlet tries
to change the value for a read-only preference attribute.PortletContextManager.register(ServletConfig)
removeAttribute(name)
on the wrapped request object.
PORTLET_SCOPE
from
this session.
removePublicRenderParameter()
on the wrapped response object.
removePublicRenderParameter()
on the wrapped response object.
doHeaders
method, sets the title using the
getTitle
method and invokes the doDispatch
method.
RenderFilter
is an object that performs filtering
tasks on either the render request to a portlet, or on the render response from
a portlet, or both.javax.portlet.RenderRequest
interface.RenderRequestWrapper
provides a convenient
implementation of the RenderRequest
interface
that can be subclassed by developers wishing to adapt the request.RenderRequest
adaptor
wrapping the given request object.
RenderResponse
defines an object to assist a portlet in
sending a response to the portal.javax.portlet.RenderResponse
interface.RenderResponseWrapper
provides a convenient
implementation of the RenderResponse
interface
that can be subclassed by developers wishing to adapt the response.RenderResponse
adaptor
wrapping the given response object.
renderURL
tag,which creates a url that
points to the current Portlet and triggers a render request with the
supplied parameters.reset()
on the wrapped response object.
reset()
on the wrapped response object.
resetBuffer()
on the wrapped response object.
resetBuffer()
on the wrapped response object.
ResourceFilter
is an object that performs filtering
tasks on either the resource request to a portlet, or on the resource response from
a portlet, or both.ResourceRequest
interface represents the request
send to the portlet for rendering resources.ResourceRequestWrapper
provides a convenient
implementation of the ResourceRequest
interface
that can be subclassed by developers wishing to adapt the request.ResourceRequest
adaptor
wrapping the given request object.
ResourceResponse
defines an object to assist a portlet
for rendering a resource.ResourceResponseWrapper
provides a convenient
implementation of the ResourceResponse
interface
that can be subclassed by developers wishing to adapt the response.ResourceResponse
adaptor
wrapping the given response object.
ResourceServingPortlet
interface allows
serving resources through the portlet.ResourceURL
defines a resource URL that when clicked will
result in a serveResource
call of the
ResourceServingPortlet
interface.ResourceURL
.resourceURL
tag,which creates a url that
points to the current Portlet and triggers a resource request with the
supplied parameters.sendRedirect(location)
on the wrapped response object.
sendRedirect(location, renderUrlParamName)
on the wrapped response object.
HttpServletRequest.getPathInfo
to
retrieve the requested path info, and forwards to the corresponding
check method to perform the test.
WEB-INF/web.xml
.
version
attribute on the <web-app> for
Servlet 2.3 and greater deployment descriptors.setAttribute(name, o)
on the wrapped request object.
PORTLET_SCOPE
, using the name specified.
setBufferSize(size)
on the wrapped response object.
setBufferSize(size)
on the wrapped response object.
setCharacterEncoding(String enc)
on the wrapped request object.
setCharacterEncoding(String enc)
on the wrapped request object.
setCharacterEncoding(String charset)
on the wrapped response object.
setContentLength()
on the wrapped response object.
setContentType(type)
on the wrapped response object.
setContentType(type)
on the wrapped response object.
setEvent(name, value)
on the wrapped response object.
setEvent()
on the wrapped response object.
setEvent(name, value)
on the wrapped response object.
setEvent()
on the wrapped response object.
setLocale(Locale loc)
on the wrapped response object.
setNextPossiblePortletModes()
on the wrapped response object.
setPortletMode(portletMode)
on the wrapped response object.
setPortletMode(portletMode)
on the wrapped response object.
setProperty(key, value)
on the wrapped response object.
true
as
publicScope
and to private with
false
as publicScope
.
setRenderParameter(key, value)
on the wrapped response object.
setRenderParameter(key, value)
on the wrapped response object.
setRenderParameter(key, value)
on the wrapped response object.
setRenderParameter(key, value)
on the wrapped response object.
setRenderParameters(parameters)
on the wrapped response object.
setRenderParameters(parameters)
on the wrapped response object.
setRenderParameters()
on the wrapped response object.
ResourceRequest.getResourceID()
method.
setTitle(title)
on the wrapped response object.
setArchive(File)
setSource(File)
instead.
setWindowState(windowState)
on the wrapped response object.
setWindowState(windowState)
on the wrapped response object.
FULL
via the setProperty
method
on the ResourceURL
.
StateAwareResponse
represents a response that can modify
state information or send events.StateAwareResponse
.set
methods in the persistent store.
PortletTest
.TestConfig
objects.UnavailableException
when
the portlet is either temporarily or permanently unavailable to handle requests.getAttribute
call.
ValidatorException
is thrown by the
validate
method of a PreferencesValidator when
the validation of a preference failed.VIEW
portlet mode
is to generate markup reflecting the current state of the portlet.
WindowState
class represents
the possible window states that a portlet window can assume.WindowStateException
is thrown when a portlet
tries to use a window state that is not supported by the current
runtime environment or the portlet.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |