Package org.gatein.pc.api
Interface ContainerURL
- All Known Subinterfaces:
ActionURL,PortletURL,RenderURL,ResourceURL
public interface ContainerURL
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
Method Summary
Modifier and TypeMethodDescriptiongetMode()Returns the mode that may be null.Return the navigational state that may be null.Returns a set of properties associated with this URL.Returns the window state that may be null.
-
Method Details
-
getMode
Mode getMode()Returns the mode that may be null.- Returns:
- the mode
-
getWindowState
WindowState getWindowState()Returns the window state that may be null.- Returns:
- the window state
-
getProperties
Returns a set of properties associated with this URL. The returned map cannot be modified.- Returns:
- the property map
-