org.vraptor.component
Class Component
java.lang.Object
org.vraptor.component.Component
public class Component
- extends Object
Encapsulates the componentInstantiatedObject type, logic and the instatiated object itself.
- Author:
- Paulo Silveira
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Component
public Component(ComponentType componentType,
LogicMethod logicMethod)
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.