JSF-Spring

de.mindmatters.faces.spring.factory.aspectj
Class UIComponentDefinition

java.lang.Object
  extended by de.mindmatters.faces.spring.factory.aspectj.UIComponentDefinition

public final class UIComponentDefinition
extends java.lang.Object

A UIComponentDefinition encapsulates and describes a UIComponent instance. Description (e.g. component type) is needed for registration purposes.

Author:
Andreas Kuhrwahl

Constructor Summary
UIComponentDefinition(java.lang.String componentType, java.lang.String componentClassName)
          Creates a definition with the given descriptors.
 
Method Summary
 java.lang.String getComponentClassName()
           
 java.lang.String getComponentType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIComponentDefinition

public UIComponentDefinition(java.lang.String componentType,
                             java.lang.String componentClassName)
Creates a definition with the given descriptors.

Parameters:
componentType - the type of the component
componentClassName - the class name of the component
Method Detail

getComponentType

public java.lang.String getComponentType()
Returns:
the type of the component

getComponentClassName

public java.lang.String getComponentClassName()
Returns:
the class name of the component

JSF-Spring

Copyright © 2006 mindmatters GmbH & Co. KG