org.jboss.seam.faces.view.config
Class ViewConfigExtension

java.lang.Object
  extended by org.jboss.seam.faces.view.config.ViewConfigExtension
All Implemented Interfaces:
Extension

public class ViewConfigExtension
extends Object
implements Extension

Extension that scans enums for view specific configuration

Author:
stuart, Brian Leathem

Constructor Summary
ViewConfigExtension()
           
 
Method Summary
 Map<String,Set<Annotation>> getData()
           
<T> void
processAnnotatedType(ProcessAnnotatedType<T> event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewConfigExtension

public ViewConfigExtension()
Method Detail

processAnnotatedType

public <T> void processAnnotatedType(@Observes
                                     ProcessAnnotatedType<T> event)

getData

public Map<String,Set<Annotation>> getData()


Copyright © 2009-2011 Seam Framework. All Rights Reserved.