public class XRouter<T> extends Object
XRouter()
void
add(String path, int type, String method, T handler)
add(String path, T handler)
List<T>
matchAll(XContext context, int type)
T
matchOne(XContext context, int type)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public XRouter()
public void add(String path, T handler)
public void add(String path, int type, String method, T handler)
public T matchOne(XContext context, int type)
public List<T> matchAll(XContext context, int type)
Copyright © 2019. All rights reserved.