public abstract class SessionBeanObjectViewConfigurator extends Object implements ViewConfigurator
Constructor and Description |
---|
SessionBeanObjectViewConfigurator() |
Modifier and Type | Method and Description |
---|---|
void |
configure(DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration)
Apply this configurator to the given configuration.
|
protected abstract void |
handleIsIdenticalMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
DeploymentReflectionIndex index,
Method method) |
protected abstract void |
handleRemoveMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
DeploymentReflectionIndex index,
Method method) |
protected Method |
resolveRemoveMethod(Class<?> componentClass,
DeploymentReflectionIndex index,
String ejbName) |
public void configure(DeploymentPhaseContext context, ComponentConfiguration componentConfiguration, ViewDescription description, ViewConfiguration configuration) throws DeploymentUnitProcessingException
ViewConfigurator
configure
in interface ViewConfigurator
context
- the deployment phase contextcomponentConfiguration
- the completed component configurationdescription
- the completed view descriptionconfiguration
- the view configuration to build on toDeploymentUnitProcessingException
- if configuration failsprotected abstract void handleIsIdenticalMethod(ComponentConfiguration componentConfiguration, ViewConfiguration configuration, DeploymentReflectionIndex index, Method method)
protected abstract void handleRemoveMethod(ComponentConfiguration componentConfiguration, ViewConfiguration configuration, DeploymentReflectionIndex index, Method method) throws DeploymentUnitProcessingException
protected Method resolveRemoveMethod(Class<?> componentClass, DeploymentReflectionIndex index, String ejbName) throws DeploymentUnitProcessingException
Copyright © 2015 JBoss by Red Hat. All rights reserved.