Interface ContainerURL

All Known Subinterfaces:
ActionURL, PortletURL, RenderURL, ResourceURL

public interface ContainerURL
Version:
$Revision: 630 $
Author:
Julien Viet
  • 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
    • getNavigationalState

      StateString getNavigationalState()
      Return the navigational state that may be null.
      Returns:
      the navigational state
    • getProperties

      Map<String,String> getProperties()
      Returns a set of properties associated with this URL. The returned map cannot be modified.
      Returns:
      the property map