Package org.jboss.as.ee.component
Interface ViewInstanceFactory
public interface ViewInstanceFactory
Factory that can be used to customize a views proxy creation
TODO: this needs to be thought through a bit more
- Author:
- Stuart Douglas
-
Method Summary
Modifier and TypeMethodDescriptioncreateViewInstance(ComponentView componentView, Map<Object, Object> contextData)
-
Method Details
-
createViewInstance
ManagedReference createViewInstance(ComponentView componentView, Map<Object, Object> contextData) throws Exception- Throws:
Exception
-