Package org.jboss.as.jsf.subsystem
Class JSFImplListHandler
java.lang.Object
org.jboss.as.jsf.subsystem.JSFImplListHandler
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
public class JSFImplListHandler
extends Object
implements org.jboss.as.controller.OperationStepHandler
Defines and handles the list-active-jsf-impls operation.
- Author:
- Stan Silvert ssilvert@redhat.com (C) 2012 Red Hat Inc.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.as.controller.OperationDefinitionstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
-
Field Details
-
OPERATION_NAME
- See Also:
-
DEFINITION
public static final org.jboss.as.controller.OperationDefinition DEFINITION
-
-
Constructor Details
-
JSFImplListHandler
public JSFImplListHandler()
-
-
Method Details
-
execute
public void execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) throws org.jboss.as.controller.OperationFailedException - Specified by:
executein interfaceorg.jboss.as.controller.OperationStepHandler- Throws:
org.jboss.as.controller.OperationFailedException
-