- Enclosing interface:
- Routing
public static interface Routing.Entry
A routing entry.
-
Method Summary
Modifier and Type Method Description HandlergetHandler()Return the handler.StringgetPath()Return the full path of the entry.Set<Role>getRoles()Return the roles.Routing.TypegetType()Return the type of entry.
-
Method Details
-
getType
Routing.Type getType()Return the type of entry. -
getPath
String getPath()Return the full path of the entry. -
getHandler
Handler getHandler()Return the handler. -
getRoles
Return the roles.
-