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 FormInfoFormElement.getFormInfo(org.apache.wiki.api.core.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 voidFormElement.storeFormInfo(org.apache.wiki.api.core.Context ctx, FormInfo info) Utility method stores a FormInfo object into the Context.