|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.grails.web.mapping.DefaultUrlMappingParser
public class DefaultUrlMappingParser
A simple implementation of the UrlMappingParser interface. Most of the logical is encapsulated in the DefaultUrlMappingData class.
DefaultUrlMappingData
Constructor Summary | |
---|---|
DefaultUrlMappingParser()
|
Method Summary | |
---|---|
UrlMappingData |
parse(java.lang.String url)
Parses the given URI pattern into a UrlMappingData instance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultUrlMappingParser()
Method Detail |
---|
public UrlMappingData parse(java.lang.String url)
UrlMappingParser
parse
in interface UrlMappingParser
url
- The URL pattern to parse
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |