Uses of Class
atg.rest.util.ParsedURI

Packages that use ParsedURI
atg.rest.output   
atg.rest.processor   
atg.rest.util   
 

Uses of ParsedURI in atg.rest.output
 

Methods in atg.rest.output with parameters of type ParsedURI
protected  void XMLOutputCustomizer.addArrayToElement(ParsedURI pParsedURI, java.lang.Object pValue, org.dom4j.Element pElement, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method will add an array to the given element.
protected  org.json.JSONArray JSONOutputCustomizer.addArrayToJSONObject(java.lang.String pResourceName, java.lang.Object pValue, java.lang.Object pJSON, java.lang.Object pContainer, int pNestingDepth, ParsedURI pParsedURI, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method will add an array to the JSONObject.
protected  void XMLOutputCustomizer.addListToElement(ParsedURI pParsedURI, java.util.List<?> pValue, org.dom4j.Element pElement, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method will add the given java.util.List to the given element.
protected  org.json.JSONArray JSONOutputCustomizer.addListToJSONObject(java.lang.String pResourceName, java.util.List<?> pValue, java.lang.Object pJSON, java.lang.Object pContainer, int pNestingDepth, ParsedURI pParsedURI, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method will add a java.util.List object to the JSONObject.
protected  void XMLOutputCustomizer.addMapToElement(ParsedURI pParsedURI, java.util.Map<?,?> pValue, org.dom4j.Element pElement, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method will add the given java.util.Map to the given element.
protected  java.util.Map JSONOutputCustomizer.addMapToJSONObject(java.lang.String pResourceName, java.util.Map<?,?> pValue, java.lang.Object pJSON, java.lang.Object pContainer, int pNestingDepth, ParsedURI pParsedURI, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method will add a java.util.Map object to the JSONObject.
protected  void XMLOutputCustomizer.addObjectArrayToElement(ParsedURI pParsedURI, java.lang.Object[] pValue, int pIndex, int pCount, org.dom4j.Element pElement, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method will add the given object array to the given element.
protected  org.json.JSONArray JSONOutputCustomizer.addObjectArrayToJSONObject(java.lang.String pResourceName, java.lang.Object[] pValue, int pIndex, int pCount, java.lang.Object pJSON, java.lang.Object pContainer, int pNestingDepth, ParsedURI pParsedURI, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method will add an array of Objects to the JSONObject.
protected  void XMLOutputCustomizer.addObjectToElement(ParsedURI pParsedURI, java.lang.Object pValue, org.dom4j.Element pElement, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method will add the given object value to the given element
protected  void JSONOutputCustomizer.addObjectToJSONObject(java.lang.String pResourceName, java.lang.Object pValue, java.lang.Object pJSON, java.lang.Object pContainer, int pNestingDepth, ParsedURI pParsedURI, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method will add the given object value to the given json object
protected  org.json.JSONArray JSONOutputCustomizer.addPrimitiveArrayToJSONObject(java.lang.String pResourceName, java.lang.Object pValue, int pIndex, int pCount, java.lang.Object pJSON, java.lang.Object pContainer, int pNestingDepth, ParsedURI pParsedURI, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method will add an array of primitives to the JSONObject.
protected  void XMLOutputCustomizer.addSetToElement(ParsedURI pParsedURI, java.util.Set<?> pValue, org.dom4j.Element pElement, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method will add the given java.util.Set to the given element.
protected  org.json.JSONArray JSONOutputCustomizer.addSetToJSONObject(java.lang.String pResourceName, java.util.Set<?> pValue, java.lang.Object pJSON, java.lang.Object pContainer, int pNestingDepth, ParsedURI pParsedURI, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method will add a java.util.Set object to the JSONObject.
 void JSONOutputCustomizer.addValueToOutputObject(java.lang.String pResourceName, java.lang.Object pValue, ParsedURI pParsedURI, java.lang.Object pContainer, java.lang.Object pParent, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method will add the given value to the JSON Object
 void XMLOutputCustomizer.addValueToOutputObject(java.lang.String pPropertyName, java.lang.Object pValue, ParsedURI pParsedURI, java.lang.Object pContainer, java.lang.Object pParent, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method will add the given value to the given Element object
 void RestOutputCustomizer.addValueToOutputObject(java.lang.String pPropertyName, java.lang.Object pValue, ParsedURI pParsedURI, java.lang.Object pContainer, java.lang.Object pParent, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method will add the given value to the Object representing the data that will be output.
 java.lang.Object XMLOutputCustomizer.createBeanOutput(ParsedURI pParsedURI, java.lang.Object pResContainer, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method outputs all the properties of an object to the response's output stream
 java.lang.Object RestOutputCustomizerImpl.createBeanOutput(ParsedURI pParsedURI, java.lang.Object pResContainer, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method creates an object which contains a representation of the data to be output
 java.lang.Object RestOutputCustomizer.createBeanOutput(ParsedURI pParsedURI, java.lang.Object pResContainer, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          Creates the object representing the output for a bean
 java.lang.Object XMLOutputCustomizer.createBeanValueOutput(ParsedURI pParsedURI, java.lang.String pResourceName, java.lang.Object pValue, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          Outputs a bean property value to the output stream in XML.
 java.lang.Object RestOutputCustomizerImpl.createBeanValueOutput(ParsedURI pParsedURI, java.lang.String pResourceName, java.lang.Object pValue, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          Outputs a bean property value to the output stream in the appropriate format.
 java.lang.Object RestOutputCustomizer.createBeanValueOutput(ParsedURI pParsedURI, java.lang.String pResourceName, java.lang.Object pValue, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          Creates the object representing the output for a property value
protected  void RestOutputCustomizerImpl.createOutputObject(ParsedURI pParsedURI, java.lang.Object pResContainer, java.lang.Object pParent, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method creates and returns a child element representing the data which will be written to the response's output stream.
protected  void RestOutputCustomizerImpl.createOutputObjectNoFiltering(ParsedURI pParsedURI, java.lang.Object pResContainer, java.lang.Object pParent, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method creates and returns a child element representing the data which will be written to the response's output stream.
protected  void RestOutputCustomizerImpl.createOutputObjectWithDefaultIncludes(ComponentConfiguration pComponentConfig, ParsedURI pParsedURI, java.lang.Object pResContainer, java.lang.Object pParent, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method creates and returns a child element representing the data which will be written to the response's output stream.
protected  void RestOutputCustomizerImpl.createOutputObjectWithoutDefaultIncludes(ComponentConfiguration pComponentConfig, ParsedURI pParsedURI, java.lang.Object pResContainer, java.lang.Object pParent, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method creates and returns a child element representing the data which will be written to the response's output stream.
protected  ComponentConfiguration RestOutputCustomizerImpl.getComponentConfiguration(ParsedURI pParsedURI, java.lang.Object pResContainer, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          Returns the component configuration for the resource container
protected  ComponentConfiguration RestOutputCustomizerImpl.getComponentConfiguration(ParsedURI pParsedURI, java.lang.Object pResContainer, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          Returns the component configuration for the resource container
 void RestOutputCustomizerImpl.outputBean(ParsedURI pParsedURI, java.lang.Object pResContainer, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method outputs all the properties of an object to the response's output stream
 void RestOutputCustomizer.outputBean(ParsedURI pParsedURI, java.lang.Object pResContainer, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method outputs all the properties of an object to the response's output stream
 void RestOutputCustomizerImpl.outputBeanProperty(ParsedURI pParsedURI, java.lang.Object pResContainer, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method outputs a single bean property to the response's output stream by passing it to the output customizer
 void RestOutputCustomizer.outputBeanProperty(ParsedURI pParsedURI, java.lang.Object pResContainer, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method outputs a single bean property to the response's output stream by passing it to the output customizer
 void RestOutputCustomizerImpl.outputBeanValue(ParsedURI pParsedURI, java.lang.String pResourceName, java.lang.Object pValue, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          Outputs a bean property value to the output stream
 void RestOutputCustomizer.outputBeanValue(ParsedURI pParsedURI, java.lang.String pResourceName, java.lang.Object pValue, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          Called to output the property value of a bean property to the output stream for a REST GET request.
protected  void RestOutputCustomizerImpl.outputFilteredProperty(PropertyConfiguration pPropertyConfig, ParsedURI pParsedURI, java.lang.Object pResContainer, java.lang.Object pParent, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method adds a single property and value to the output object.
protected  void RestOutputCustomizerImpl.outputNonFilteredProperty(java.lang.String pPropertyName, ParsedURI pParsedURI, java.lang.Object pResContainer, java.lang.Object pParent, int pNestingDepth, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method adds a single property and value to the output object.
 

Uses of ParsedURI in atg.rest.processor
 

Methods in atg.rest.processor with parameters of type ParsedURI
protected  boolean RestSecurityProcessor.isRepositoryURI(ParsedURI pParsedURI)
          Check if the ParsedURI is a RepositoryURI
protected  boolean GenericRestProcessor.isResourceWritable(ParsedURI pParsedURI)
          Returns true if the property is writable based on the filtering configuration.
protected  boolean GenericRestProcessor.isResourceWritable(java.lang.String pPropertyName, ParsedURI pParsedURI)
          Returns true if the property is writable based on the filtering configuration.
protected  void RepositoryProcessor.setPropertyValueFromString(java.lang.Object pContainer, java.lang.String pName, NameValuePair pValuePair, ParsedURI pParsedURI, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method sets a property value from a String.
 

Uses of ParsedURI in atg.rest.util
 

Subclasses of ParsedURI in atg.rest.util
 class BeanURI
          Help class to assist in uri parsing for REST requests.
 class RepositoryURI
          Class which represents a repository URI for REST requests.
 class ServiceURI
          Parser for service URI for REST requests
 



Copyright © 2012. All Rights Reserved.