org.xulfaces.annotation.processor.faces
Class FacesAnnotationProcessor.Component

java.lang.Object
  extended by org.xulfaces.annotation.processor.faces.FacesAnnotationProcessor.Component
Enclosing class:
FacesAnnotationProcessor

public class FacesAnnotationProcessor.Component
extends java.lang.Object


Constructor Summary
FacesAnnotationProcessor.Component(COMPONENT component, java.lang.Class currentClass)
           
 
Method Summary
 java.util.List<FacesAnnotationProcessor.Attribute> getAttributes()
           
 java.lang.String getClassname()
           
 java.lang.String getType()
           
 void setAttributes(java.util.List<FacesAnnotationProcessor.Attribute> attributes)
           
 void setClassname(java.lang.String classname)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesAnnotationProcessor.Component

public FacesAnnotationProcessor.Component(COMPONENT component,
                                          java.lang.Class currentClass)
Method Detail

getAttributes

public java.util.List<FacesAnnotationProcessor.Attribute> getAttributes()

setAttributes

public void setAttributes(java.util.List<FacesAnnotationProcessor.Attribute> attributes)

getClassname

public java.lang.String getClassname()

setClassname

public void setClassname(java.lang.String classname)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)


Copyright © 2007 null. All Rights Reserved.