| Package | Description |
|---|---|
| ch.ralscha.extdirectspring.generator |
| Modifier and Type | Method and Description |
|---|---|
static ModelBean |
ModelGenerator.createModel(Class<?> clazz)
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.
|
Copyright © 2010-2012. All Rights Reserved.