Uses of Class
org.apache.wiki.api.core.ContextEnum
-
Packages that use ContextEnum Package Description org.apache.wiki.api.core JSPWiki's central API. -
-
Uses of ContextEnum in org.apache.wiki.api.core
Methods in org.apache.wiki.api.core that return ContextEnum Modifier and Type Method Description static ContextEnum
ContextEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ContextEnum[]
ContextEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-