public class JspController
extends com.axemble.vdoc.sdk.impl.base.BaseBlockController
IBlockController.IRenderOptions
Modifier and Type | Field and Description |
---|---|
static String |
JSP_BLOCK |
protected static org.apache.log4j.Logger |
log |
static String |
TAG_VIEWS_PATH |
static String |
TLD_PATH |
modelAndViewList
Constructor and Description |
---|
JspController() |
Modifier and Type | Method and Description |
---|---|
void |
prepareAlternateModel(com.axemble.easysite.ui.runtime.ContextHandler contextHandler,
IRenderModel alternateModel) |
protected int |
prepareBlock() |
void |
prepareModel(IRenderModel model)
Allows to set some values to the
IRenderModule object. |
void |
processEvent(String eventName,
String eventValue)
Allows to handle events.
|
void |
processForm() |
doHandleEvent, doHandleForm, evaluateBookmarks, getBlock, getBlockContext, getSiteModule, prepareContentNode, prepareModel
getBlockContext, getBlockInstance, getModelAndViewList, setBlockInstance, setModelAndViewList
buildDefaultModel, doHandlePagerEvent, finalize, getContentNodeContext, getContentNodeInstance, getView, setContentNodeInstance, setView
protected static org.apache.log4j.Logger log
public static final String TAG_VIEWS_PATH
public static final String TLD_PATH
public static final String JSP_BLOCK
public void processEvent(String eventName, String eventValue) throws Exception
com.axemble.vdoc.sdk.impl.base.BaseBlockController
processEvent
in class com.axemble.vdoc.sdk.impl.base.BaseBlockController
eventName
- eventValue
- Exception
public void prepareModel(IRenderModel model) throws Exception
com.axemble.vdoc.sdk.impl.base.BaseBlockController
IRenderModule
object.prepareModel
in class com.axemble.vdoc.sdk.impl.base.BaseBlockController
model
- The IRenderModel
object.Exception
- Default exception.protected int prepareBlock() throws Exception
prepareBlock
in class com.axemble.vdoc.sdk.impl.base.BaseBlockController
Exception
public void prepareAlternateModel(com.axemble.easysite.ui.runtime.ContextHandler contextHandler, IRenderModel alternateModel) throws Exception
prepareAlternateModel
in interface com.axemble.easysite.mvc.controllers.IContentNodeController
prepareAlternateModel
in class com.axemble.easysite.mvc.controllers.AbstractContentNodeController
Exception
Copyright © 2021 Visiativ Software. All rights reserved.