Uses of Class
facets.core.app.ActionAppSurface.CachingStyle

Packages that use ActionAppSurface.CachingStyle
facets.core.app Extensions and partial specialisations of core Superficial types. 
facets.facet.app General application building. 
 

Uses of ActionAppSurface.CachingStyle in facets.core.app
 

Methods in facets.core.app that return ActionAppSurface.CachingStyle
protected abstract  ActionAppSurface.CachingStyle ActionAppSurface.cachingStyle()
           
static ActionAppSurface.CachingStyle ActionAppSurface.CachingStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ActionAppSurface.CachingStyle[] ActionAppSurface.CachingStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ActionAppSurface.CachingStyle in facets.facet.app
 

Methods in facets.facet.app that return ActionAppSurface.CachingStyle
protected  ActionAppSurface.CachingStyle FacetAppSurface.cachingStyle()