|
|||||||||
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.DefaultRoute
public class DefaultRoute
DefaultRoute 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 | |
---|---|
DefaultRoute(java.lang.String name,
java.util.Properties p)
|
Method Summary | |
---|---|
java.lang.String |
getRouteType()
|
Methods inherited from class com.scooterframework.web.route.RegularRoute |
---|
isRouteFor |
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 |
---|
public DefaultRoute(java.lang.String name, java.util.Properties p)
Method Detail |
---|
public java.lang.String getRouteType()
getRouteType
in class RegularRoute
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |