public abstract class BeanHandler extends Object implements Serializable
| Constructor and Description |
|---|
BeanHandler() |
public String getBeanName()
public boolean isUseActionShortcuts()
public void setUseActionShortcuts(boolean useActionShortcuts)
public boolean isEnableDoubleClickControl()
public void setEnableDoubleClickControl(boolean enableDoubleClickControl)
public boolean isEnabledForActionHandling()
public void setEnabledForActionHandling(boolean enabledForActionHandling)
@PostConstruct public void start()
protected void calculateActionShortcuts()
public String getActionName(String actionName)
actionName - action namepublic String getActionForShortcut(String shortcut)
shortcut - the possible shortcut whose action name is to be obtained.public CommandResponse handle(CommandRequest request, String action) throws Exception
Exceptionprotected CurrentComponentRenderer getCurrentComponentRenderer()
protected void beforeInvokeAction(CommandRequest request, String action) throws Exception
Exceptionprotected void afterInvokeAction(CommandRequest request, String action) throws Exception
Exceptionpublic void addFieldError(FactoryURL property, Exception e, Object propertyValue)
public void clearFieldErrors()
public List getFieldErrors()
public boolean hasError(String fieldName)
public void actionVoid(CommandRequest request)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.