Uses of Class
atg.rest.util.BeanURI

Packages that use BeanURI
atg.droplet   
atg.rest.output   
atg.rest.processor   
atg.rest.util   
atg.servlet   
 

Uses of BeanURI in atg.droplet
 

Methods in atg.droplet that return BeanURI
 BeanURI RestFormSubmissionHandler.getParsedURI()
           
 

Methods in atg.droplet with parameters of type BeanURI
 void RestFormSubmissionHandler.setParsedURI(BeanURI pParsedURI)
           
 

Constructors in atg.droplet with parameters of type BeanURI
RestFormSubmissionHandler(java.lang.Object pResContainer, BeanURI pParsedURI, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          Constructor
RestFormSubmissionHandler(java.lang.Object pResContainer, BeanURI pParsedURI, RestSecurityProcessor pRestSecurityProcessor, RestSecurityManager pRestSecurityManager, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
           
 

Uses of BeanURI in atg.rest.output
 

Methods in atg.rest.output with parameters of type BeanURI
protected  java.lang.String RestOutputCustomizerImpl.getNucleusComponentPropertyReferenceString(BeanURI pBeanURI, java.lang.String pPropertyName, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          Returns a REST URL string for the given nucleus component property
protected  java.lang.String RestOutputCustomizerImpl.getNucleusComponentReferenceString(BeanURI pBeanURI, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          Returns a REST URL string for the given nucleus component
protected  boolean RestOutputCustomizerImpl.isObjectANonGenericServiceNucleusComponent(java.lang.Object pContainer, BeanURI pURI)
          determine if the container object is a non-GenericService nucleus component
protected  boolean RestOutputCustomizerImpl.loadNucleusComponentIntoMap(java.lang.String pComponentPath, java.lang.Object pComponent, BeanURI pURI)
          load a nucleus component into the uri's properties map
protected  boolean RestOutputCustomizerImpl.loadNucleusComponentIntoMap(java.lang.String pResourceName, java.lang.Object pValue, java.lang.Object pContainer, BeanURI pURI)
          load a nucleus component into the uri's properties map
 

Uses of BeanURI in atg.rest.processor
 

Methods in atg.rest.processor with parameters of type BeanURI
protected  void RestSecurityProcessor.checkAccess(BeanURI pParsedURI, RestSecurityConfiguration pRestSecurityConfiguration, atg.security.AccessRight pAccessRight, atg.servlet.DynamoHttpServletResponse pResponse)
          Checks security for component resource access.
protected  ComponentSecurityConfiguration RestSecurityProcessor.findParentSecurityConfiguration(ComponentSecurityConfiguration pCsc, BeanURI pParsedURI)
          Looks for parent ComponentSecurityConfiguration if neccessary.
protected  ComponentSecurityConfiguration RestSecurityProcessor.getComponentSecurityConfiguration(BeanURI pParsedURI)
          Looks for ComponentSecurityConfiguration for a resource.
protected  ComponentSecurityConfiguration RestSecurityProcessor.getParentSecurityConfiguration(BeanURI pParsedURI)
          Looks for wildcard or default ComponentSecurityConfiguration for a resource
protected  boolean RestSecurityProcessor.isMethodRequest(BeanURI pParsedURI, atg.servlet.DynamoHttpServletRequest pRequest, atg.servlet.DynamoHttpServletResponse pResponse)
          This method attempts to find out if the request is for a method call.
 

Uses of BeanURI in atg.rest.util
 

Subclasses of BeanURI in atg.rest.util
 class ServiceURI
          Parser for service URI for REST requests
 

Uses of BeanURI in atg.servlet
 

Methods in atg.servlet that return BeanURI
 BeanURI RestHttpServletRequestWrapper.getParsedURI()
          The ParsedURI for this request
 

Methods in atg.servlet with parameters of type BeanURI
 void RestHttpServletRequestWrapper.setParsedURI(BeanURI pParsedURI)
          Sets the ParsedURI for this request
 

Constructors in atg.servlet with parameters of type BeanURI
RestHttpServletRequestWrapper(atg.servlet.DynamoHttpServletRequest pRequest, BeanURI pParsedURI)
          Constructor
 



Copyright © 2012. All Rights Reserved.