public abstract class BaseUIComponent extends UIBeanHandler
| Constructor and Description |
|---|
BaseUIComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionStart(CommandRequest request) |
abstract void |
doStart(CommandRequest request) |
abstract String |
getBaseComponentJSP() |
CommandResponse |
handle(CommandRequest request,
String action) |
afterRenderBean, beforeRenderBean, getBeanJSPactionVoid, addFieldError, afterInvokeAction, beforeInvokeAction, calculateActionShortcuts, clearFieldErrors, getActionForShortcut, getActionName, getBeanName, getExtraActionParams, getFieldErrors, hasError, isEnabledForActionHandling, isEnableDoubleClickControl, isUseActionShortcuts, setEnabledForActionHandling, setEnableDoubleClickControl, setUseActionShortcuts, startpublic abstract String getBaseComponentJSP()
public abstract void doStart(CommandRequest request)
public CommandResponse handle(CommandRequest request, String action) throws Exception
handle in class BeanHandlerExceptionpublic void actionStart(CommandRequest request)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.