@ApplicationScoped @Named(value="adminh") public class AdminHandler extends BeanHandler
BeanHandler.HandlerTrace
Modifier and Type | Field and Description |
---|---|
static String |
PREVIEW_ATTRIBUTE |
Constructor and Description |
---|
AdminHandler() |
Modifier and Type | Method and Description |
---|---|
CommandResponse |
actionCancel(CommandRequest request)
Cancel operation, show current screen
|
CommandResponse |
actionChangeAdminSkin(CommandRequest request)
Change the skin to use in admin mode
|
CommandResponse |
actionChangeLanguage(CommandRequest request)
Change the language to use in admin mode
|
CommandResponse |
actionChangeScopeForElement(CommandRequest request)
Change workspace for a given element
|
CommandResponse |
actionConfirmNewElement(CommandRequest request)
Confirm creation of an Element
|
CommandResponse |
actionDeleteElement(CommandRequest request)
Delete an element
|
CommandResponse |
actionPreviewGraphicElement(CommandRequest request) |
CommandResponse |
actionPreviewNewElement(CommandRequest request)
Create a preview, and redirect to preview screen
|
protected static boolean |
isValidId(String s) |
actionVoid, addFieldError, afterInvokeAction, beforeInvokeAction, calculateActionShortcuts, clearFieldErrors, getActionForShortcut, getActionName, getBeanName, getFieldErrors, handle, hasError, isEnabledForActionHandling, isEnableDoubleClickControl, isUseActionShortcuts, setEnabledForActionHandling, setEnableDoubleClickControl, setUseActionShortcuts, start
public static final String PREVIEW_ATTRIBUTE
public CommandResponse actionChangeScopeForElement(CommandRequest request) throws Exception
Exception
public CommandResponse actionDeleteElement(CommandRequest request) throws Exception
Exception
public CommandResponse actionPreviewNewElement(CommandRequest request) throws Exception
Exception
public CommandResponse actionConfirmNewElement(CommandRequest request) throws Exception
Exception
public CommandResponse actionChangeAdminSkin(CommandRequest request) throws Exception
Exception
public CommandResponse actionCancel(CommandRequest request) throws Exception
Exception
public CommandResponse actionChangeLanguage(CommandRequest request) throws Exception
Exception
protected static boolean isValidId(String s)
public CommandResponse actionPreviewGraphicElement(CommandRequest request) throws Exception
Exception
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.