Class DDMFormFactoryHelper
java.lang.Object
com.liferay.dynamic.data.mapping.util.DDMFormFactoryHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcollectDDMFormFieldMethodsMap(Class<?> clazz, Map<String, Method> methodsMap) protected voidcollectResourceBundles(Class<?> clazz, List<ResourceBundle> resourceBundles, Locale locale) protected Collection<Method>protected List<DDMFormField>protected List<DDMFormRule>protected Localeprotected ResourceBundlegetResourceBundle(Locale locale) protected Stringprotected Collection<Method>getSortedMethods(Map<String, Method> methodsMap) protected voidmoveInputParameterRequiredToLastPosition(Map<String, Method> methodsMap)
-
Constructor Details
-
DDMFormFactoryHelper
-
-
Method Details
-
createDDMForm
-
collectDDMFormFieldMethodsMap
-
collectResourceBundles
protected void collectResourceBundles(Class<?> clazz, List<ResourceBundle> resourceBundles, Locale locale) -
getAvailableLocales
-
getDDMFormFieldMethods
-
getDDMFormFields
-
getDDMFormRules
-
getDefaultLocale
-
getResourceBundle
-
getResourceBundleBaseName
-
getSortedMethods
-
moveInputParameterRequiredToLastPosition
-