public class PetiteMadvocController extends MadvocController
Modifier and Type | Field and Description |
---|---|
protected boolean |
applyCharacterEncoding |
protected PetiteContainer |
petiteContainer |
protected boolean |
preventCaching |
protected java.lang.String |
welcomeFile |
actionPathRewriter, actionsManager, asyncActionExecutor, madvocEncoding, resultsManager, servletContextProvider
Constructor and Description |
---|
PetiteMadvocController() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
createAction(java.lang.Class actionClass)
Acquires action from Petite container.
|
java.lang.String |
getWelcomeFile() |
boolean |
isApplyCharacterEncoding() |
boolean |
isPreventCaching() |
void |
setApplyCharacterEncoding(boolean applyCharacterEncoding)
Defines is character encoding has to be set by Madvoc into the request and response.
|
void |
setPreventCaching(boolean preventCaching)
Specifies if Madvoc should add response params to prevent browser caching.
|
void |
setWelcomeFile(java.lang.String welcomeFile)
Sets the welcome file as defined by servlet container.
|
createActionRequest, getApplicationContext, invoke, ready, render
@PetiteInject protected PetiteContainer petiteContainer
protected boolean applyCharacterEncoding
protected boolean preventCaching
protected java.lang.String welcomeFile
protected java.lang.Object createAction(java.lang.Class actionClass)
createAction
in class MadvocController
public boolean isApplyCharacterEncoding()
public void setApplyCharacterEncoding(boolean applyCharacterEncoding)
public boolean isPreventCaching()
public void setPreventCaching(boolean preventCaching)
public java.lang.String getWelcomeFile()
public void setWelcomeFile(java.lang.String welcomeFile)
Copyright © 2003-present Jodd Team