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 java.lang.Object
implements Extension

Extension that scans enums for view specific configuration

Author:
stuart, Brian Leathem

Constructor Summary
ViewConfigExtension()
           
 
Method Summary
 java.util.Map<java.lang.String,java.util.Set<java.lang.annotation.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 java.util.Map<java.lang.String,java.util.Set<java.lang.annotation.Annotation>> getData()


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