public class EntityBeanObjectViewConfigurator extends Object implements ViewConfigurator
| Constructor and Description |
|---|
EntityBeanObjectViewConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(DeploymentPhaseContext context,
ComponentConfiguration componentConfiguration,
ViewDescription description,
ViewConfiguration configuration)
Apply this configurator to the given configuration.
|
protected org.jboss.invocation.InterceptorFactory |
getEjbCreateInterceptorFactory() |
protected org.jboss.invocation.InterceptorFactory |
getEjbRemoveInterceptorFactory(Method remove) |
protected void |
handleNonBeanMethod(ComponentConfiguration componentConfiguration,
ViewConfiguration configuration,
DeploymentReflectionIndex index,
Method method)
Handle method found on the view that is not implemented by the entity bean impl.
|
public void configure(DeploymentPhaseContext context, ComponentConfiguration componentConfiguration, ViewDescription description, ViewConfiguration configuration) throws DeploymentUnitProcessingException
ViewConfiguratorconfigure in interface ViewConfiguratorcontext - the deployment phase contextcomponentConfiguration - the completed component configurationdescription - the completed view descriptionconfiguration - the view configuration to build on toDeploymentUnitProcessingException - if configuration failsprotected void handleNonBeanMethod(ComponentConfiguration componentConfiguration, ViewConfiguration configuration, DeploymentReflectionIndex index, Method method) throws DeploymentUnitProcessingException
componentConfiguration - configuration - index - method - DeploymentUnitProcessingExceptionprotected org.jboss.invocation.InterceptorFactory getEjbCreateInterceptorFactory()
protected org.jboss.invocation.InterceptorFactory getEjbRemoveInterceptorFactory(Method remove)
Copyright © 2014 JBoss by Red Hat. All rights reserved.