Path

org.beangle.webmvc.config.Path$
object Path

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Path.type

Members list

Value members

Concrete methods

def isPattern(pathSegment: String): Boolean
def isTailMatch(path: String): Boolean
def isTailPattern(path: String): Boolean
def parse(pattern: String): Map[String, Integer]

/a/b/c => () /{a}/&star/{c} => (a->0,1->1,c->2) /a/b/{c}/{a*} => (c->2,a*->3)

/a/b/c => () /{a}/&star/{c} => (a->0,1->1,c->2) /a/b/{c}/{a*} => (c->2,a*->3)

Attributes