|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.scooterframework.web.route.Route
com.scooterframework.web.route.RegularRoute
com.scooterframework.web.route.NamedRoute
public class NamedRoute
NamedRoute class
Field Summary |
---|
Fields inherited from class com.scooterframework.web.route.Route |
---|
action, allowed_formats, allowed_methods, controller, controllerClass, dynamicAction, dynamicController, dynamicFormat, format, id, name, namespace, pathPrefix, requirements, singular, urlPattern |
Constructor Summary | |
---|---|
protected |
NamedRoute()
|
|
NamedRoute(java.lang.String name,
java.util.Properties p)
|
Method Summary | |
---|---|
RouteInfo |
getRouteInfo(RequestInfo requestInfo)
|
java.lang.String |
getRouteType()
|
boolean |
isRouteFor(RequestInfo requestInfo)
|
protected void |
validation()
|
Methods inherited from class com.scooterframework.web.route.Route |
---|
allowedFormats, allowedMethods, copy, getAction, getAllowedFormats, getAllowedMethods, getController, getControllerClass, getControllerClassName, getFormat, getId, getModel, getModelClassName, getName, getNamespace, getPathPrefix, getPathSegments, getRequiredFieldPositions, getRequirements, getScreenURL, getScreenURLPattern, getSingular, getURLPattern, getURLSegment, getViewPath, hasFormat, isAllowedFieldValue, isAllowedFormat, isAllowedMethod, parsePath, populateProperties, populateRequiredFields, segmentCount, toString, validateMethods |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected NamedRoute()
public NamedRoute(java.lang.String name, java.util.Properties p)
Method Detail |
---|
public java.lang.String getRouteType()
getRouteType
in class RegularRoute
public boolean isRouteFor(RequestInfo requestInfo)
isRouteFor
in class RegularRoute
public RouteInfo getRouteInfo(RequestInfo requestInfo)
getRouteInfo
in class Route
protected void validation()
validation
in class Route
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |