org.vraptor
Interface LogicDefinition

All Known Implementing Classes:
DefaultLogicDefinition

public interface LogicDefinition

The logic definition to be executed.

Since:
2.4
Author:
Guilherme Silveira

Method Summary
 Object getComponent()
          Returns the component where the action will be executed.
 ComponentType getComponentType()
           
 LogicMethod getLogicMethod()
           
 Object[] getParameters()
           
 

Method Detail

getComponent

Object getComponent()
Returns the component where the action will be executed.

Returns:
the component

getComponentType

ComponentType getComponentType()

getLogicMethod

LogicMethod getLogicMethod()

getParameters

Object[] getParameters()


Copyright © 2004-2008 VRaptor. All Rights Reserved.