PathExtractor

play.api.routing.sird.PathExtractor
See thePathExtractor companion class
object PathExtractor

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def cached(parts: Seq[String]): PathExtractor

Lookup the PathExtractor from the cache, or create and store a new one if not found.

Lookup the PathExtractor from the cache, or create and store a new one if not found.

Attributes