@ApplicationScoped public class MainDomainHandler extends Object implements DomainHandler
| Constructor and Description |
|---|
MainDomainHandler() |
| Modifier and Type | Method and Description |
|---|---|
DomainEditor |
getDomainEditor(boolean newInstance) |
String |
getName() |
int |
getPriority() |
ResourceOptions |
getResourceOptions(boolean newInstance) |
void |
postCommandProcessing(DataModelCommand command) |
boolean |
validateCommand(DataModelCommand command) |
public String getName()
getName in interface DomainHandlerpublic int getPriority()
getPriority in interface DomainHandlerpublic DomainEditor getDomainEditor(boolean newInstance)
getDomainEditor in interface DomainHandlerpublic ResourceOptions getResourceOptions(boolean newInstance)
getResourceOptions in interface DomainHandlerpublic boolean validateCommand(DataModelCommand command)
validateCommand in interface DomainHandlerpublic void postCommandProcessing(DataModelCommand command)
postCommandProcessing in interface DomainHandlerCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.