org.jboss.portal.portlet
Interface ResourceURL

All Superinterfaces:
ContainerURL

public interface ResourceURL
extends ContainerURL

Version:
$Revision: 630 $
Author:
Julien Viet

Method Summary
 CacheLevel getCacheability()
          Returns the resource cacheability.
 org.jboss.portal.Mode getMode()
          Returns the mode that may be null.
 StateString getNavigationalState()
          Return the navigational state that may be null.
 java.lang.String getResourceId()
          Returns the resource id
 StateString getResourceState()
          Returns the resource state.
 org.jboss.portal.WindowState getWindowState()
          Returns the window state that may be null.
 

Method Detail

getResourceId

java.lang.String getResourceId()
Returns the resource id

Returns:
the resource id

getResourceState

StateString getResourceState()
Returns the resource state.

Returns:
the resource state

getCacheability

CacheLevel getCacheability()
Returns the resource cacheability.

Returns:
the resource cacheability

getNavigationalState

StateString getNavigationalState()
Return the navigational state that may be null.

Returns:
the navigational state

getMode

org.jboss.portal.Mode getMode()
Returns the mode that may be null.

Returns:
the mode

getWindowState

org.jboss.portal.WindowState getWindowState()
Returns the window state that may be null.

Returns:
the window state


Copyright © 2008. All Rights Reserved.