public class AtMap extends Object
AtMap()
void
add(String key, String actionPath)
addMethod(String url, Method method)
AtMap
clear()
String
get(String key)
List<Pair<String>>
getAll()
getList(String... prefixes)
Map<String,Method>
getMethodMapping()
Set<String>
keys()
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AtMap()
public void add(String key, String actionPath)
public void addMethod(String url, Method method)
public Set<String> keys()
public Map<String,Method> getMethodMapping()
public int size()
public String get(String key)
public AtMap clear()
public List<Pair<String>> getAll()
public List<Pair<String>> getList(String... prefixes)
Copyright © 2017. All rights reserved.