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.coreMethods in org.apache.wiki.api.core that return ContextEnum Modifier and Type Method Description static ContextEnumContextEnum. 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.
 
-