Class N2oRouteRegister
- java.lang.Object
-
- net.n2oapp.framework.config.register.route.N2oRouteRegister
-
- All Implemented Interfaces:
java.lang.Iterable<java.util.Map.Entry<RouteInfoKey,CompileContext>>,RouteRegister
public class N2oRouteRegister extends java.lang.Object implements RouteRegister
Хранилище RouteInfo
-
-
Constructor Summary
Constructors Constructor Description N2oRouteRegister()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRoute(java.lang.String urlPattern, CompileContext<? extends Compiled,?> context)voidclear(java.lang.String startUrlMatching)java.util.Iterator<java.util.Map.Entry<RouteInfoKey,CompileContext>>iterator()
-
-
-
Method Detail
-
addRoute
public void addRoute(java.lang.String urlPattern, CompileContext<? extends Compiled,?> context)- Specified by:
addRoutein interfaceRouteRegister
-
iterator
public java.util.Iterator<java.util.Map.Entry<RouteInfoKey,CompileContext>> iterator()
- Specified by:
iteratorin interfacejava.lang.Iterable<java.util.Map.Entry<RouteInfoKey,CompileContext>>
-
clear
public void clear(java.lang.String startUrlMatching)
- Specified by:
clearin interfaceRouteRegister
-
-