org.apache.myfaces.extensions.cdi.jsf.impl.config.view
Class ViewConfigExtension
java.lang.Object
org.apache.myfaces.extensions.cdi.jsf.impl.config.view.ViewConfigExtension
- All Implemented Interfaces:
- javax.enterprise.inject.spi.Extension, Deactivatable
public class ViewConfigExtension
- extends Object
- implements javax.enterprise.inject.spi.Extension, Deactivatable
- Author:
- Gerhard Petracek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewConfigExtension
public ViewConfigExtension()
processPageDefinitions
public void processPageDefinitions(@Observes
javax.enterprise.inject.spi.ProcessAnnotatedType processAnnotatedType)
beginViewConfigExtraction
protected void beginViewConfigExtraction()
endViewConfigExtraction
protected void endViewConfigExtraction()
setInlineViewConfigRootMarker
protected void setInlineViewConfigRootMarker(Class markerClass)
addPageDefinition
protected void addPageDefinition(Class<? extends ViewConfig> pageDefinitionClass)
isInlineViewConfig
protected boolean isInlineViewConfig(Class<? extends ViewConfig> beanClass)
addInlinePageDefinition
protected void addInlinePageDefinition(Class<? extends ViewConfig> beanClass)
createViewConfigEntry
protected ViewConfigEntry createViewConfigEntry(Class<? extends ViewConfig> viewDefinitionClass)
isActivated
public boolean isActivated()
- Specified by:
isActivated
in interface Deactivatable
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.