public class DefaultJsfProfileCompletionHandler extends Object implements ProfileParsingCompletionHandler
ProfileParsingCompletionHandler that installs a default JSF extension and subsystem if the
profile included legacy web subsystem versions and did not include a JSF subsystem.| Constructor and Description |
|---|
DefaultJsfProfileCompletionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleProfileParsingCompletion(Map<String,List<org.jboss.dmr.ModelNode>> profileBootOperations,
List<org.jboss.dmr.ModelNode> otherBootOperations)
Callback indicating normal parsing of a profile is completed.
|
public void handleProfileParsingCompletion(Map<String,List<org.jboss.dmr.ModelNode>> profileBootOperations, List<org.jboss.dmr.ModelNode> otherBootOperations)
ProfileParsingCompletionHandlerhandleProfileParsingCompletion in interface ProfileParsingCompletionHandlerprofileBootOperations - the boot operations added by subsystems in the profile, keyed by the URI of the
xml namespace used for the subsystemotherBootOperations - other operations registered in the boot prior to parsing of the profileCopyright © 2014 JBoss by Red Hat. All rights reserved.