|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectledge.web.WebConfigurator
public class WebConfigurator
MVC configuration component - it provides the access to common MVC configuration.
| Field Summary | |
|---|---|
private String |
actionToken
the action token |
static String |
DEFAULT_ACTION_TOKEN
the default action token. |
static String |
DEFAULT_CONTENT_TYPE
the default content type. |
static String |
DEFAULT_ENCODING
the default encoding. |
static String |
DEFAULT_VIEW_TOKEN
the default view token. |
private String |
defaultContentType
the default content type |
private String |
defaultEncoding
the default encoding |
private String |
viewToken
the view token |
| Constructor Summary | |
|---|---|
WebConfigurator(org.jcontainer.dna.Configuration config)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getActionToken()
Get the action choice request parameter name. |
String |
getDefaultContentType()
Get the default content type of MVC created pages. |
String |
getDefaultEncoding()
Get the default encoding of MVC created pages. |
String |
getViewToken()
Get the view choice request parameter name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_ENCODING
public static final String DEFAULT_CONTENT_TYPE
public static final String DEFAULT_VIEW_TOKEN
public static final String DEFAULT_ACTION_TOKEN
private String defaultEncoding
private String defaultContentType
private String viewToken
private String actionToken
| Constructor Detail |
|---|
public WebConfigurator(org.jcontainer.dna.Configuration config)
config - the configuration.| Method Detail |
|---|
public String getDefaultEncoding()
public String getDefaultContentType()
public String getViewToken()
public String getActionToken()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||