|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PortletWindow in org.apache.jetspeed.aggregator |
---|
Methods in org.apache.jetspeed.aggregator that return PortletWindow | |
---|---|
PortletWindow |
RenderingJob.getWindow()
|
Methods in org.apache.jetspeed.aggregator with parameters of type PortletWindow | |
---|---|
boolean |
PortletTrackingManager.exceededTimeout(long renderTime,
PortletWindow window)
|
void |
PortletTrackingManager.incrementRenderTimeoutCount(PortletWindow window)
|
boolean |
PortletTrackingManager.isOutOfService(PortletWindow window)
|
void |
PortletRenderer.notifyContentComplete(RequestContext context,
PortletWindow window)
Notify that content completed by worker jobs So that renderer can update its state |
void |
PortletTrackingManager.putIntoService(PortletWindow window)
|
void |
PortletTrackingManager.setExpiration(PortletWindow window,
long expiration)
|
void |
PortletTrackingManager.success(PortletWindow window)
|
void |
PortletTrackingManager.takeOutOfService(PortletWindow window)
|
Uses of PortletWindow in org.apache.jetspeed.components.portletpreferences |
---|
Methods in org.apache.jetspeed.components.portletpreferences with parameters of type PortletWindow | |
---|---|
java.util.Map<java.lang.String,org.apache.pluto.container.PortletPreference> |
PortletPreferencesProvider.retrieveEntityPreferences(PortletWindow window)
Retrieve entity (window) default preferences for a given window |
java.util.Map<java.lang.String,org.apache.pluto.container.PortletPreference> |
PortletPreferencesProvider.retrieveUserPreferences(PortletWindow window,
java.lang.String userName)
Retrieve the user preferences for the window and user parameters |
void |
PortletPreferencesProvider.storeEntityPreferences(java.util.Map<java.lang.String,org.apache.pluto.container.PortletPreference> map,
PortletWindow window)
Store entity preferences contained in the map parameter for a given window |
void |
PortletPreferencesProvider.storeUserPreferences(java.util.Map<java.lang.String,org.apache.pluto.container.PortletPreference> map,
PortletWindow window,
java.lang.String userName)
Store user preferences contained in the map parameter for a given user and window |
Uses of PortletWindow in org.apache.jetspeed.container |
---|
Methods in org.apache.jetspeed.container with parameters of type PortletWindow | |
---|---|
void |
PortletEntity.setPortletWindow(PortletWindow window)
|
Uses of PortletWindow in org.apache.jetspeed.container.state |
---|
Methods in org.apache.jetspeed.container.state that return PortletWindow | |
---|---|
PortletWindow |
NavigationalState.getMaximizedWindow()
For the current request return the (first) maximized window or return null if no windows are maximized. |
PortletWindow |
NavigationalState.getPortletWindowOfAction()
|
PortletWindow |
NavigationalState.getPortletWindowOfResource()
|
Methods in org.apache.jetspeed.container.state with parameters of type PortletWindow | |
---|---|
void |
MutableNavigationalState.clearParameters(PortletWindow window)
|
java.lang.String |
NavigationalState.encode(PortletWindow window,
java.util.Map<java.lang.String,java.lang.String[]> parameters,
java.lang.String actionScopeId,
boolean actionScopeRendered,
java.lang.String cacheLevel,
java.lang.String resourceId,
java.util.Map<java.lang.String,java.lang.String[]> privateRenderParameters,
java.util.Map<java.lang.String,java.lang.String[]> publicRenderParameters,
javax.portlet.PortletMode mode,
javax.portlet.WindowState state,
boolean action)
Deprecated. |
java.lang.String |
NavigationalState.encode(PortletWindow window,
java.util.Map<java.lang.String,java.lang.String[]> parameters,
java.lang.String actionScopeId,
boolean actionScopeRendered,
java.lang.String cacheLevel,
java.lang.String resourceId,
java.util.Map<java.lang.String,java.lang.String[]> privateRenderParameters,
java.util.Map<java.lang.String,java.lang.String[]> publicRenderParameters,
javax.portlet.PortletMode mode,
javax.portlet.WindowState state,
PortalURL.URLType urlType)
Encodes the Navigational State with overrides for a specific PortletWindow into a string to be embedded within a PortalURL. |
java.lang.String |
NavigationalState.encode(PortletWindow window,
javax.portlet.PortletMode mode,
javax.portlet.WindowState state)
Encodes the Navigational State with overrides for a specific PortletWindow while retaining its (request) parameters into a string to be embedded within a renderURL. |
java.lang.String |
NavigationalState.getActionScopeId(PortletWindow window)
|
java.lang.String |
NavigationalState.getCacheLevel(PortletWindow window)
|
javax.portlet.PortletMode |
NavigationalState.getMappedMode(PortletWindow window)
Gets the internal (portal) portlet mode for the given portlet window. |
javax.portlet.WindowState |
NavigationalState.getMappedState(PortletWindow window)
Gets the internal (portal) window state for given portlet window. |
javax.portlet.PortletMode |
NavigationalState.getMode(PortletWindow window)
Gets the portlet mode for the given portlet window. |
java.util.Map<java.lang.String,java.lang.String[]> |
NavigationalState.getParameterMap(PortletWindow window)
|
java.util.Map<java.lang.String,java.lang.String[]> |
NavigationalState.getPrivateRenderParameterMap(PortletWindow window)
|
java.util.Map<java.lang.String,java.lang.String[]> |
NavigationalState.getPublicRenderParameterMap(PortletWindow window)
|
java.lang.String |
NavigationalState.getResourceID(PortletWindow window)
|
javax.portlet.WindowState |
NavigationalState.getState(PortletWindow window)
Gets the window state for given portlet window. |
boolean |
NavigationalState.isActionScopedRequestAttributes(PortletWindow window)
|
boolean |
NavigationalState.isActionScopeRendered(PortletWindow window)
|
void |
MutableNavigationalState.removeState(PortletWindow window)
Remove state for the given (possibly invalid) portlet window |
void |
MutableNavigationalState.setActionScopeId(PortletWindow window,
java.lang.String actionScopeId)
|
void |
MutableNavigationalState.setActionScopeRendered(PortletWindow window,
boolean actionScopeRendered)
|
void |
MutableNavigationalState.setCacheLevel(PortletWindow window,
java.lang.String cacheLevel)
|
void |
MutableNavigationalState.setMode(PortletWindow window,
javax.portlet.PortletMode portletMode)
Sets the portlet mode for the given portlet window. |
void |
MutableNavigationalState.setParametersMap(PortletWindow window,
java.util.Map<java.lang.String,java.lang.String[]> parametersMap)
|
void |
MutableNavigationalState.setPrivateRenderParametersMap(PortletWindow window,
java.util.Map<java.lang.String,java.lang.String[]> privateRenderParametersMap)
|
void |
MutableNavigationalState.setPublicRenderParametersMap(PortletWindow window,
java.util.Map<java.lang.String,java.lang.String[]> publicRenderParametersMap)
|
void |
MutableNavigationalState.setResourceId(PortletWindow window,
java.lang.String resourceId)
|
void |
MutableNavigationalState.setState(PortletWindow window,
javax.portlet.WindowState windowState)
Sets the window state for the given portlet window. |
void |
MutableNavigationalState.setTargetted(PortletWindow window)
Clear the request parameters to emulate an action reset |
Uses of PortletWindow in org.apache.jetspeed.container.url |
---|
Methods in org.apache.jetspeed.container.url with parameters of type PortletWindow | |
---|---|
java.lang.String |
PortalURL.createNavigationalEncoding(PortletWindow window,
java.util.Map<java.lang.String,java.lang.String[]> parameters,
javax.portlet.PortletMode mode,
javax.portlet.WindowState state,
boolean action)
Deprecated. |
java.lang.String |
PortalURL.createNavigationalEncoding(PortletWindow window,
java.util.Map<java.lang.String,java.lang.String[]> parameters,
javax.portlet.PortletMode mode,
javax.portlet.WindowState state,
PortalURL.URLType urlType)
Deprecated. |
java.lang.String |
PortalURL.createNavigationalEncoding(PortletWindow window,
java.util.Map<java.lang.String,java.lang.String[]> parameters,
java.lang.String actionScopeId,
boolean actionScopeRendered,
java.lang.String cacheLevel,
java.lang.String resourceId,
java.util.Map<java.lang.String,java.lang.String[]> privateRenderParameters,
java.util.Map<java.lang.String,java.lang.String[]> publicRenderParameters,
javax.portlet.PortletMode mode,
javax.portlet.WindowState state,
PortalURL.URLType urlType)
Creates the navigational encoding for a given window Similiar to createPortletURL above |
java.lang.String |
PortalURL.createNavigationalEncoding(PortletWindow window,
javax.portlet.PortletMode mode,
javax.portlet.WindowState state)
Creates the navigational encoding for a given window Similiar to createPortletURL above |
java.lang.String |
PortalURL.createPortletURL(PortletWindow window,
java.util.Map<java.lang.String,java.lang.String[]> parameters,
javax.portlet.PortletMode mode,
javax.portlet.WindowState state,
boolean action,
boolean secure)
Deprecated. |
java.lang.String |
PortalURL.createPortletURL(PortletWindow window,
java.util.Map<java.lang.String,java.lang.String[]> parameters,
javax.portlet.PortletMode mode,
javax.portlet.WindowState state,
PortalURL.URLType urlType,
boolean secure)
Deprecated. |
java.lang.String |
PortalURL.createPortletURL(PortletWindow window,
java.util.Map<java.lang.String,java.lang.String[]> parameters,
java.lang.String actionScopeId,
boolean actionScopeRendered,
java.lang.String cacheLevel,
java.lang.String resourceId,
java.util.Map<java.lang.String,java.lang.String[]> privateRenderParameters,
java.util.Map<java.lang.String,java.lang.String[]> publicRenderParameters,
javax.portlet.PortletMode mode,
javax.portlet.WindowState state,
PortalURL.URLType urlType,
boolean secure)
Create a new PortletURL for a PortletWindow including request or action parameters. |
java.lang.String |
PortalURL.createPortletURL(PortletWindow window,
javax.portlet.PortletMode mode,
javax.portlet.WindowState state,
boolean secure)
Create a new PortletURL for a PortletWindow retaining its (request) parameters. |
Uses of PortletWindow in org.apache.jetspeed.events |
---|
Methods in org.apache.jetspeed.events with parameters of type PortletWindow | |
---|---|
java.util.List<ProcessEvent> |
PortletEventQueue.dequeueEvents(PortletWindow window)
|
Uses of PortletWindow in org.apache.jetspeed.layout |
---|
Methods in org.apache.jetspeed.layout that return PortletWindow | |
---|---|
PortletWindow |
JetspeedPowerTool.getPortletWindow(ContentFragment f)
|
Uses of PortletWindow in org.apache.jetspeed.mockobjects.request |
---|
Methods in org.apache.jetspeed.mockobjects.request that return PortletWindow | |
---|---|
PortletWindow |
MockRequestContext.getActionWindow()
|
PortletWindow |
MockRequestContext.getCurrentPortletWindow()
|
PortletWindow |
MockRequestContext.getInstantlyCreatedPortletWindow(java.lang.String windowId,
java.lang.String portletUniqueName)
|
PortletWindow |
MockRequestContext.getPortletWindow(ContentFragment fragment)
|
PortletWindow |
MockRequestContext.getPortletWindow(java.lang.String windowId)
|
PortletWindow |
MockRequestContext.resolvePortletWindow(java.lang.String windowId)
|
Methods in org.apache.jetspeed.mockobjects.request with parameters of type PortletWindow | |
---|---|
javax.servlet.http.HttpServletRequest |
MockRequestContext.getRequestForWindow(PortletWindow window)
|
javax.servlet.http.HttpServletResponse |
MockRequestContext.getResponseForWindow(PortletWindow window)
|
java.lang.Throwable |
MockRequestContext.popActionFailure(PortletWindow window)
|
void |
MockRequestContext.setActionFailure(PortletWindow window,
java.lang.Throwable actionFailure)
|
void |
MockRequestContext.setActionWindow(PortletWindow window)
|
void |
MockRequestContext.setCurrentPortletWindow(PortletWindow window)
|
Uses of PortletWindow in org.apache.jetspeed.request |
---|
Methods in org.apache.jetspeed.request that return PortletWindow | |
---|---|
PortletWindow |
RequestContext.getActionWindow()
Get the target Action Window |
PortletWindow |
RequestContext.getCurrentPortletWindow()
|
PortletWindow |
RequestContext.getInstantlyCreatedPortletWindow(java.lang.String windowId,
java.lang.String portletUniqueName)
|
PortletWindow |
RequestContext.getPortletWindow(ContentFragment fragment)
|
PortletWindow |
RequestContext.getPortletWindow(java.lang.String windowId)
|
PortletWindow |
RequestContext.resolvePortletWindow(java.lang.String windowId)
|
Methods in org.apache.jetspeed.request with parameters of type PortletWindow | |
---|---|
java.lang.Throwable |
RequestContext.popActionFailure(PortletWindow window)
|
void |
RequestContext.setActionFailure(PortletWindow window,
java.lang.Throwable actionFailure)
|
void |
RequestContext.setActionWindow(PortletWindow window)
Sets the target Portlet Window |
void |
RequestContext.setCurrentPortletWindow(PortletWindow window)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |