|
|||||||||
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
public class RegularRoute
RegularRoute 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 |
RegularRoute()
|
|
RegularRoute(java.lang.String name,
java.util.Properties p)
|
Method Summary | |
---|---|
java.lang.String |
getRouteType()
|
boolean |
isRouteFor(RequestInfo requestInfo)
|
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, getRouteInfo, getScreenURL, getScreenURLPattern, getSingular, getURLPattern, getURLSegment, getViewPath, hasFormat, isAllowedFieldValue, isAllowedFormat, isAllowedMethod, parsePath, populateProperties, populateRequiredFields, segmentCount, toString, validateMethods, validation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected RegularRoute()
public RegularRoute(java.lang.String name, java.util.Properties p)
Method Detail |
---|
public java.lang.String getRouteType()
getRouteType
in class Route
public boolean isRouteFor(RequestInfo requestInfo)
isRouteFor
in class Route
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |