| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.rest.util.ParsedURI
atg.rest.util.RepositoryURI
public class RepositoryURI
Class which represents a repository URI for REST requests.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| RepositoryURI(ComponentResolver pResolver,
              DynamoHttpServletRequest pRequest,
              java.lang.String pRequiredServletPrefix)Constructor | |
| Method Summary | |
|---|---|
|  java.lang.String | getItemId()Returns the item id from the URI | 
|  java.lang.String | getItemType()The item type in the URI | 
| protected  void | parseURI(ComponentResolver pResolver,
         DynamoHttpServletRequest pRequest)Parses a uri into parts | 
|  void | setItemId(java.lang.String pItemId)Sets the item id property | 
|  void | setItemType(java.lang.String pItemType)Sets the item type property | 
| Methods inherited from class atg.rest.util.ParsedURI | 
|---|
| getResourceContainer, getResourceProperty, getURI, setResourceContainer, setResourceProperty, setURI | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public RepositoryURI(ComponentResolver pResolver,
                     DynamoHttpServletRequest pRequest,
                     java.lang.String pRequiredServletPrefix)
pResolver - the component resolverpRequest - the servlet requestpResponse - the servlet response| Method Detail | 
|---|
public java.lang.String getItemType()
public void setItemType(java.lang.String pItemType)
pItemType - the itemType to setpublic java.lang.String getItemId()
public void setItemId(java.lang.String pItemId)
pItemId - the itemId to set
protected void parseURI(ComponentResolver pResolver,
                        DynamoHttpServletRequest pRequest)
parseURI in class ParsedURIpResolver - the component resolverpRequest - the servlet request| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||