Uses of Class
org.apache.wiki.forms.FormInfo
Packages that use FormInfo
-
Uses of FormInfo in org.apache.wiki.forms
Methods in org.apache.wiki.forms that return FormInfoModifier and TypeMethodDescriptionprotected FormInfo
FormElement.getFormInfo
(Context ctx) Attempts to retrieve information on the currently handled form from the Context.Methods in org.apache.wiki.forms with parameters of type FormInfoModifier and TypeMethodDescriptionprotected void
FormElement.storeFormInfo
(Context ctx, FormInfo info) Utility method stores a FormInfo object into the Context.