Uses of Class
org.apache.tapestry5.services.pageload.ReferenceType
-
Packages that use ReferenceType Package Description org.apache.tapestry5.services.pageload Services for locating and loading pages and component resources. -
-
Uses of ReferenceType in org.apache.tapestry5.services.pageload
Methods in org.apache.tapestry5.services.pageload that return ReferenceType Modifier and Type Method Description ReferenceType
PageCachingReferenceTypeService. get(java.lang.String canonicalPageName)
Defines which reference type should be used to cache instances of the given page.static ReferenceType
ReferenceType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReferenceType[]
ReferenceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-