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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModegetMode()Returns the mode that may be null.StateStringgetNavigationalState()Return the navigational state that may be null.Map<String,String>getProperties()Returns a set of properties associated with this URL.WindowStategetWindowState()Returns the window state that may be null.
-
-
-
Method Detail
-
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
-
getNavigationalState
StateString getNavigationalState()
Return the navigational state that may be null.- Returns:
- the navigational state
-
-