org.juzu.metadata
Class ControllerDescriptor

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

public class ControllerDescriptor
extends Object

Author:
Julien Viet

Constructor Summary
ControllerDescriptor(Class<?> type, List<ControllerMethod> methods)
           
 
Method Summary
 List<ControllerMethod> getMethods()
           
 Class<?> getType()
           
 String getTypeName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControllerDescriptor

public ControllerDescriptor(Class<?> type,
                            List<ControllerMethod> methods)
Method Detail

getTypeName

public String getTypeName()

getType

public Class<?> getType()

getMethods

public List<ControllerMethod> getMethods()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.