Package org.gatein.pc.api
Interface ResourceURL
- All Superinterfaces:
ContainerURL
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
Method Summary
Modifier and TypeMethodDescriptionReturns the resource cacheability.Returns the resource idReturns the resource state.Methods inherited from interface org.gatein.pc.api.ContainerURL
getMode, getNavigationalState, getProperties, getWindowState
-
Method Details
-
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
-