org.vraptor.component
Class Component

java.lang.Object
  extended by org.vraptor.component.Component

public class Component
extends Object

Encapsulates the componentInstantiatedObject type, logic and the instatiated object itself.

Author:
Paulo Silveira

Constructor Summary
Component(ComponentType componentType, LogicMethod logicMethod)
           
 
Method Summary
 ComponentType getComponentType()
          The componentInstantiatedObject type used to instantiate this componentInstantiatedObject
 LogicMethod getLogicMethod()
          The method that should be invoked in this componentInstantiatedObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Component

public Component(ComponentType componentType,
                 LogicMethod logicMethod)
Method Detail

getComponentType

public ComponentType getComponentType()
The componentInstantiatedObject type used to instantiate this componentInstantiatedObject

Returns:

getLogicMethod

public LogicMethod getLogicMethod()
The method that should be invoked in this componentInstantiatedObject

Returns:


Copyright © 2004-2008 VRaptor. All Rights Reserved.