|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.utgenome.gwt.utgb.server.RequestURI
public class RequestURI
RequestURI information
Constructor Summary | |
---|---|
RequestURI(String uri)
|
Method Summary | |
---|---|
String |
getFullName()
Get the full path of the action request |
String |
getHandlerName()
|
String |
getName()
Get the leaf name of the action request |
List<String> |
getPathComponentList()
Return the path component. |
String |
getPrefix()
Get the prefix before the handler name |
String |
getSuffix()
Get the suffix of the action request |
String |
getURI()
Get the original URI |
boolean |
hasSuffix()
Has suffix in the action request? e.g., .xml, .json, etc. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RequestURI(String uri)
Method Detail |
---|
public boolean hasSuffix()
public String getSuffix()
public List<String> getPathComponentList()
public String getName()
public String getHandlerName()
public String getFullName()
public String getURI()
public String getPrefix()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |