aerogear-controller 1.0.0.Alpha

org.jboss.aerogear.controller.router
Interface Route

All Known Implementing Classes:
DefaultRoute

public interface Route


Method Summary
 Set<RequestMethod> getMethods()
           
 String getPath()
           
 Class<?> getTargetClass()
           
 Method getTargetMethod()
           
 boolean isParameterized()
           
 boolean matches(RequestMethod method, String path)
           
 

Method Detail

getMethods

Set<RequestMethod> getMethods()

getPath

String getPath()

getTargetMethod

Method getTargetMethod()

getTargetClass

Class<?> getTargetClass()

matches

boolean matches(RequestMethod method,
                String path)

isParameterized

boolean isParameterized()

aerogear-controller 1.0.0.Alpha

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.