|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.grails.web.mapping.ResponseCodeMappingData
public class ResponseCodeMappingData
A mapping data for response codes (numbers)
Constructor Summary | |
---|---|
ResponseCodeMappingData(String responseCode)
|
Method Summary | |
---|---|
String[] |
getLogicalUrls()
Obtains the logical URLs for this URL |
int |
getResponseCode()
|
String[] |
getTokens()
Retrieves the tokens that make up a URL. |
String |
getUrlPattern()
Retrieves the URL pattern for this UrlMappingData instance |
boolean |
isOptional(int index)
Returns whether the given token in the URL is optional. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResponseCodeMappingData(String responseCode)
Method Detail |
---|
public String[] getTokens()
UrlMappingData
Retrieves the tokens that make up a URL. For example the tokens for the URL /blog/2007/* would be "blog", "2007" and "*"
getTokens
in interface UrlMappingData
public String[] getLogicalUrls()
UrlMappingData
Obtains the logical URLs for this URL
getLogicalUrls
in interface UrlMappingData
public String getUrlPattern()
UrlMappingData
getUrlPattern
in interface UrlMappingData
public boolean isOptional(int index)
UrlMappingData
isOptional
in interface UrlMappingData
index
- The index of the matching token
public int getResponseCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |