Class DefaultJsfProfileCompletionHandler

  • All Implemented Interfaces:
    org.jboss.as.controller.parsing.ProfileParsingCompletionHandler

    public class DefaultJsfProfileCompletionHandler
    extends Object
    implements org.jboss.as.controller.parsing.ProfileParsingCompletionHandler
    ProfileParsingCompletionHandler that installs a default Jakarta Server Faces extension and subsystem if the profile included legacy web subsystem versions and did not include a Jakarta Server Faces subsystem.
    Author:
    Brian Stansberry (c) 2011 Red Hat Inc.
    • Constructor Detail

      • DefaultJsfProfileCompletionHandler

        public DefaultJsfProfileCompletionHandler()
    • Method Detail

      • handleProfileParsingCompletion

        public void handleProfileParsingCompletion​(Map<String,​List<org.jboss.dmr.ModelNode>> profileBootOperations,
                                                   List<org.jboss.dmr.ModelNode> otherBootOperations)
        Specified by:
        handleProfileParsingCompletion in interface org.jboss.as.controller.parsing.ProfileParsingCompletionHandler