org.juzu.metadata
Class ControllerMethod

java.lang.Object
  extended by org.juzu.metadata.ControllerMethod

public final class ControllerMethod
extends Object

A controller method.

Author:
Julien Viet

Constructor Summary
ControllerMethod(String id, Phase phase, Class<?> type, Method method, List<ControllerParameter> argumentParameters)
           
 
Method Summary
 List<ControllerParameter> getArgumentParameters()
           
 String getId()
           
 Method getMethod()
           
 String getName()
           
 Phase getPhase()
           
 Class<?> getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ControllerMethod

public ControllerMethod(String id,
                        Phase phase,
                        Class<?> type,
                        Method method,
                        List<ControllerParameter> argumentParameters)
Method Detail

getId

public String getId()

getPhase

public Phase getPhase()

getType

public Class<?> getType()

getMethod

public Method getMethod()

getName

public String getName()

getArgumentParameters

public List<ControllerParameter> getArgumentParameters()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 eXo Platform SAS. All Rights Reserved.