Uses of Class
net.anotheria.asg.generator.forms.meta.MetaForm
-
Packages that use MetaForm Package Description net.anotheria.asg.generator.parser net.anotheria.asg.generator.view net.anotheria.asg.generator.view.action net.anotheria.asg.generator.view.jsp -
-
Uses of MetaForm in net.anotheria.asg.generator.parser
Methods in net.anotheria.asg.generator.parser that return types with arguments of type MetaForm Modifier and Type Method Description static java.util.List<MetaForm>XMLFormParser. parseForms(java.lang.String content)parseForms. -
Uses of MetaForm in net.anotheria.asg.generator.view
Methods in net.anotheria.asg.generator.view with parameters of type MetaForm Modifier and Type Method Description static java.lang.StringCMSMappingsConfiguratorGenerator. getFormName(MetaForm form)getFormName.static java.lang.StringCMSMappingsConfiguratorGenerator. getFormPath(MetaForm form)getFormPath. -
Uses of MetaForm in net.anotheria.asg.generator.view.action
Methods in net.anotheria.asg.generator.view.action with parameters of type MetaForm Modifier and Type Method Description GeneratedClassModuleActionsGenerator. generateFormAction(MetaForm form)generateFormAction.java.lang.StringModuleActionsGenerator. getFormActionName(MetaForm form)getFormActionName.static java.lang.StringModuleBeanGenerator. getFormBeanImport(MetaForm form)getFormBeanImport.static java.lang.StringModuleBeanGenerator. getFormBeanName(MetaForm form)getFormBeanName. -
Uses of MetaForm in net.anotheria.asg.generator.view.jsp
Methods in net.anotheria.asg.generator.view.jsp with parameters of type MetaForm Modifier and Type Method Description java.lang.StringJspGenerator. generateFormInclude(MetaForm form)generateFormInclude.java.lang.StringJspGenerator. getFormIncludePageName(MetaForm form)getFormIncludePageName.
-