|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.jot.web.ctrl.JOTController
net.jot.web.view.JOTView
net.jot.web.views.JOTLazyView
public class JOTLazyView
Provides a plain, empty View. Not much use besides a temporary place holder.
| Field Summary |
|---|
| Fields inherited from class net.jot.web.ctrl.JOTController |
|---|
filterChain, filterConfig, request, response, RESULT_COMPLETED, RESULT_FAILURE, RESULT_FORBIDDEN, RESULT_SUCCESS, RESULT_VALIDATION_FAILURE, session |
| Constructor Summary | |
|---|---|
JOTLazyView()
|
|
| Method Summary | |
|---|---|
protected void |
getViewData()
|
void |
prepareViewData()
Just override in subclass if you want to add more things to the view |
boolean |
validatePermissions()
Implements this to check wether the user is allowed to use your controller. |
| Methods inherited from class net.jot.web.view.JOTView |
|---|
addBlock, addForm, addTag, addVariable, getBlocks, getBuiltinTemplate, getForms, getTags, getVariables, isProvideRequestParameters, process, setBuiltinTemplate, setProvideRequestParameters |
| Methods inherited from class net.jot.web.ctrl.JOTController |
|---|
getDataHolder, getForm, init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JOTLazyView()
| Method Detail |
|---|
protected void getViewData()
throws java.lang.Exception
java.lang.Exception
public void prepareViewData()
throws java.lang.Exception
prepareViewData in class JOTViewjava.lang.Exceptionpublic boolean validatePermissions()
JOTController
validatePermissions in class JOTController
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||