| Package | Description |
|---|---|
| ch.ralscha.extdirectspring.generator | |
| ch.ralscha.extdirectspring.generator.association | |
| ch.ralscha.extdirectspring.generator.validation |
| Modifier and Type | Method and Description |
|---|---|
static ModelBean |
ModelGenerator.createModel(Class<?> clazz)
Instrospects the provided class and creates a
ModelBean instance. |
static ModelBean |
ModelGenerator.createModel(Class<?> clazz,
IncludeValidation includeValidation)
Instrospects the provided class and creates a
ModelBean instance. |
| Modifier and Type | Method and Description |
|---|---|
static String |
ModelGenerator.generateJavascript(ModelBean model,
OutputFormat format,
boolean debug)
Creates JS code based on the provided
ModelBean in the specified
OutputFormat. |
static void |
ModelGenerator.writeModel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ModelBean model,
OutputFormat format)
Creates a model object (JS code) based on the provided
ModelBean
and writes it into the response. |
static void |
ModelGenerator.writeModel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ModelBean model,
OutputFormat format,
boolean debug)
Creates a model object (JS code) based on the provided ModelBean and
writes it into the response.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractAssociation |
AbstractAssociation.createAssociation(ModelAssociation associationAnnotation,
ModelBean model,
Field field) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AbstractValidation.addValidationToModel(ModelBean model,
ModelFieldBean modelFieldBean,
Annotation fieldAnnotation,
IncludeValidation includeValidation) |
Copyright © 2010-2013. All Rights Reserved.