| Package | Description |
|---|---|
| ch.ralscha.extdirectspring.generator | |
| ch.ralscha.extdirectspring.generator.validation |
| Modifier and Type | Method and Description |
|---|---|
static IncludeValidation |
IncludeValidation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IncludeValidation[] |
IncludeValidation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ModelBean |
ModelGenerator.createModel(Class<?> clazz,
IncludeValidation includeValidation)
Instrospects the provided class and creates a
ModelBean instance. |
static String |
ModelGenerator.generateJavascript(Class<?> clazz,
OutputFormat format,
IncludeValidation includeValidation,
boolean debug)
Instrospects the provided class, creates a model object (JS code) and
returns it.
|
static void |
ModelGenerator.writeModel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Class<?> clazz,
OutputFormat format,
IncludeValidation includeValidation,
boolean debug)
Instrospects the provided class, creates a model object (JS code) and
writes it into the response.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AbstractValidation.addValidationToModel(ModelBean model,
ModelFieldBean modelFieldBean,
Annotation fieldAnnotation,
IncludeValidation includeValidation) |
Copyright © 2010-2013. All Rights Reserved.