com.khubla.pragmatach.framework.router
Class PragmatachRoutes

java.lang.Object
  extended by com.khubla.pragmatach.framework.router.PragmatachRoutes

public class PragmatachRoutes
extends Object

all routes, both GET and POST, sorted.

Author:
tome

Method Summary
 List<PragmatachRoute> getAllRoutes()
          get all known routes for all HTTP methods
 List<PragmatachRoute> getGETRoutes()
          get all GET routes
static PragmatachRoutes getInstance()
          getter
 List<PragmatachRoute> getPOSTRoutes()
          get all POST routes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PragmatachRoutes getInstance()
                                    throws PragmatachException
getter

Throws:
PragmatachException

getAllRoutes

public List<PragmatachRoute> getAllRoutes()
get all known routes for all HTTP methods


getGETRoutes

public List<PragmatachRoute> getGETRoutes()
get all GET routes


getPOSTRoutes

public List<PragmatachRoute> getPOSTRoutes()
get all POST routes



Copyright © 2014 khubla.com. All rights reserved.