|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortletRequest | |
---|---|
javax.portlet | The javax.portlet package defines the API for Java Portlet Specification V2.0. |
javax.portlet.filter | The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification. |
org.apache.pluto.core | |
org.apache.pluto.driver.services.container | |
org.apache.pluto.internal | |
org.apache.pluto.internal.impl | |
org.apache.pluto.spi | |
org.apache.pluto.spi.optional | |
org.apache.pluto.testsuite | |
org.apache.pluto.testsuite.test | |
org.apache.pluto.wrappers |
Uses of PortletRequest in javax.portlet |
---|
Subinterfaces of PortletRequest in javax.portlet | |
---|---|
interface |
ActionRequest
The ActionRequest represents the request sent to the portlet
to handle an action.It extends the ClientDataRequest interface and provides action request information to portlets. |
interface |
ClientDataRequest
The ClientDataRequest represents the request information
of the HTTP request issued from the client to the portal.It extends the PortletRequest interface. |
interface |
EventRequest
The EventRequest represents the request sent to the portlet
to handle an event. |
interface |
RenderRequest
|
interface |
ResourceRequest
The ResourceRequest interface represents the request
send to the portlet for rendering resources. |
Methods in javax.portlet with parameters of type PortletRequest | |
---|---|
void |
PortletRequestDispatcher.forward(PortletRequest request,
PortletResponse response)
Forwards a portlet request from a portlet to another resource (servlet, JSP file, or HTML file) on the server. |
void |
PortletRequestDispatcher.include(PortletRequest request,
PortletResponse response)
Includes the content of a resource (servlet, JSP page, HTML file) in the response. |
Uses of PortletRequest in javax.portlet.filter |
---|
Classes in javax.portlet.filter that implement PortletRequest | |
---|---|
class |
ActionRequestWrapper
The ActionRequestWrapper provides a convenient
implementation of the ActionRequest interface
that can be subclassed by developers wishing to adapt the request. |
class |
EventRequestWrapper
The EventRequestWrapper provides a convenient
implementation of the EventRequest interface
that can be subclassed by developers wishing to adapt the request. |
class |
PortletRequestWrapper
The PortletRequestWrapper provides a convenient
implementation of the PortletRequest interface
and is extended by other request wrappers. |
class |
RenderRequestWrapper
The RenderRequestWrapper provides a convenient
implementation of the RenderRequest interface
that can be subclassed by developers wishing to adapt the request. |
class |
ResourceRequestWrapper
The ResourceRequestWrapper provides a convenient
implementation of the ResourceRequest interface
that can be subclassed by developers wishing to adapt the request. |
Methods in javax.portlet.filter that return PortletRequest | |
---|---|
PortletRequest |
PortletRequestWrapper.getRequest()
Return the wrapped request object. |
Methods in javax.portlet.filter with parameters of type PortletRequest | |
---|---|
void |
PortletRequestWrapper.setRequest(PortletRequest request)
Sets the request object being wrapped. |
Constructors in javax.portlet.filter with parameters of type PortletRequest | |
---|---|
PortletRequestWrapper(PortletRequest request)
Creates an PortletRequest adaptor
wrapping the given request object. |
Uses of PortletRequest in org.apache.pluto.core |
---|
Methods in org.apache.pluto.core with parameters of type PortletRequest | |
---|---|
void |
DefaultPortletInvokerService.admin(PortletRequest request,
PortletResponse response,
InternalPortletWindow window)
|
InternalPortletPreference[] |
DefaultPortletPreferencesService.getStoredPreferences(PortletWindow portletWindow,
PortletRequest request)
Returns the stored portlet preferences array. |
java.util.Map |
DefaultUserInfoService.getUserInfo(PortletRequest request)
|
java.util.Map |
DefaultUserInfoService.getUserInfo(PortletRequest request,
PortletWindow window)
|
protected void |
DefaultPortletInvokerService.invoke(PortletRequest request,
PortletResponse response,
InternalPortletWindow portletWindow,
java.lang.Integer methodID)
Perform the invocation. |
void |
DefaultPortletInvokerService.load(PortletRequest request,
PortletResponse response,
InternalPortletWindow window)
Invoke the portlet with a load request. |
void |
DefaultPortletPreferencesService.store(PortletWindow portletWindow,
PortletRequest request,
InternalPortletPreference[] preferences)
Stores the portlet preferences to the in-memory storage. |
Uses of PortletRequest in org.apache.pluto.driver.services.container |
---|
Methods in org.apache.pluto.driver.services.container with parameters of type PortletRequest | |
---|---|
void |
FilterManagerImpl.processFilter(PortletRequest req,
PortletResponse res,
java.lang.ClassLoader loader,
java.lang.String portletName,
PortletContext portletContext,
java.lang.String lifecycle)
The processFilter initialize the rest you need and invoke doFilter from FilterChain. |
Uses of PortletRequest in org.apache.pluto.internal |
---|
Subinterfaces of PortletRequest in org.apache.pluto.internal | |
---|---|
interface |
InternalActionRequest
The internal action request extends the internal portlet request and provides some action-specific methods (currently, no specific methods are declared). |
interface |
InternalEventRequest
The internal event request extends the internal portlet request and provides some action-specific methods (currently, no specific methods are declared). |
interface |
InternalPortletRequest
The internal portlet request interface extends PortletRequest and adds some methods used by Pluto. |
interface |
InternalRenderRequest
The internal render request interface extends the internal portlet request interface and provides some render-specific methods. |
interface |
InternalResourceRequest
The internal resource request interface extends the internal portlet request interface and provides some resource-specific methods. |
Uses of PortletRequest in org.apache.pluto.internal.impl |
---|
Classes in org.apache.pluto.internal.impl that implement PortletRequest | |
---|---|
class |
ActionRequestImpl
Implementation of the javax.portlet.ActionRequest interface. |
class |
EventRequestImpl
javax.portlet.EventRequest implementation. |
class |
PortletRequestImpl
Abstract javax.portlet.PortletRequest implementation. |
class |
RenderRequestImpl
Implementation of the javax.portlet.RenderRequest interface. |
class |
ResourceRequestImpl
|
Methods in org.apache.pluto.internal.impl with parameters of type PortletRequest | |
---|---|
void |
PortletRequestDispatcherImpl.forward(PortletRequest request,
PortletResponse response)
|
void |
PortletRequestDispatcherImpl.include(PortletRequest request,
PortletResponse response)
|
Uses of PortletRequest in org.apache.pluto.spi |
---|
Methods in org.apache.pluto.spi with parameters of type PortletRequest | |
---|---|
void |
FilterManager.processFilter(PortletRequest req,
PortletResponse res,
java.lang.ClassLoader loader,
java.lang.String portletName,
PortletContext portletContext,
java.lang.String lifecycle)
|
Uses of PortletRequest in org.apache.pluto.spi.optional |
---|
Methods in org.apache.pluto.spi.optional that return PortletRequest | |
---|---|
PortletRequest |
PortletInvocationEvent.getPortletRequest()
|
Methods in org.apache.pluto.spi.optional with parameters of type PortletRequest | |
---|---|
void |
PortletInvokerService.admin(PortletRequest req,
PortletResponse res,
InternalPortletWindow window)
|
void |
AdministrativeRequestListener.administer(PortletRequest request,
PortletResponse response)
|
InternalPortletPreference[] |
PortletPreferencesService.getStoredPreferences(PortletWindow portletWindow,
PortletRequest request)
Returns the stored portlet preferences. |
java.util.Map |
UserInfoService.getUserInfo(PortletRequest request)
Deprecated. use UserInfoService.getUserInfo(PortletRequest, PortletWindow) |
java.util.Map |
UserInfoService.getUserInfo(PortletRequest request,
PortletWindow window)
Retrieve the user attribues associated with the given request and window. |
void |
PortletInvokerService.load(PortletRequest req,
PortletResponse res,
InternalPortletWindow window)
|
void |
PortletPreferencesService.store(PortletWindow portletWindow,
PortletRequest request,
InternalPortletPreference[] preferences)
Stores the portlet references to the persistent storage. |
Constructors in org.apache.pluto.spi.optional with parameters of type PortletRequest | |
---|---|
PortletInvocationEvent(PortletRequest portletRequest,
PortletWindow portletWindow,
int invocationMethod)
|
Uses of PortletRequest in org.apache.pluto.testsuite |
---|
Methods in org.apache.pluto.testsuite with parameters of type PortletRequest | |
---|---|
TestResults |
PortletTest.doTest(PortletConfig config,
PortletContext context,
PortletRequest request,
PortletResponse response)
Runs the test. |
TestResults |
NoOpTest.doTest(PortletConfig config,
PortletContext context,
PortletRequest request,
PortletResponse response)
|
java.util.Map<java.lang.String,java.lang.String[]> |
PortletTest.getRenderParameters(PortletRequest request)
Returns the render parameters. |
java.util.Map<java.lang.String,java.lang.String[]> |
NoOpTest.getRenderParameters(PortletRequest request)
|
Uses of PortletRequest in org.apache.pluto.testsuite.test |
---|
Methods in org.apache.pluto.testsuite.test with parameters of type PortletRequest | |
---|---|
protected TestResult |
RenderParameterTest.checkActionParametersNotHere(PortletRequest request)
|
protected TestResult |
DispatcherRenderParameterTest.checkAddedSameNameParameter(PortletContext context,
PortletRequest request,
PortletResponse response)
|
protected TestResult |
DispatcherRequestTest.checkContextPath(PortletContext context,
PortletRequest request,
PortletResponse response)
|
protected TestResult |
SimpleAttributeTest.checkEnumerateAttributes(PortletRequest req)
|
protected TestResult |
DispatcherRequestTest.checkGetContextPath(PortletContext context,
PortletRequest request,
PortletResponse response)
|
protected TestResult |
PreferenceCommonTest.checkGetEmptyPreference(PortletRequest request)
|
protected TestResult |
ResourceBundleTest.checkGetEnglishBundle(PortletConfig config,
PortletRequest request)
|
protected TestResult |
ResourceBundleTest.checkGetGermanBundle(PortletConfig config,
PortletRequest request)
|
protected TestResult |
ResourceBundleTest.checkGetNames(PortletConfig config,
PortletRequest request)
|
protected TestResult |
PreferenceCommonTest.checkGetNoValuePreference(PortletRequest request)
|
protected TestResult |
SimpleAttributeTest.checkGetNullAttribute(PortletRequest req)
|
protected TestResult |
PreferenceCommonTest.checkGetPreferenceMap(PortletRequest request)
FIXME: |
protected TestResult |
PreferenceCommonTest.checkGetPreferenceNames(PortletRequest request)
|
protected TestResult |
PreferenceCommonTest.checkGetPreferences(PortletRequest request)
|
protected TestResult |
DispatcherRequestTest.checkGetQueryString(PortletContext context,
PortletRequest request,
PortletResponse response)
|
protected TestResult |
DispatcherRequestTest.checkGetRequestURI(PortletContext context,
PortletRequest request,
PortletResponse response)
|
protected TestResult |
DispatcherRequestTest.checkGetServletPath(PortletContext context,
PortletRequest request,
PortletResponse response)
|
protected TestResult |
DispatcherRenderParameterTest.checkInvalidParameters(PortletContext context,
PortletRequest request,
PortletResponse response)
|
protected TestResult |
SecurityMappingTest.checkIsUserIndUndeclaredRole(PortletRequest request)
|
protected TestResult |
SecurityMappingTest.checkIsUserInMappedRole(PortletRequest request)
|
protected TestResult |
SecurityMappingTest.checkIsUserInUnmappedRole(PortletRequest request)
|
protected TestResult |
PreferenceCommonTest.checkModifyReadOnlyPreferences(PortletRequest request)
|
protected TestResult |
RenderParameterTest.checkParameterMap(PortletRequest request)
|
protected TestResult |
RenderParameterTest.checkParameterNames(PortletRequest request)
|
protected TestResult |
DispatcherRenderParameterTest.checkParameters(PortletContext context,
PortletRequest request,
PortletResponse response)
|
protected TestResult |
DispatcherRequestTest.checkPathInfo(PortletContext context,
PortletRequest request,
PortletResponse response)
|
protected TestResult |
MiscTest.checkPortalInfo(PortletRequest request)
|
protected TestResult |
PreferenceCommonTest.checkPreferenceValueNotModified(PortletRequest request)
Check (xci) SPEC 91, PLT 14.1: Preferences values are not modified if the values in the Map are altered. |
protected TestResult |
DispatcherRequestTest.checkQueryString(PortletContext context,
PortletRequest request,
PortletResponse response)
|
protected TestResult |
SimpleAttributeTest.checkRemoveAttribute(PortletRequest req)
|
protected TestResult |
RenderParameterTest.checkRenderParameterValue(PortletRequest request)
|
protected TestResult |
RenderParameterTest.checkRenderParameterValues(PortletRequest request)
|
protected TestResult |
DispatcherRequestTest.checkRequestURI(PortletContext context,
PortletRequest request,
PortletResponse response)
|
protected TestResult |
PreferenceCommonTest.checkResetPreferenceToDefault(PortletRequest request)
|
protected TestResult |
PreferenceCommonTest.checkResetPreferenceWithoutDefault(PortletRequest request)
|
protected TestResult |
ResourceBundleTest.checkResourceBundleExists(PortletConfig config,
PortletRequest request)
|
protected TestResult |
DispatcherRenderParameterTest.checkSameNameParameter(PortletContext context,
PortletRequest request,
PortletResponse response)
|
protected TestResult |
DispatcherRequestTest.checkServletPath(PortletContext context,
PortletRequest request,
PortletResponse response)
|
protected TestResult |
SessionTimeoutTest.checkSessionInvalidated(PortletRequest request)
|
protected TestResult |
SimpleAttributeTest.checkSetAttribute(PortletRequest req)
|
protected TestResult |
PreferenceCommonTest.checkSetPreferenceMultiValues(PortletRequest request)
|
protected TestResult |
PreferenceCommonTest.checkSetPreferenceNull(PortletRequest request)
|
protected TestResult |
PreferenceCommonTest.checkSetPreferenceSingleValue(PortletRequest request)
|
protected TestResult |
PreferenceCommonTest.checkSetPreferencesReturnsFirst(PortletRequest request)
|
protected TestResult |
PreferenceInRenderTest.checkStorePreferences(PortletRequest request)
|
protected TestResult |
MiscTest.checkSupportedModes(PortletRequest request)
Test to ensure that the basic modes are supported. |
protected TestResult |
MiscTest.checkSupportedWindowSates(PortletRequest request)
|
TestResults |
AbstractReflectivePortletTest.doTest(PortletConfig config,
PortletContext context,
PortletRequest request,
PortletResponse response)
Invoke test methods using java reflection. |
java.util.Map<java.lang.String,java.lang.String[]> |
AbstractReflectivePortletTest.getRenderParameters(PortletRequest request)
Returns the render parameters that will be set into the render request. |
java.util.Map<java.lang.String,java.lang.String[]> |
DispatcherRenderParameterTest.getRenderParameters(PortletRequest request)
Overwrites super.getRenderParameters(..) to set the
test-specific render parameter in the render URL. |
java.util.Map<java.lang.String,java.lang.String[]> |
RenderParameterTest.getRenderParameters(PortletRequest request)
|
Uses of PortletRequest in org.apache.pluto.wrappers |
---|
Methods in org.apache.pluto.wrappers that return PortletRequest | |
---|---|
PortletRequest |
PortletRequestWrapper.getPortletRequest()
Return the wrapped ServletRequest object. |
Methods in org.apache.pluto.wrappers with parameters of type PortletRequest | |
---|---|
void |
PortletRequestWrapper.setRequest(PortletRequest request)
Sets the request being wrapped. |
Constructors in org.apache.pluto.wrappers with parameters of type PortletRequest | |
---|---|
PortletRequestWrapper(PortletRequest portletRequest)
Creates a ServletRequest adaptor wrapping the given request object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |