com.khubla.pragmatach.framework.controller
Class ControllerClasses

java.lang.Object
  extended by com.khubla.pragmatach.framework.controller.ControllerClasses

public class ControllerClasses
extends Object

Author:
tome

Constructor Summary
ControllerClasses()
           
 
Method Summary
static void buildDB()
          do the annotations scan
static Set<Class<?>> getControllers()
           
static Set<Method> getRouterMethods()
           
static void setControllers(Set<Class<?>> controllers)
           
static void setRouterMethods(Set<Method> routerMethods)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControllerClasses

public ControllerClasses()
Method Detail

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.