public class CompressionHintViewConfigurator extends Object implements ViewConfigurator
| Modifier and Type | Field and Description |
|---|---|
static CompressionHintViewConfigurator |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration)
Apply this configurator to the given configuration.
|
static CompressedMethodsInformation |
getCompressedMethodsInformation(Class<?> viewClass) |
public static final CompressionHintViewConfigurator INSTANCE
public void configure(org.jboss.as.server.deployment.DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration)
throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
ViewConfiguratorconfigure in interface ViewConfiguratorcontext - the deployment phase contextcomponentConfiguration - the completed component configurationdescription - the completed view descriptionconfiguration - the view configuration to build on toorg.jboss.as.server.deployment.DeploymentUnitProcessingException - if configuration failspublic static CompressedMethodsInformation getCompressedMethodsInformation(Class<?> viewClass)
Copyright © 2021 JBoss by Red Hat. All rights reserved.