|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortletWindow | |
---|---|
org.apache.pluto | The root package of the Pluto Portlet Container. |
org.apache.pluto.core | |
org.apache.pluto.driver.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 |
Uses of PortletWindow in org.apache.pluto |
---|
Methods in org.apache.pluto with parameters of type PortletWindow | |
---|---|
void |
PortletContainer.doAction(PortletWindow internalPortletWindow,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Indicates that a portlet action occured in the current request and calls the processAction method of this portlet. |
void |
PortletContainer.doAdmin(PortletWindow portletWindow,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
Indicates that the portal needs to perform administrative actions upon the portlet and/or portlet application. |
void |
PortletContainer.doLoad(PortletWindow internalPortletWindow,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
Indicates that the portlet must be initialized |
void |
PortletContainer.doRender(PortletWindow internalPortletWindow,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Calls the render method of the given portlet window. |
void |
PortletContainer.doServeResource(PortletWindow internalPortletWindow,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Indicates that a portlet resource Serving occured in the current request and calls the processServeResource method of this portlet. |
void |
EventContainer.fireEvent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
PortletWindow window,
Event event)
Indicates that an event should be fired in the current request and calls the processEvent method of this portlet. |
Uses of PortletWindow in org.apache.pluto.core |
---|
Methods in org.apache.pluto.core that return PortletWindow | |
---|---|
PortletWindow |
ContainerInvocation.getPortletWindow()
|
Methods in org.apache.pluto.core with parameters of type PortletWindow | |
---|---|
void |
PortletContainerImpl.doAction(PortletWindow portletWindow,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process action for the portlet associated with the given portlet window. |
void |
PortletContainerImpl.doAdmin(PortletWindow portletWindow,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
|
void |
PortletContainerImpl.doLoad(PortletWindow portletWindow,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Loads the portlet associated with the specified portlet window. |
void |
PortletContainerImpl.doRender(PortletWindow portletWindow,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Renders the portlet associated with the specified portlet window. |
void |
PortletContainerImpl.doServeResource(PortletWindow portletWindow,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Indicates that a portlet resource Serving occured in the current request and calls the processServeResource method of this portlet. |
void |
PortletContainerImpl.fireEvent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
PortletWindow window,
Event event)
Fire Event for the portlet associated with the given portlet window and eventName |
java.lang.String |
DefaultPortletInfoService.getKeywords(PortletWindow window)
|
java.lang.String |
DefaultPortletInfoService.getShortTitle(PortletWindow window)
|
InternalPortletPreference[] |
DefaultPortletPreferencesService.getStoredPreferences(PortletWindow portletWindow,
PortletRequest request)
Returns the stored portlet preferences array. |
java.lang.String |
DefaultPortletInfoService.getTitle(PortletWindow window)
|
java.util.Map |
DefaultUserInfoService.getUserInfo(PortletRequest request,
PortletWindow window)
|
static void |
ContainerInvocation.setInvocation(PortletContainer container,
PortletWindow window)
Set the container currently under execution. |
void |
ContainerInvocation.setWindow(PortletWindow window)
|
void |
DefaultPortletPreferencesService.store(PortletWindow portletWindow,
PortletRequest request,
InternalPortletPreference[] preferences)
Stores the portlet preferences to the in-memory storage. |
Constructors in org.apache.pluto.core with parameters of type PortletWindow | |
---|---|
ContainerInvocation(PortletWindow window,
PortletContainer container)
|
Uses of PortletWindow in org.apache.pluto.driver.core |
---|
Classes in org.apache.pluto.driver.core that implement PortletWindow | |
---|---|
class |
PortletWindowImpl
Implementation of PortletWindow interface. |
Constructors in org.apache.pluto.driver.core with parameters of type PortletWindow | |
---|---|
PortalServletRequest(javax.servlet.http.HttpServletRequest request,
PortletWindow window)
|
|
ResourceURLProviderImpl(javax.servlet.http.HttpServletRequest req,
PortletWindow internalPortletWindow)
|
Uses of PortletWindow in org.apache.pluto.driver.services.container |
---|
Methods in org.apache.pluto.driver.services.container with parameters of type PortletWindow | |
---|---|
void |
PortalCallbackServiceImpl.addResponseProperty(javax.servlet.http.HttpServletRequest request,
PortletWindow portletWindow,
java.lang.String property,
java.lang.String value)
|
EventProvider |
PortalCallbackServiceImpl.getEventProvider(javax.servlet.http.HttpServletRequest request,
PortletWindow portletWindow)
|
static EventProviderImpl |
EventProviderImpl.getEventProviderImpl(javax.servlet.http.HttpServletRequest request,
PortletWindow portletWindow)
factory method gets the EventProvider out of the Request, or sets a new one |
PortletURLProvider |
PortalCallbackServiceImpl.getPortletURLProvider(javax.servlet.http.HttpServletRequest request,
PortletWindow portletWindow)
|
java.util.Map |
PortalCallbackServiceImpl.getRequestProperties(javax.servlet.http.HttpServletRequest request,
PortletWindow portletWindow)
|
ResourceURLProvider |
PortalCallbackServiceImpl.getResourceURLProvider(javax.servlet.http.HttpServletRequest request,
PortletWindow portletWindow)
|
void |
PortalCallbackServiceImpl.setResponseProperty(javax.servlet.http.HttpServletRequest request,
PortletWindow portletWindow,
java.lang.String property,
java.lang.String value)
|
void |
PortalCallbackServiceImpl.setTitle(javax.servlet.http.HttpServletRequest request,
PortletWindow portletWindow,
java.lang.String title)
Method invoked by the container when the portlet sets its title. |
Constructors in org.apache.pluto.driver.services.container with parameters of type PortletWindow | |
---|---|
PortletURLProviderImpl(javax.servlet.http.HttpServletRequest request,
PortletWindow internalPortletWindow)
|
|
PortletWindowThread(java.lang.String name,
EventProviderImpl eventProvider,
PortletWindow window,
EventContainer eventContainer)
|
|
PortletWindowThread(java.lang.ThreadGroup group,
java.lang.String name,
EventProviderImpl eventProvider,
PortletWindow window,
EventContainer eventContainer)
|
|
ResourceURLProviderImpl(javax.servlet.http.HttpServletRequest req,
PortletWindow internalPortletWindow)
|
Uses of PortletWindow in org.apache.pluto.internal |
---|
Subinterfaces of PortletWindow in org.apache.pluto.internal | |
---|---|
interface |
InternalPortletWindow
The internal portlet window represents a single window of a portlet instance as it can be shown only once on a single page. |
Methods in org.apache.pluto.internal that return PortletWindow | |
---|---|
PortletWindow |
InternalPortletWindow.getOriginalPortletWindow()
Retrieve the original portlet window with which the container was invoked. |
Uses of PortletWindow in org.apache.pluto.internal.impl |
---|
Classes in org.apache.pluto.internal.impl that implement PortletWindow | |
---|---|
class |
InternalPortletWindowImpl
Implementation of InternalPortletWindow interface. |
Methods in org.apache.pluto.internal.impl that return PortletWindow | |
---|---|
PortletWindow |
InternalPortletWindowImpl.getOriginalPortletWindow()
|
Constructors in org.apache.pluto.internal.impl with parameters of type PortletWindow | |
---|---|
InternalPortletWindowImpl(javax.servlet.ServletContext context,
PortletWindow portletWindow)
Constructs an internal portlet window that wraps a portlet window. |
Uses of PortletWindow in org.apache.pluto.spi |
---|
Methods in org.apache.pluto.spi with parameters of type PortletWindow | |
---|---|
void |
PortalCallbackService.addResponseProperty(javax.servlet.http.HttpServletRequest request,
PortletWindow portletWindow,
java.lang.String property,
java.lang.String value)
|
EventProvider |
PortalCallbackService.getEventProvider(javax.servlet.http.HttpServletRequest request,
PortletWindow portletWindow)
|
PortletURLProvider |
PortalCallbackService.getPortletURLProvider(javax.servlet.http.HttpServletRequest request,
PortletWindow portletWindow)
Returns a URL provider used to constuct a URL to the given portlet. |
java.util.Map |
PortalCallbackService.getRequestProperties(javax.servlet.http.HttpServletRequest request,
PortletWindow portletWindow)
|
ResourceURLProvider |
PortalCallbackService.getResourceURLProvider(javax.servlet.http.HttpServletRequest request,
PortletWindow portletWindow)
Returns a URL provider used to construct a URL to a resource in the web application. |
void |
PortalCallbackService.setResponseProperty(javax.servlet.http.HttpServletRequest request,
PortletWindow portletWindow,
java.lang.String property,
java.lang.String value)
|
void |
PortalCallbackService.setTitle(javax.servlet.http.HttpServletRequest request,
PortletWindow portletWindow,
java.lang.String title)
Set the title to be used for this portlet. |
Uses of PortletWindow in org.apache.pluto.spi.optional |
---|
Methods in org.apache.pluto.spi.optional that return PortletWindow | |
---|---|
PortletWindow |
PortletInvocationEvent.getPortletWindow()
|
Methods in org.apache.pluto.spi.optional with parameters of type PortletWindow | |
---|---|
java.lang.String |
PortletInfoService.getKeywords(PortletWindow window)
Retrieve the keywords for the specified portlet window. |
java.lang.String |
PortletInfoService.getShortTitle(PortletWindow window)
Retrieve the shorttitle for the specified portlet window. |
InternalPortletPreference[] |
PortletPreferencesService.getStoredPreferences(PortletWindow portletWindow,
PortletRequest request)
Returns the stored portlet preferences. |
java.lang.String |
PortletInfoService.getTitle(PortletWindow window)
Retrieve the title for the specificed portlet window. |
java.util.Map |
UserInfoService.getUserInfo(PortletRequest request,
PortletWindow window)
Retrieve the user attribues associated with the given request and 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 PortletWindow | |
---|---|
PortletInvocationEvent(PortletRequest portletRequest,
PortletWindow portletWindow,
int invocationMethod)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |