com.khubla.pragmatach.framework.controller
Class ControllerClasses
java.lang.Object
  
com.khubla.pragmatach.framework.controller.ControllerClasses
public class ControllerClasses
- extends Object
 
- Author:
 
  - tome
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ControllerClasses
public ControllerClasses()
buildDB
public static void buildDB()
                    throws PragmatachException
- do the annotations scan
- Throws:
 PragmatachException
 
 
getControllers
public static Set<Class<?>> getControllers()
 
getRouterMethods
public static Set<Method> getRouterMethods()
 
setControllers
public static void setControllers(Set<Class<?>> controllers)
 
setRouterMethods
public static void setRouterMethods(Set<Method> routerMethods)
 
Copyright © 2014 khubla.com. All rights reserved.