|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IPortletWindow in org.jasig.portal.channels.portlet |
|---|
| Methods in org.jasig.portal.channels.portlet that return IPortletWindow | |
|---|---|
IPortletWindow |
PortletDispatchException.getPortletWindow()
|
IPortletWindow |
PortletLoadFailureException.getPortletWindow()
|
IPortletWindow |
PortletActionFailureException.getPortletWindow()
|
| Methods in org.jasig.portal.channels.portlet with parameters of type IPortletWindow | |
|---|---|
protected String |
SpringPortletChannelImpl.getChannelLogInfo(ChannelStaticData channelStaticData,
IPortletWindow portletWindow)
Deprecated. Build a 'nice' summary string of relavent ChannelStaticData information |
| Constructors in org.jasig.portal.channels.portlet with parameters of type IPortletWindow | |
|---|---|
PortletActionFailureException(String msg,
IPortletWindow portletWindow,
Throwable cause)
|
|
PortletDispatchException(String msg,
IPortletWindow portletWindow)
|
|
PortletDispatchException(String msg,
IPortletWindow portletWindow,
Throwable cause)
|
|
PortletLoadFailureException(String msg,
IPortletWindow portletWindow)
|
|
PortletLoadFailureException(String msg,
IPortletWindow portletWindow,
Throwable cause)
|
|
| Uses of IPortletWindow in org.jasig.portal.portlet.container.properties |
|---|
| Methods in org.jasig.portal.portlet.container.properties with parameters of type IPortletWindow | |
|---|---|
void |
BaseRequestPropertiesManager.addResponseProperty(HttpServletRequest portletRequest,
IPortletWindow portletWindow,
String property,
String value)
|
void |
IRequestPropertiesManager.addResponseProperty(HttpServletRequest portletRequest,
IPortletWindow portletWindow,
String property,
String value)
Called when a portlet sets a property via PortletResponse.addProperty(String, String). |
void |
RequestPropertiesManagerBroker.addResponseProperty(HttpServletRequest request,
IPortletWindow portletWindow,
String property,
String value)
|
protected org.apache.pluto.descriptors.portlet.PortletDD |
CacheRequestPropertiesManager.getPortletDeployment(HttpServletRequest httpServletRequest,
IPortletWindow portletWindow)
Gets the Portlet Deployment for a IPortletWindow object |
Map<String,String[]> |
BaseRequestPropertiesManager.getRequestProperties(HttpServletRequest portletRequest,
IPortletWindow portletWindow)
|
Map<String,String[]> |
HttpRequestPropertiesManager.getRequestProperties(HttpServletRequest portletRequest,
IPortletWindow portletWindow)
|
Map<String,String[]> |
IRequestPropertiesManager.getRequestProperties(HttpServletRequest portletRequest,
IPortletWindow portletWindow)
Called when a portlet gets the request properties via PortletRequest.getProperties(String),
PortletRequest.getProperty(String), or PortletRequest.getPropertyNames(). |
Map<String,String[]> |
CacheRequestPropertiesManager.getRequestProperties(HttpServletRequest portletRequest,
IPortletWindow portletWindow)
|
Map<String,String[]> |
RequestPropertiesManagerBroker.getRequestProperties(HttpServletRequest request,
IPortletWindow portletWindow)
|
void |
BaseRequestPropertiesManager.setResponseProperty(HttpServletRequest portletRequest,
IPortletWindow portletWindow,
String property,
String value)
|
void |
IRequestPropertiesManager.setResponseProperty(HttpServletRequest portletRequest,
IPortletWindow portletWindow,
String property,
String value)
Called when a portlet sets a property via PortletResponse.setProperty(String, String). |
void |
CacheRequestPropertiesManager.setResponseProperty(HttpServletRequest portletRequest,
IPortletWindow portletWindow,
String property,
String value)
|
void |
RequestPropertiesManagerBroker.setResponseProperty(HttpServletRequest request,
IPortletWindow portletWindow,
String property,
String value)
|
| Uses of IPortletWindow in org.jasig.portal.portlet.container.services |
|---|
| Methods in org.jasig.portal.portlet.container.services with parameters of type IPortletWindow | |
|---|---|
protected List<org.apache.pluto.descriptors.portlet.UserAttributeDD> |
RequestAttributeServiceImpl.getExpectedUserAttributes(HttpServletRequest request,
IPortletWindow portletWindow)
Get the list of user attributes the portlet expects |
protected List<org.apache.pluto.descriptors.portlet.UserAttributeDD> |
PersonDirectoryUserInfoService.getExpectedUserAttributes(HttpServletRequest request,
IPortletWindow portletWindow)
Get the list of user attributes the portlet expects |
protected Map<String,String> |
PersonDirectoryUserInfoService.getUserInfo(String remoteUser,
HttpServletRequest httpServletRequest,
IPortletWindow portletWindow)
Commons logic to get a subset of the user's attributes for the specified portlet window. |
| Uses of IPortletWindow in org.jasig.portal.portlet.delegation |
|---|
| Constructors in org.jasig.portal.portlet.delegation with parameters of type IPortletWindow | |
|---|---|
PortletDelegationDispatcherImpl(IPortletWindow portletWindow,
IPortletWindow parentPortletWindow,
int userId,
IPortalRequestUtils portalRequestUtils,
IPersonManager personManager,
IPortletRenderer portletRenderer,
IPortletRequestParameterManager portletRequestParameterManager,
IPortletDelegationManager portletDelegationManager)
|
|
| Uses of IPortletWindow in org.jasig.portal.portlet.registry |
|---|
| Methods in org.jasig.portal.portlet.registry that return IPortletWindow | |
|---|---|
IPortletWindow |
IPortletWindowRegistry.convertPortletWindow(HttpServletRequest request,
org.apache.pluto.PortletWindow portletWindow)
Converts a Pluto PortletWindow object to a uPortal IPortletWindow. |
IPortletWindow |
PortletWindowRegistryImpl.convertPortletWindow(HttpServletRequest request,
org.apache.pluto.PortletWindow plutoPortletWindow)
|
IPortletWindow |
IPortletWindowRegistry.createDefaultPortletWindow(HttpServletRequest request,
IPortletEntityId portletEntityId)
Creates a new portlet window that will have the ID returned by IPortletWindowRegistry.getDefaultPortletWindowId(IPortletEntityId)
from the specified parent entity id. |
IPortletWindow |
PortletWindowRegistryImpl.createDefaultPortletWindow(HttpServletRequest request,
IPortletEntityId portletEntityId)
|
IPortletWindow |
IPortletWindowRegistry.createDelegatePortletWindow(HttpServletRequest request,
IPortletEntityId portletEntityId,
IPortletWindowId delegationParentId)
Creates a delegating portlet window |
IPortletWindow |
PortletWindowRegistryImpl.createDelegatePortletWindow(HttpServletRequest request,
IPortletEntityId portletEntityId,
IPortletWindowId delegationParentId)
|
protected IPortletWindow |
PortletWindowRegistryImpl.createPortletWindow(HttpServletRequest request,
IPortletWindowId portletWindowId,
IPortletEntityId portletEntityId)
|
protected IPortletWindow |
PortletWindowRegistryImpl.createPortletWindow(HttpServletRequest request,
IPortletWindowId portletWindowId,
IPortletEntityId portletEntityId,
IPortletWindowId delegateParent)
Creates a new IPortletWindow for the specified window ID and entity ID. |
IPortletWindow |
IPortletWindowRegistry.createPortletWindow(HttpServletRequest request,
String windowInstanceId,
IPortletEntityId portletEntityId)
Creates a new portlet window for the window instance id and parent entity id. |
IPortletWindow |
PortletWindowRegistryImpl.createPortletWindow(HttpServletRequest request,
String windowInstanceId,
IPortletEntityId portletEntityId)
|
IPortletWindow |
IPortletWindowRegistry.getOrCreateDefaultPortletWindow(HttpServletRequest request,
IPortletEntityId portletEntityId)
Get an existing portlet window for the default window id and parent entity id. |
IPortletWindow |
PortletWindowRegistryImpl.getOrCreateDefaultPortletWindow(HttpServletRequest request,
IPortletEntityId portletEntityId)
|
IPortletWindow |
IPortletWindowRegistry.getOrCreateDelegatePortletWindow(HttpServletRequest request,
IPortletWindowId portletWindowId,
IPortletEntityId portletEntityId,
IPortletWindowId delegationParentId)
Gets or Creates a delegating portlet window. |
IPortletWindow |
PortletWindowRegistryImpl.getOrCreateDelegatePortletWindow(HttpServletRequest request,
IPortletWindowId portletWindowId,
IPortletEntityId portletEntityId,
IPortletWindowId delegationParentId)
|
IPortletWindow |
IPortletWindowRegistry.getOrCreatePortletWindow(HttpServletRequest request,
String windowInstanceId,
IPortletEntityId portletEntityId)
Get an existing portlet window for the window instance id and parent entity id. |
IPortletWindow |
PortletWindowRegistryImpl.getOrCreatePortletWindow(HttpServletRequest request,
String windowInstanceId,
IPortletEntityId portletEntityId)
|
IPortletWindow |
IPortletWindowRegistry.getPortletWindow(HttpServletRequest request,
IPortletWindowId portletWindowId)
Get an existing portlet window for the window id. |
IPortletWindow |
PortletWindowRegistryImpl.getPortletWindow(HttpServletRequest request,
IPortletWindowId portletWindowId)
|
IPortletWindow |
IPortletWindowRegistry.getPortletWindow(HttpServletRequest request,
String windowInstanceId,
IPortletEntityId portletEntityId)
Get an existing portlet window for the channel window instance id and entity id. |
IPortletWindow |
PortletWindowRegistryImpl.getPortletWindow(HttpServletRequest request,
String windowInstanceId,
IPortletEntityId portletEntityId)
|
protected IPortletWindow |
PortletWindowRegistryImpl.getTransientPortletWindow(HttpServletRequest request,
String windowInstanceId,
IPortletEntityId portletEntityId)
|
| Methods in org.jasig.portal.portlet.registry that return types with arguments of type IPortletWindow | |
|---|---|
protected ConcurrentMap<IPortletWindowId,IPortletWindow> |
PortletWindowRegistryImpl.getPortletWindowMap(HttpServletRequest request)
Get the Map of IPortletWindows for the request. |
| Methods in org.jasig.portal.portlet.registry with parameters of type IPortletWindow | |
|---|---|
protected void |
PortletWindowRegistryImpl.storePortletWindow(HttpServletRequest request,
IPortletWindow portletWindow)
|
| Uses of IPortletWindow in org.jasig.portal.portlet.rendering |
|---|
| Methods in org.jasig.portal.portlet.rendering with parameters of type IPortletWindow | |
|---|---|
protected HttpServletRequest |
PortletRendererImpl.setupPortletRequest(HttpServletRequest httpServletRequest,
IPortletWindow portletWindow,
Map<String,List<String>> parameters)
|
protected void |
PortletRendererImpl.setupPortletWindow(HttpServletRequest httpServletRequest,
IPortletWindow portletWindow,
PortletUrl portletUrl)
|
| Uses of IPortletWindow in org.jasig.portal.portlet.url |
|---|
| Methods in org.jasig.portal.portlet.url with parameters of type IPortletWindow | |
|---|---|
protected void |
PortletUrlSyntaxProviderImpl.generatePortletUrl(HttpServletRequest request,
IPortletWindow portletWindow,
IPortletWindowId delegationChildId,
PortletUrl portletUrl,
StringBuilder url)
|
String |
IPortletUrlSyntaxProvider.generatePortletUrl(HttpServletRequest request,
IPortletWindow portletWindow,
PortletUrl portletUrl)
Generates a full portlet URL for the current request, passed portlet window & portlet URL data object. |
String |
PortletUrlSyntaxProviderImpl.generatePortletUrl(HttpServletRequest request,
IPortletWindow portletWindow,
PortletUrl portletUrl)
|
| Constructors in org.jasig.portal.portlet.url with parameters of type IPortletWindow | |
|---|---|
PortletURLProviderImpl(IPortletWindow portletWindow,
HttpServletRequest httpServletRequest,
IPortletUrlSyntaxProvider portletUrlSyntaxProvider)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||