Package org.gatein.pc.api
Interface ResourceURL
-
- All Superinterfaces:
ContainerURL
public interface ResourceURL extends ContainerURL
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CacheLevelgetCacheability()Returns the resource cacheability.StringgetResourceId()Returns the resource idStateStringgetResourceState()Returns the resource state.-
Methods inherited from interface org.gatein.pc.api.ContainerURL
getMode, getNavigationalState, getProperties, getWindowState
-
-
-
-
Method Detail
-
getResourceId
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
-
-