A B C D E F G H I J L M N O P R S T U V W X

A

addArrayToElement(ParsedURI, Object, Element, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.XMLOutputCustomizer
This method will add an array to the given element.
addArrayToJSONObject(String, Object, Object, Object, int, ParsedURI, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.JSONOutputCustomizer
This method will add an array to the JSONObject.
addComponentConfiguration(Document) - Method in class atg.rest.filtering.FilteringManager
Adds the configuration for components for the given XML Document object
addCookie(Cookie) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
addCookieToBuffer(Cookie) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
addDateHeader(String, long) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
addFilteredProperty(String, boolean, boolean, String, String, String) - Method in class atg.rest.filtering.ComponentConfiguration
Adds property information for a single property to this ComponentFilteringConfiguration
addFilteredProperty(String, boolean, boolean, boolean, String, String, String) - Method in class atg.rest.filtering.ComponentConfiguration
Adds property information for a single property to this ComponentFilteringConfiguration
addFormInputs(FormTag) - Method in class atg.droplet.RestFormSubmissionHandler
This method sets up the form tag based on the parameter inputs given.
addHeader(String, String) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
addIntHeader(String, int) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
addItemDescriptorConfiguration(Element, Object, NodeList, String) - Method in class atg.rest.filtering.FilteringManager
Adds the filtering configuration for item descriptors
addListToElement(ParsedURI, List<?>, Element, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.XMLOutputCustomizer
This method will add the given java.util.List to the given element.
addListToJSONObject(String, List<?>, Object, Object, int, ParsedURI, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.JSONOutputCustomizer
This method will add a java.util.List object to the JSONObject.
addMapToElement(ParsedURI, Map<?, ?>, Element, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.XMLOutputCustomizer
This method will add the given java.util.Map to the given element.
addMapToJSONObject(String, Map<?, ?>, Object, Object, int, ParsedURI, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.JSONOutputCustomizer
This method will add a java.util.Map object to the JSONObject.
addObjectArrayToElement(ParsedURI, Object[], int, int, Element, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.XMLOutputCustomizer
This method will add the given object array to the given element.
addObjectArrayToJSONObject(String, Object[], int, int, Object, Object, int, ParsedURI, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.JSONOutputCustomizer
This method will add an array of Objects to the JSONObject.
addObjectToElement(ParsedURI, Object, Element, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.XMLOutputCustomizer
This method will add the given object value to the given element
addObjectToJSONObject(String, Object, Object, Object, int, ParsedURI, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.JSONOutputCustomizer
This method will add the given object value to the given json object
addPersistentQueryParameter(String, String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
addPrimitiveArrayToElement(Object, int, int, Element, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.XMLOutputCustomizer
This method will add the given primitive array to the given element.
addPrimitiveArrayToJSONObject(String, Object, int, int, Object, Object, int, ParsedURI, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.JSONOutputCustomizer
This method will add an array of primitives to the JSONObject.
addPropertyConfiguration(NodeList, ComponentConfiguration) - Method in class atg.rest.filtering.FilteringManager
Adds property level configuration to the ComponentFilteringConfiguration object
addQueryParameter(String, String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
addSecurityConfiguration(Document) - Method in class atg.rest.security.RestSecurityManager
Adds Rest security configuration(s) for the given XML Document object
addSetToElement(ParsedURI, Set<?>, Element, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.XMLOutputCustomizer
This method will add the given java.util.Set to the given element.
addSetToJSONObject(String, Set<?>, Object, Object, int, ParsedURI, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.JSONOutputCustomizer
This method will add a java.util.Set object to the JSONObject.
addURLParameter(String, String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
addValueToOutputObject(String, Object, ParsedURI, Object, Object, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.JSONOutputCustomizer
This method will add the given value to the JSON Object
addValueToOutputObject(String, Object, ParsedURI, Object, Object, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in interface atg.rest.output.RestOutputCustomizer
This method will add the given value to the Object representing the data that will be output.
addValueToOutputObject(String, Object, ParsedURI, Object, Object, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.XMLOutputCustomizer
This method will add the given value to the given Element object
APPEND_MULTI_VALUES - Static variable in class atg.rest.util.ParameterContext
 
APPLICATION_JSON - Static variable in class atg.rest.util.ParameterContext
 
APPLICATION_XML - Static variable in class atg.rest.util.ParameterContext
 
ARG - Static variable in class atg.rest.util.ParameterContext
 
ARG1 - Static variable in class atg.rest.util.ParameterContext
 
atg.droplet - package atg.droplet
 
atg.rest - package atg.rest
 
atg.rest.filtering - package atg.rest.filtering
 
atg.rest.input - package atg.rest.input
 
atg.rest.output - package atg.rest.output
 
atg.rest.processor - package atg.rest.processor
 
atg.rest.resolver - package atg.rest.resolver
 
atg.rest.security - package atg.rest.security
 
atg.rest.servlet - package atg.rest.servlet
 
atg.rest.util - package atg.rest.util
 
atg.servlet - package atg.servlet
 
ATG_REST - Static variable in class atg.rest.util.ParameterContext
 

B

BEAN_SERVLET_PATH - Static variable in class atg.rest.servlet.RestPipelineServlet
 
BeanProcessor - Class in atg.rest.processor
The base type for processing bean property based rest requests.
BeanProcessor() - Constructor for class atg.rest.processor.BeanProcessor
Constructor
BeanProcessor.FormHandlerExceptions - Class in atg.rest.processor
 
BeanProcessor.FormHandlerExceptions() - Constructor for class atg.rest.processor.BeanProcessor.FormHandlerExceptions
 
BeanProcessor.FormHandlerOutputObject - Class in atg.rest.processor
 
BeanProcessor.FormHandlerOutputObject() - Constructor for class atg.rest.processor.BeanProcessor.FormHandlerOutputObject
 
BeanProcessor.FormHandlerProperties - Class in atg.rest.processor
 
BeanProcessor.FormHandlerProperties() - Constructor for class atg.rest.processor.BeanProcessor.FormHandlerProperties
 
BeanProcessor.FormHandlerPropertiesAndExceptions - Class in atg.rest.processor
 
BeanProcessor.FormHandlerPropertiesAndExceptions() - Constructor for class atg.rest.processor.BeanProcessor.FormHandlerPropertiesAndExceptions
 
BeanURI - Class in atg.rest.util
Help class to assist in uri parsing for REST requests.
BeanURI(ComponentResolver, DynamoHttpServletRequest, String) - Constructor for class atg.rest.util.BeanURI
Constructor
BeanUtils - Class in atg.rest.util
A class which provides common utility methods.
BeanUtils() - Constructor for class atg.rest.util.BeanUtils
 

C

checkAccess(Collection<String>) - Method in class atg.droplet.RestFormSubmissionHandler
Remove properties from given Collection that don't have access based on the security configuration Does not filter if the RestSecurityProcessor is disabled, or RestSecurityManager.isCheckFormHandlerProperties is false.
checkAccess(BeanURI, RestSecurityConfiguration, AccessRight, DynamoHttpServletResponse) - Method in class atg.rest.processor.RestSecurityProcessor
Checks security for component resource access.
checkAgainstNonExpandableList(Object) - Method in class atg.rest.output.RestOutputCustomizerImpl
This method checks input value against nonExpandableList
CLASS_DESCRIPTOR - Static variable in class atg.rest.util.ParameterContext
 
CLASS_TYPE - Static variable in class atg.rest.util.ParameterContext
 
CLASS_TYPES_FOR_JSON_INPUT - Static variable in class atg.rest.util.ParameterContext
 
CLASS_VERSION - Static variable in class atg.droplet.RestFormSubmissionHandler
Class version string
CLASS_VERSION - Static variable in class atg.rest.filtering.ComponentConfiguration
Class version string
CLASS_VERSION - Static variable in class atg.rest.filtering.FilteringManager
Class version string
CLASS_VERSION - Static variable in class atg.rest.filtering.PropertyConfiguration
Class version string
CLASS_VERSION - Static variable in interface atg.rest.filtering.RestPropertyCustomizer
Class version string
CLASS_VERSION - Static variable in class atg.rest.input.JSONInputCustomizer
Class version string
CLASS_VERSION - Static variable in interface atg.rest.input.RestInputCustomizer
Class version string
CLASS_VERSION - Static variable in class atg.rest.input.RestInputCustomizerImpl
Class version string
CLASS_VERSION - Static variable in class atg.rest.input.XMLInputCustomizer
Class version string
CLASS_VERSION - Static variable in class atg.rest.Messages
Class version string
CLASS_VERSION - Static variable in class atg.rest.output.JSONOutputCustomizer
Class version string
CLASS_VERSION - Static variable in interface atg.rest.output.RestOutputCustomizer
Class version string
CLASS_VERSION - Static variable in class atg.rest.output.RestOutputCustomizerImpl
Class version string
CLASS_VERSION - Static variable in class atg.rest.output.XMLOutputCustomizer
Class version string
CLASS_VERSION - Static variable in class atg.rest.processor.BeanProcessor
Class version string
CLASS_VERSION - Static variable in class atg.rest.processor.GenericRestProcessor
Class version string
CLASS_VERSION - Static variable in class atg.rest.processor.RepositoryProcessor
Class version string
CLASS_VERSION - Static variable in interface atg.rest.processor.RestProcessor
Class version string
CLASS_VERSION - Static variable in class atg.rest.processor.RestSecurityProcessor
Class version string
CLASS_VERSION - Static variable in class atg.rest.processor.ServiceProcessor
Class version string
CLASS_VERSION - Static variable in interface atg.rest.resolver.ComponentResolver
Class version string
CLASS_VERSION - Static variable in class atg.rest.resolver.RestResolver
Class version string
CLASS_VERSION - Static variable in class atg.rest.RestConfiguration
Class version string
CLASS_VERSION - Static variable in exception atg.rest.RestException
Class version string
CLASS_VERSION - Static variable in class atg.rest.RestFormExceptions
Class version string
CLASS_VERSION - Static variable in exception atg.rest.RestInitializationException
Class version string
CLASS_VERSION - Static variable in exception atg.rest.RestRuntimeException
Class version string
CLASS_VERSION - Static variable in class atg.rest.security.ComponentSecurityConfiguration
Class version string
CLASS_VERSION - Static variable in class atg.rest.security.MethodSecurityConfiguration
Class version string
CLASS_VERSION - Static variable in class atg.rest.security.PropertySecurityConfiguration
Class version string
CLASS_VERSION - Static variable in interface atg.rest.security.RestAccessRights
Class version string
CLASS_VERSION - Static variable in class atg.rest.security.RestAccessRightsMap
Class version string
CLASS_VERSION - Static variable in class atg.rest.security.RestSecurityConfiguration
Class version string
CLASS_VERSION - Static variable in class atg.rest.security.RestSecurityConfigurationCache
Class version string
CLASS_VERSION - Static variable in class atg.rest.security.RestSecurityManager
Class version string
CLASS_VERSION - Static variable in class atg.rest.servlet.HeadRestServlet
Class version string
CLASS_VERSION - Static variable in class atg.rest.servlet.RestPipelineServlet
Class version string
CLASS_VERSION - Static variable in class atg.rest.servlet.RestProxyServlet
Class version string
CLASS_VERSION - Static variable in class atg.rest.SessionConfirmation
Class version string
CLASS_VERSION - Static variable in class atg.rest.util.BeanURI
Class version string
CLASS_VERSION - Static variable in class atg.rest.util.BeanUtils
Class version string
CLASS_VERSION - Static variable in class atg.rest.util.NameValuePair
Class version string
CLASS_VERSION - Static variable in class atg.rest.util.ParameterContext
Class version string
CLASS_VERSION - Static variable in class atg.rest.util.ParsedURI
Class version string
CLASS_VERSION - Static variable in class atg.rest.util.RepositoryURI
Class version string
CLASS_VERSION - Static variable in class atg.rest.util.RepositoryUtils
Class version string
CLASS_VERSION - Static variable in class atg.rest.util.ServiceURI
Class version string
CLASS_VERSION - Static variable in class atg.servlet.Messages
Class version string
CLASS_VERSION - Static variable in class atg.servlet.RestHttpServletRequestWrapper
Class version string
CLASS_VERSION - Static variable in class atg.servlet.RestHttpServletResponseWrapper
Class version string
CLASS_VERSION - Static variable in class atg.servlet.RestRequestDispatcherWrapper
Class version string
clearParameterContext() - Static method in class atg.rest.util.ParameterContext
removes the value in the thread local parameterContext
compare(Class<?>, Class<?>) - Method in class atg.rest.filtering.FilteringManager.ClassComparator
a class is less than other class if it is more specific, meaning it is a subclass, or if has no relation, or if it is the same class
ComponentConfiguration - Class in atg.rest.filtering
This class represents the configuration for a customized component.
ComponentConfiguration(String, boolean) - Constructor for class atg.rest.filtering.ComponentConfiguration
Constructor
ComponentConfiguration(String, String, boolean) - Constructor for class atg.rest.filtering.ComponentConfiguration
Constructor
ComponentResolver - Interface in atg.rest.resolver
An interface which exposes methods for finding components.
ComponentSecurityConfiguration - Class in atg.rest.security
The SecuredObject for a component.
ComponentSecurityConfiguration(String, boolean, String, SecurityConfiguration) - Constructor for class atg.rest.security.ComponentSecurityConfiguration
* Constructor
containsHeader(String) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
convertCollectionType(Class<?>, String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Static method in class atg.rest.util.BeanUtils
Converts the given string into an object of the specified Collection type.
convertCollectionType(Class<?>, Class<?>, String, boolean, JSONObject, DynamoHttpServletRequest, DynamoHttpServletResponse) - Static method in class atg.rest.util.BeanUtils
Converts the given string into an object of the specified Collection type.
convertDataToType(Class<?>, String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Static method in class atg.rest.util.BeanUtils
This method converts the given value to an object of the given Class type.
convertDataToType(Class<?>, Class<?>, Class<?>, String, boolean, JSONObject, DynamoHttpServletRequest, DynamoHttpServletResponse) - Static method in class atg.rest.util.BeanUtils
This method converts the given value to an object of the given Class type.
convertDateTimeType(Class<?>, String) - Static method in class atg.rest.util.BeanUtils
Converts the given string into an object of the specified "date" or "time" type.
convertMapType(Class<?>, String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Static method in class atg.rest.util.BeanUtils
Converts the given string into an object of the specified Map type.
convertMapType(Class<?>, Class<?>, Class<?>, String, boolean, JSONObject, DynamoHttpServletRequest, DynamoHttpServletResponse) - Static method in class atg.rest.util.BeanUtils
Converts the given string into an object of the specified Map type.
convertObjectArrayType(Class<?>, String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Static method in class atg.rest.util.BeanUtils
This method converts the given value to an object of the given object array Class type.
convertObjectArrayType(Class<?>, String, boolean, DynamoHttpServletRequest, DynamoHttpServletResponse) - Static method in class atg.rest.util.BeanUtils
This method converts the given value to an object of the given object array Class type.
convertPrimitiveArrayType(Class<?>, String) - Static method in class atg.rest.util.BeanUtils
This method converts the given value to an object of the given primitive array Class type.
convertPrimitiveType(Class<?>, String) - Static method in class atg.rest.util.BeanUtils
This method converts the given value to an object of the given primitive Class type.
convertRepositoryReferenceArrayParameter(String, ComponentResolver, DynamoHttpServletRequest, DynamoHttpServletResponse) - Static method in class atg.rest.util.RepositoryUtils
Converts a string of the form /path/to/repository:item-descriptor:itemId,...
convertRepositoryReferenceParameter(String, ComponentResolver, DynamoHttpServletRequest, DynamoHttpServletResponse) - Static method in class atg.rest.util.RepositoryUtils
Converts a string of the form /path/to/repository:item-descriptor:itemId to the referenced RepositoryItem
convertToMap(Object, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.input.JSONInputCustomizer
Converts the supplied object to a Map of parameters.
convertToMap(Object, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in interface atg.rest.input.RestInputCustomizer
Converts the supplied object to a Map of parameters
convertToMap(Object, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.input.XMLInputCustomizer
Converts the supplied object to a Map of parameters.
COUNT - Static variable in class atg.rest.util.ParameterContext
 
create(String, boolean) - Static method in class atg.rest.filtering.ComponentConfiguration
Factory method for creating ComponentFilteringConfiguration objects
create(String, String, boolean) - Static method in class atg.rest.filtering.ComponentConfiguration
Factory method for creating ComponentFilteringConfiguration objects
create(String, boolean, String, SecurityConfiguration) - Static method in class atg.rest.security.ComponentSecurityConfiguration
Factory method for creating ComponentSecurityConfiguration objects
create(String, String, String, boolean, String, SecurityConfiguration) - Static method in class atg.rest.security.MethodSecurityConfiguration
Factory method for creating MethodSecurityConfiguration objects
create(String, String, String, String, boolean, boolean, String, SecurityConfiguration) - Static method in class atg.rest.security.MethodSecurityConfiguration
Factory method for creating MethodSecurityConfiguration objects
create(String, String, boolean, String, SecurityConfiguration) - Static method in class atg.rest.security.PropertySecurityConfiguration
Factory method for creating PropertySecurityConfiguration objects
create(String, Object) - Static method in class atg.rest.util.NameValuePair
Factory method for instantiating a NameValuePair object
create(String, Object, Object) - Static method in class atg.rest.util.NameValuePair
Factory method for instantiating a NameValuePair object which also takes an optional container object
create(DynamoHttpServletRequest, DynamoHttpServletResponse) - Static method in class atg.rest.util.ParameterContext
 
createBeanOutput(ParsedURI, Object, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in interface atg.rest.output.RestOutputCustomizer
Creates the object representing the output for a bean
createBeanOutput(ParsedURI, Object, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.RestOutputCustomizerImpl
This method creates an object which contains a representation of the data to be output
createBeanOutput(ParsedURI, Object, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.XMLOutputCustomizer
This method outputs all the properties of an object to the response's output stream
createBeanValueOutput(ParsedURI, String, Object, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in interface atg.rest.output.RestOutputCustomizer
Creates the object representing the output for a property value
createBeanValueOutput(ParsedURI, String, Object, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.RestOutputCustomizerImpl
Outputs a bean property value to the output stream in the appropriate format.
createBeanValueOutput(ParsedURI, String, Object, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.XMLOutputCustomizer
Outputs a bean property value to the output stream in XML.
createComponentConfiguration(String, boolean, JSONObject) - Method in class atg.rest.output.RestOutputCustomizerImpl
create a ComponentConfiguration object from a json object of the form: { "": [ {"item-descriptor": "", "depth": , "properties": { "": { "hidden": , "writable": , "target": "", "component": "", "property-customizer": "" }, ...
createDefaultOutputFormat() - Method in class atg.rest.output.XMLOutputCustomizer
Creates the default org.dom4j.io.OutputFormat object that is used to format the XML output.
createOutputContainer() - Method in class atg.rest.output.JSONOutputCustomizer
This method creates the output container, a JSONObject.
createOutputContainer() - Method in interface atg.rest.output.RestOutputCustomizer
This method creates the output container, such as JSONObject or Document.
createOutputContainer() - Method in class atg.rest.output.XMLOutputCustomizer
This method creates the output container, a JSONObject.
createOutputObject(ParsedURI, Object, Object, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.RestOutputCustomizerImpl
This method creates and returns a child element representing the data which will be written to the response's output stream.
createOutputObjectNoFiltering(ParsedURI, Object, Object, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.RestOutputCustomizerImpl
This method creates and returns a child element representing the data which will be written to the response's output stream.
createOutputObjectWithDefaultIncludes(ComponentConfiguration, ParsedURI, Object, Object, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.RestOutputCustomizerImpl
This method creates and returns a child element representing the data which will be written to the response's output stream.
createOutputObjectWithoutDefaultIncludes(ComponentConfiguration, ParsedURI, Object, Object, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.RestOutputCustomizerImpl
This method creates and returns a child element representing the data which will be written to the response's output stream.
createRepositoryItem(MutableRepository, RepositoryURI, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.processor.RepositoryProcessor
This method handles creating a repository item

D

DEPTH - Static variable in class atg.rest.util.ParameterContext
 
DESCRIPTOR_COMPONENT_TYPE - Static variable in class atg.rest.util.ParameterContext
 
DESCRIPTOR_KEY_TYPE - Static variable in class atg.rest.util.ParameterContext
 
DESCRIPTOR_TYPE - Static variable in class atg.rest.util.ParameterContext
 
determineJSONControlParams() - Method in class atg.rest.processor.GenericRestProcessor
This method determines JSON control params
determineJSONUsage() - Method in class atg.rest.processor.GenericRestProcessor
This method determines whether to use JSON input
doRESTDelete(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.processor.BeanProcessor
This method handles a REST "DELETE" request.
doRESTDelete(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.processor.RepositoryProcessor
This method handles the processing for a rest DELETE request.
doRESTDelete(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in interface atg.rest.processor.RestProcessor
This method is called when a DELETE" request is made.
doRESTDelete(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.processor.RestSecurityProcessor
This method handles a REST "DELETE" request.
doRESTDelete(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.processor.ServiceProcessor
Handle the delete request
doRESTGet(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.processor.BeanProcessor
This method handles the processing for a rest GET request.
doRESTGet(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.processor.RepositoryProcessor
This method handles the processing for a rest GET request.
doRESTGet(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in interface atg.rest.processor.RestProcessor
This method is called when a "GET" request is made.
doRESTGet(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.processor.RestSecurityProcessor
This method handles a REST "GET" request.
doRESTGet(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.processor.ServiceProcessor
Handle the get request
doRESTPost(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.processor.BeanProcessor
This method handles the processing for a rest POST resource request.
doRESTPost(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.processor.RepositoryProcessor
This method handles the processing for a rest POST resource request.
doRESTPost(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in interface atg.rest.processor.RestProcessor
This method is called when a "POST" request is made.
doRESTPost(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.processor.RestSecurityProcessor
This method handles a REST "POST" request.
doRESTPost(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.processor.ServiceProcessor
Handle the post request
doRESTPut(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.processor.BeanProcessor
This method handles the processing for a rest PUT request.
doRESTPut(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.processor.RepositoryProcessor
This method handles the processing for a rest PUT request.
doRESTPut(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in interface atg.rest.processor.RestProcessor
This method is called when a "PUT" request is made.
doRESTPut(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.processor.RestSecurityProcessor
This method handles a REST "PUT" request.
doRESTPut(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.processor.ServiceProcessor
Handle the put request
doStartService() - Method in class atg.rest.filtering.FilteringManager
Initializes filtering and aliasing by reading in the configuration and generating the needed objects
doStartService() - Method in class atg.rest.security.RestSecurityManager
 
doStartService() - Method in class atg.rest.servlet.HeadRestServlet
 
doStartService() - Method in class atg.rest.servlet.RestPipelineServlet
 
doStopService() - Method in class atg.rest.filtering.FilteringManager
This is called when a Service is required to shut down.

E

ENABLE_FORM_HANDLER_RETURN_EXCEPTIONS - Static variable in class atg.rest.util.ParameterContext
 
ENABLE_FORM_HANDLER_RETURN_PROPERTIES - Static variable in class atg.rest.util.ParameterContext
 
enableShowRESTPaths() - Method in class atg.rest.output.RestOutputCustomizerImpl
enable show rest paths
encodeRedirectUrl(String) - Method in class atg.servlet.RestHttpServletResponseWrapper
Deprecated.  
encodeRedirectURL(String) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
encodeURL(String, boolean, boolean, boolean, boolean, boolean, int) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
encodeURL(String, boolean, boolean, boolean, boolean, boolean) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
encodeURL(String, boolean, boolean, boolean, boolean) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
encodeURL(String, boolean, boolean, boolean) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
encodeURL(String, boolean) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
encodeURL(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
encodeUrl(String) - Method in class atg.servlet.RestHttpServletResponseWrapper
Deprecated.  
encodeURL(String) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
endRequest() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
equals(Object) - Method in class atg.rest.filtering.FilteringManager.ClassComparator
equals method
equals(Object) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
equals(Object) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
execute(RestFormExceptions) - Method in class atg.droplet.RestFormSubmissionHandler
This method handles execution of the form handler method.
EXECUTE - Static variable in interface atg.rest.security.RestAccessRights
The ability to perform an action on a component.

F

FilteringManager - Class in atg.rest.filtering
This class manages REST filtering and aliasing configuration.
FilteringManager() - Constructor for class atg.rest.filtering.FilteringManager
Constructor
FilteringManager.ClassComparator - Class in atg.rest.filtering
a comparator class that sorts Class objects based on inheritance.
FilteringManager.ClassComparator() - Constructor for class atg.rest.filtering.FilteringManager.ClassComparator
 
findComponent(Object, Object...) - Method in interface atg.rest.resolver.ComponentResolver
Returns a component using the supplied identifier information
findComponent(Object, Object...) - Method in class atg.rest.resolver.RestResolver
Resolves components by doing a nucleus lookup, a filtered component lookup, and then a JNDI lookup.
findComponentConfigJSON(JSONArray, int, String) - Method in class atg.rest.output.RestOutputCustomizerImpl
find the json object for a component configuration from an array of component configurations
findMethodByParameterCount(List<Method>) - Method in class atg.rest.processor.BeanProcessor
Try to find a method by comparing the number of supplied parameters with the number of parameters the method accepts.
findMethodBySignature(List<Method>, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.processor.BeanProcessor
Attempts to find a method by method signature if the "atg-rest-method" parameter was supplied
findParentSecurityConfiguration(ComponentSecurityConfiguration, BeanURI) - Method in class atg.rest.processor.RestSecurityProcessor
Looks for parent ComponentSecurityConfiguration if neccessary.
flushBuffer() - Method in class atg.servlet.RestHttpServletResponseWrapper
 
FORM_TAG_PRIORITIES - Static variable in class atg.rest.util.ParameterContext
 
formatRepositoryReferenceParameter(String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Static method in class atg.rest.util.RepositoryUtils
Converts a string of the form /path/to/repository/item-descriptor/itemId to /path/to/repository:item-descriptor:itemId so it can be passed to DynamicBeans.setPropertyValueAsString()
formatStringForDate(Date, String) - Static method in class atg.rest.util.BeanUtils
get the string format for a date object
forward(ServletRequest, ServletResponse) - Method in class atg.servlet.RestRequestDispatcherWrapper
Intercept any attempts to forward a request.

G

GenericRestProcessor - Class in atg.rest.processor
The base class for processing rest requests.
GenericRestProcessor() - Constructor for class atg.rest.processor.GenericRestProcessor
Constructor
getAcceptableMimeTypes() - Method in interface atg.rest.input.RestInputCustomizer
An array of mimetypes which this input customizer can handle
getAcceptableMimeTypes() - Method in class atg.rest.input.RestInputCustomizerImpl
Returns an array of allowable mimeTypes which this input customizer can handle
getAdditionalFormHandlerClassNames() - Method in class atg.rest.processor.BeanProcessor
This property is a list of fully qualified class names which represent form handler classes which do not extend atg.droplet.DropletFormHandler or atg.droplet.ObjectFormHandler.
getArrayElementString() - Method in class atg.rest.output.RestOutputCustomizerImpl
The string to use for array element tags
getAtgRestComponentPath() - Method in class atg.rest.output.RestOutputCustomizerImpl.NucleusComponentReferenceObject
 
getAtgRestComponentPath() - Method in class atg.rest.output.RestOutputCustomizerImpl.RepositoryItemReferenceObject
 
getAtgRestItemDescriptor() - Method in class atg.rest.output.RestOutputCustomizerImpl.RepositoryItemReferenceObject
 
getAtgRestRepositoryId() - Method in class atg.rest.output.RestOutputCustomizerImpl.RepositoryItemReferenceObject
 
getAttribute(String, boolean) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getAttribute(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getAttributeNames() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getAuthType() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getBaseDirectory() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getBooleanControlParam(String, boolean) - Method in class atg.rest.output.RestOutputCustomizerImpl
get a specified boolean control param value
getBooleanControlParam(String, boolean) - Method in class atg.rest.processor.GenericRestProcessor
get a specified boolean control param value
getBrowserTyper() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getBufferSize() - Method in class atg.servlet.RestHttpServletResponseWrapper
 
getCauses() - Method in exception atg.rest.RestException
Returns a List of exceptions which caused the RestException
getCharacterEncoding() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getCharacterEncoding() - Method in class atg.servlet.RestHttpServletResponseWrapper
 
getClassFilteredComponent(String, Set<Class<?>>, Map<String, ComponentConfiguration>) - Method in class atg.rest.filtering.FilteringManager
check for any component config matches based on superclasses/interfaces in the passed in map of component configs
getClassNameForJSONFilter(String, JSONObject) - Method in class atg.rest.filtering.FilteringManager
given a class name, determine possible class names to use for looking up a filter in a json filter construct
getCollectionElementString() - Method in class atg.rest.output.RestOutputCustomizerImpl
The string to use for collection element tags
getComponent() - Method in class atg.rest.filtering.PropertyConfiguration
Specifies the nucleus path of a component from which to retrieve the value of the target property.
getComponent() - Method in class atg.rest.processor.BeanProcessor.FormHandlerProperties
 
getComponent() - Method in class atg.rest.processor.BeanProcessor.FormHandlerPropertiesAndExceptions
 
getComponent() - Method in class atg.rest.security.RestSecurityConfiguration
 
getComponentConfiguration(ParsedURI, Object, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.RestOutputCustomizerImpl
Returns the component configuration for the resource container
getComponentConfiguration(ParsedURI, Object, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.RestOutputCustomizerImpl
Returns the component configuration for the resource container
getComponentResolver() - Method in class atg.rest.output.RestOutputCustomizerImpl
 
getComponentResolver() - Method in class atg.rest.processor.GenericRestProcessor
 
getComponentResolver() - Method in class atg.rest.security.RestSecurityManager
 
getComponentSecurityConfiguration(BeanURI) - Method in class atg.rest.processor.RestSecurityProcessor
Looks for ComponentSecurityConfiguration for a resource.
getComponentSecurityConfiguration(String) - Method in class atg.rest.security.RestSecurityManager
Gets ComponentSecurityConfiguration
getComponentSecurityConfigurations() - Method in class atg.rest.security.RestSecurityManager
 
getConfigurationFiles() - Method in class atg.rest.filtering.FilteringManager
 
getContainer() - Method in class atg.rest.util.NameValuePair
 
getContainerClass() - Method in class atg.rest.input.JSONInputCustomizer
Returns the JSONObject class object, the container used for JSON data.
getContainerClass() - Method in interface atg.rest.input.RestInputCustomizer
Returns the class of the type of object used by this object customizer to represent input
getContainerClass() - Method in class atg.rest.input.XMLInputCustomizer
Returns the Document class object, the container used for XML data.
getContainerMap() - Method in class atg.rest.util.BeanURI
get ContainerMap
getContentLength() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getContentType() - Method in class atg.rest.output.RestOutputCustomizerImpl
Returns the content type that the output customizer will set on the response
getContentType() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getContentType() - Method in class atg.servlet.RestHttpServletResponseWrapper
 
getContentTypeSet() - Method in class atg.servlet.RestHttpServletResponseWrapper
 
getContextPath() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getControlParameters() - Method in class atg.rest.util.ParameterContext
Returns all the parameters which are control parameters.
getCookieParameter(String, int) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getCookieParameter(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getCookieParameterCount(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getCookieParameterNames() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getCookieParameterValues(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getCookies() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getCountParameter() - Method in class atg.rest.util.ParameterContext
Returns the count parameter from the URL if present
getDateHeader(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getDefaultComponentResolver() - Method in class atg.rest.RestConfiguration
Returns the default ComponentResolver
getDefaultComponentSecurityConfiguration() - Method in class atg.rest.security.RestSecurityManager
 
getDefaultInputCustomizer() - Method in class atg.rest.RestConfiguration
Returns the default rest input customizer
getDefaultOutputCustomizer() - Method in class atg.rest.RestConfiguration
Returns the default rest output customizer
getDefaultRepository() - Method in class atg.rest.processor.ServiceProcessor
The default repository
getDepth() - Method in class atg.rest.filtering.ComponentConfiguration
get Depth
getDisableExitTracking() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getDocRootServicePrefix() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getDoExitTracking() - Method in class atg.servlet.RestHttpServletResponseWrapper
 
getEncodeContextPathMode() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getEncodeServletPath() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getEncodeURL() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getEncoding() - Method in interface atg.rest.input.RestInputCustomizer
Returns the character encoding of the output
getEncoding() - Method in class atg.rest.input.RestInputCustomizerImpl
Gets the Character encoding which defaults to UTF-8
getEncoding() - Method in class atg.rest.output.RestOutputCustomizerImpl
Returns the encoding to use for the XML output.
getErrorCode() - Method in exception atg.rest.RestException
Returns the error code that was set into the response object for this exception.
getErrorCode() - Method in exception atg.rest.RestRuntimeException
Returns the error code that was set into the response object for this exception.
getEventFlags() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getExceptions() - Method in class atg.rest.processor.BeanProcessor.FormHandlerExceptions
 
getExceptions() - Method in class atg.rest.processor.BeanProcessor.FormHandlerPropertiesAndExceptions
 
getExcludePrefixes() - Method in class atg.rest.processor.RestSecurityProcessor
List of prefixes that should be ignored.
getExitTrackingHandler() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getExitTrackingParameterName() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getFilterClassFromName(String) - Method in class atg.rest.filtering.FilteringManager
get the class object for the given class name
getFilteredComponent(String) - Method in class atg.rest.filtering.FilteringManager
Returns the filtering configuration for the given component name.
getFilteredComponent(String, String) - Method in class atg.rest.filtering.FilteringManager
Returns the filtering configuration for the given component name and template id.
getFilteredComponent(String, String[]) - Method in class atg.rest.filtering.FilteringManager
Returns the filtering configuration for the given component name and template ids.
getFilteredComponents() - Method in class atg.rest.filtering.FilteringManager
A Map of ComponentConfiguration objects whose key is a property name
getFilteredProperties() - Method in class atg.rest.filtering.ComponentConfiguration
A Map of filtered properties.
getFilteredProperty(String) - Method in class atg.rest.filtering.ComponentConfiguration
Returns the property configuration for the given property name.
getFilteredPropertyValue(PropertyConfiguration, Object, DynamoHttpServletRequest, DynamoHttpServletResponse) - Static method in class atg.rest.util.BeanUtils
This method a filtered property value.
getFilteringManager() - Method in class atg.rest.output.RestOutputCustomizerImpl
 
getFilteringManager() - Method in class atg.rest.processor.GenericRestProcessor
 
getFilteringManager() - Method in class atg.rest.RestConfiguration
 
getFormat() - Method in interface atg.rest.input.RestInputCustomizer
Returns an identifier for the format, like "xml" or "json"
getFormat() - Method in class atg.rest.input.RestInputCustomizerImpl
Returns the format for the input customizer, for example "json" or "xml"
getFormat() - Method in interface atg.rest.output.RestOutputCustomizer
Returns an identifier for the format, like "xml" or "json"
getFormat() - Method in class atg.rest.output.RestOutputCustomizerImpl
Returns a format for the output customizer, for example "json" or "xml"
getFormEventsSent() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getFormExceptions() - Method in class atg.rest.RestFormExceptions
get FormExceptions
getFormHandlerErrorURLProperty() - Method in class atg.rest.security.MethodSecurityConfiguration
 
getFunctionalParameters() - Method in class atg.rest.util.ParameterContext
Returns all the parameters which are not control parameters.
getGenerateRequestLocales() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getGlobalNucleus() - Method in class atg.rest.resolver.RestResolver
Returns a reference to the global nucleus
getHeader(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getHeaderNames() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getHeaders(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getHeaders() - Method in class atg.servlet.RestHttpServletResponseWrapper
 
getHeaders(String) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
getHostAndPortString(DynamoHttpServletRequest) - Method in class atg.rest.output.RestOutputCustomizerImpl
Returns the host and port string from the request
getIgnoreExpandableOutputForSpecificClasses() - Method in class atg.rest.filtering.FilteringManager
 
getIndentSize() - Method in class atg.rest.output.RestOutputCustomizerImpl
Returns the indent size, which is the number of space characters used when indenting, default is 2.
getIndexParameter() - Method in class atg.rest.util.ParameterContext
Returns the index parameter from the URL if present
getInputCustomizer(String) - Static method in class atg.rest.input.RestInputCustomizerImpl
Returns the input customer which can handle the given mime type
getInputCustomizer(Class) - Static method in class atg.rest.input.RestInputCustomizerImpl
Returns the input customer which can handle the given object class type
getInputCustomizers() - Method in class atg.rest.RestConfiguration
Returns a Map of all input customizers
getInputStream() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getIntHeader(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getItemDescriptorName() - Method in class atg.rest.filtering.ComponentConfiguration
Returns the item descriptor this component filtering is for.
getItemId() - Method in class atg.rest.util.RepositoryURI
Returns the item id from the URI
getItemType() - Method in class atg.rest.util.RepositoryURI
The item type in the URI
getLinkEncoding() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getLocalAddr() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getLocale() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getLocale() - Method in class atg.servlet.RestHttpServletResponseWrapper
 
getLocales() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getLocaleToCharsetMapper() - Method in class atg.servlet.RestHttpServletResponseWrapper
 
getLocalName() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getLocalParameter(ParameterName) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getLocalParameter(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getLocalPort() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getMapElementString() - Method in class atg.rest.output.RestOutputCustomizerImpl
The string to use for map element tags
getMapForCurrentFrame() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getMapKeyElementString() - Method in class atg.rest.input.RestInputCustomizerImpl
The string to use for map key tags
getMapKeyElementString() - Method in class atg.rest.output.RestOutputCustomizerImpl
The string to use for map key tags
getMapValueElementString() - Method in class atg.rest.input.RestInputCustomizerImpl
The string to use for map value tags
getMapValueElementString() - Method in class atg.rest.output.RestOutputCustomizerImpl
The string to use for map value tags
getMaxDepthAllowed() - Method in class atg.rest.RestConfiguration
Property which defines what the maximum allowable value for the depth is.
getMaxNestingDepth() - Method in class atg.rest.util.ParameterContext
Returns the maximum allowed nesting depth for this request.
getMaxSize() - Method in class atg.rest.security.RestSecurityConfigurationCache
 
getMethod(DynamoHttpServletRequest) - Method in class atg.rest.servlet.RestPipelineServlet
This method returns the http method type for the given request.
getMethod() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getMethodArguments(Method, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.processor.BeanProcessor
This method gets the method arguments from either the input stream or url parameters
getMethodNameWithSignature(String) - Static method in class atg.rest.processor.RestSecurityProcessor
Retrieves the method name with its signature
getMethodSecurityConfiguration(String) - Method in class atg.rest.security.ComponentSecurityConfiguration
Returns the MethodConfiguration for the given method name.
getMethodSecurityConfigurations() - Method in class atg.rest.security.ComponentSecurityConfiguration
 
getMimeType() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getMimeTyper() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getMultivaluedElement(Object, String) - Static method in class atg.rest.util.BeanUtils
Returns the element in a List or array which is located in the slot specified by pProperty
getName() - Method in class atg.rest.filtering.ComponentConfiguration
The name of the filtered property
getName() - Method in class atg.rest.filtering.PropertyConfiguration
Returns the property name for the filtered property
getName() - Method in class atg.rest.security.RestSecurityConfiguration
 
getName() - Method in class atg.rest.util.NameValuePair
 
getNonExpandableClassesList() - Method in class atg.rest.filtering.FilteringManager
 
getNucleus() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getNucleusComponentPropertyReferenceString(GenericService, String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.RestOutputCustomizerImpl
Returns a REST URL string for the given nucleus component property
getNucleusComponentPropertyReferenceString(BeanURI, String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.RestOutputCustomizerImpl
Returns a REST URL string for the given nucleus component property
getNucleusComponentReferenceObject(GenericService, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.JSONOutputCustomizer
Returns a skeleton JSON Object for the given nucleus component
getNucleusComponentReferenceObject(GenericService, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.XMLOutputCustomizer
create a nucleus component reference object
getNucleusComponentReferenceString(GenericService, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.RestOutputCustomizerImpl
Returns a REST URL string for the given nucleus component
getNucleusComponentReferenceString(BeanURI, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.RestOutputCustomizerImpl
Returns a REST URL string for the given nucleus component
getObjectParameter(ParameterName) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getObjectParameter(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
Intercepts the getObjectParameter call to the underlying request and substitutes parameters from the REST request.
getObjectURLParameter(String, int) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getOriginalRequestDispatcher() - Method in class atg.servlet.RestRequestDispatcherWrapper
 
getOriginalResponse() - Method in class atg.servlet.RestHttpServletResponseWrapper
 
getOutputCustomizer() - Method in class atg.rest.processor.GenericRestProcessor
Returns the requested or configured rest output customizer.
getOutputCustomizers() - Method in class atg.rest.RestConfiguration
Returns a map of all output customizers
getOutputStream() - Method in class atg.servlet.RestHttpServletResponseWrapper
 
getParameter(String) - Method in class atg.rest.util.ParameterContext
Returns the parameter with the given name or null if the parameter does not exist
getParameter(ParameterName) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getParameter(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
Intercepts the getParameter call to the underlying request and substitutes parameters from the REST request.
getParameterContext() - Static method in class atg.rest.util.ParameterContext
 
getParameterDelimiter() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getParameterMap() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getParameterNames() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getParameterNamesInStack() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getParameters() - Method in class atg.rest.util.ParameterContext
 
getParameterValues(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getParamMapForTopFrame() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getParentSecurityConfiguration(BeanURI) - Method in class atg.rest.processor.RestSecurityProcessor
Looks for wildcard or default ComponentSecurityConfiguration for a resource
getParentServlet() - Method in class atg.rest.processor.GenericRestProcessor
 
getParsedURI() - Method in class atg.droplet.RestFormSubmissionHandler
 
getParsedURI() - Method in class atg.servlet.RestHttpServletRequestWrapper
The ParsedURI for this request
getPathInfo() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getPathTranslated() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getPermanentAttribute(AttributeFactory) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getPostParameter(String, int) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getPostParameter(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getPostParameterCount(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getPostParameterNames() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getPostParameterValues(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getPropertyCustomizer() - Method in class atg.rest.filtering.PropertyConfiguration
The fully qualified name of a class which implements the RestPropertyCustomizer interface.
getPropertyCustomizerInstance(NameResolver) - Method in class atg.rest.filtering.PropertyConfiguration
Returns the instance of the class which implements the RestPropertyCustomizer interface
getPropertyNameAndValue(String[], Object) - Static method in class atg.rest.util.BeanUtils
This method returns the property value for a property that is a child or grandchild of the resource container.
getPropertyNameAndValue(String, Object) - Static method in class atg.rest.util.BeanUtils
Convenience method for getting the property name from the given property descriptor and the value from the given resource container.
getPropertyNameAndValue(String[], Object, ComponentConfiguration, DynamoHttpServletRequest, DynamoHttpServletResponse) - Static method in class atg.rest.util.BeanUtils
This method returns the property value for a property that is a child or grandchild of the resource container.
getPropertyNameAndValue(String, Object, ComponentConfiguration, DynamoHttpServletRequest, DynamoHttpServletResponse) - Static method in class atg.rest.util.BeanUtils
Convenience method for getting the property name from the given property descriptor and the value from the given resource container.
getPropertySecurityConfiguration(String) - Method in class atg.rest.security.ComponentSecurityConfiguration
Returns the PropertySecurityConfiguration for the given property name.
getPropertySecurityConfigurations() - Method in class atg.rest.security.ComponentSecurityConfiguration
 
getPropertyValue(String, Object) - Method in interface atg.rest.filtering.RestPropertyCustomizer
Returns the property value specified by pPropertyName.
getProtocol() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getProxiedServlet() - Method in class atg.rest.servlet.RestProxyServlet
Returns a reference to the proxied servlet
getQueryParameter(String, int) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getQueryParameter(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getQueryParameterCount(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getQueryParameterNames() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getQueryParameterValues(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getQueryString() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getReader() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getRealPath(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getReferenceStringRoot(DynamoHttpServletRequest) - Method in class atg.rest.output.RestOutputCustomizerImpl
Returns the base of a rest URL, example http://localhost:80/rest
getRemoteAddr() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getRemoteHost() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getRemotePort() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getRemoteUser() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getRepositoryItemPropertyReferenceString(RepositoryItem, String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.RestOutputCustomizerImpl
Returns a REST URL string for the given repository item property
getRepositoryItemReferenceObject(RepositoryItem, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.JSONOutputCustomizer
Returns a skeleton JSON object for the given repository item
getRepositoryItemReferenceObject(RepositoryItem, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.XMLOutputCustomizer
create a repository item reference object
getRepositoryItemReferenceString(RepositoryItem, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.RestOutputCustomizerImpl
Returns a REST URL string for the given repository item
getRequest() - Method in class atg.droplet.RestFormSubmissionHandler
 
getRequest() - Method in class atg.servlet.RestHttpServletRequestWrapper
returns the wrapped request
getRequestDispatcher(ServletContext, String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getRequestDispatcher(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
Wrap request dispatcher to allow forward calls to be intercepted.
getRequestedPath() - Method in class atg.servlet.RestRequestDispatcherWrapper
 
getRequestedSessionId() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getRequestForComparison() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getRequestLocale() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getRequestLocalePath() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getRequestScope() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getRequestScopeManager() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getRequestURI() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getRequestURIWithQueryString() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getRequestURL() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getRequestWrapper() - Method in class atg.droplet.RestFormSubmissionHandler
Wraps the current request with a RestHttpServletRequestWrapper object and returns the wrapper
getRequiredServletPrefix() - Method in class atg.rest.servlet.RestPipelineServlet
Returns the required servlet prefix.
getResource() - Method in class atg.rest.util.BeanURI
Returns the resource from the URI
getResourceContainer() - Method in class atg.droplet.RestFormSubmissionHandler
 
getResourceContainer() - Method in class atg.rest.util.ParsedURI
Returns the portion of the URI which is the resource container
getResourceProperty() - Method in class atg.rest.util.ParsedURI
Returns an array of resource properties and subproperties
getResponse() - Method in class atg.droplet.RestFormSubmissionHandler
 
getResponse() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getResponse() - Method in class atg.servlet.RestHttpServletResponseWrapper
 
getResponseWrapper() - Method in class atg.droplet.RestFormSubmissionHandler
Wraps the current response with a RestHttpServletResponseWrapper object and returns the wrapper
getRestConfiguration() - Static method in class atg.rest.RestConfiguration
Return an instance of this class
getRestConfiguration() - Method in class atg.rest.security.RestSecurityManager
 
getRestorableSessionIdFromURL() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getRestProcessor() - Method in class atg.rest.servlet.RestPipelineServlet
 
getRestSecurityDefinitionFiles() - Method in class atg.rest.security.RestSecurityManager
 
getRestSecurityManager() - Method in class atg.droplet.RestFormSubmissionHandler
 
getRestSecurityManager() - Method in class atg.rest.processor.BeanProcessor
 
getRestSecurityManager() - Method in class atg.rest.processor.RestSecurityProcessor
 
getRestSecurityManager() - Method in class atg.rest.RestConfiguration
Returns the RestSecurityManager
getRestSecurityProcessor() - Method in class atg.droplet.RestFormSubmissionHandler
 
getRestSecurityProcessor() - Method in class atg.rest.processor.BeanProcessor
 
getRootContainer() - Method in class atg.rest.util.BeanURI
get RootContainer
getRootElementString() - Method in class atg.rest.output.RestOutputCustomizerImpl
Returns the string that the output customizer will use as its root
getScheme() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getScrambleKey() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getSecurityConfiguration() - Method in class atg.rest.security.RestSecurityConfiguration
 
getSecurityConfiguration() - Method in class atg.rest.security.RestSecurityManager
 
getServerName() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getServerPort() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getServletContext(DynamoHttpServletRequest, String) - Method in class atg.rest.processor.ServiceProcessor
The the servlet context from the given url
getServletPath() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getSession() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getSession(boolean) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getSessionConfirmationNumber() - Method in class atg.rest.SessionConfirmation
Returns the session confirmation number
getSessionConfirmationNumber() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getSessionNameContext() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getSessionRequest() - Method in class atg.servlet.RestHttpServletRequestWrapper
Deprecated.  
getSessionRequest(boolean) - Method in class atg.servlet.RestHttpServletRequestWrapper
Deprecated.  
getSignature() - Method in class atg.rest.security.MethodSecurityConfiguration
 
getStatus() - Method in class atg.servlet.RestHttpServletResponseWrapper
 
getString(String) - Static method in class atg.rest.Messages
Retrieves the resource specified by the key argument
getString(String) - Static method in class atg.servlet.Messages
 
getStringControlParam(String) - Method in class atg.rest.output.RestOutputCustomizerImpl
get a specified string control param value
getStringControlParam(String) - Method in class atg.rest.processor.GenericRestProcessor
get a specified string control param value
getTarget() - Method in class atg.rest.filtering.PropertyConfiguration
The name of a property to return for the value of the property specified by the name property
getTemplates() - Method in class atg.rest.processor.ServiceProcessor
The array of templates
getTimeZoneId() - Method in class atg.rest.output.RestOutputCustomizerImpl
Returns the Time Zone id to use for output dates.
getTransactionManager() - Method in class atg.rest.RestConfiguration
 
getTransactionManager() - Method in class atg.rest.servlet.RestPipelineServlet
 
getUncheckedFormExceptions() - Method in class atg.rest.RestFormExceptions
get UncheckedFormExceptions
getURI() - Method in class atg.rest.util.ParsedURI
Returns the URI string
getUriClassMap() - Method in class atg.rest.servlet.HeadRestServlet
Get the map of uri string to class name.
getURLParameter(String, int) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getURLParameter(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getURLParameterCount(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getURLParameterNames() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getURLParameterString() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getURLParameterValues(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getURLSessionIdSpecifier() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getUserAuthenticator() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getUserPrincipal() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getValue() - Method in class atg.rest.util.NameValuePair
 
getValueAsString() - Method in class atg.rest.util.NameValuePair
 
getWebApplication() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getWebPools() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getWildCardComponentSecurityConfiguration(String) - Method in class atg.rest.security.RestSecurityManager
Given a componentName, returns a wild card ComponentSecurityConfiguration.
getWildCardName(String) - Method in class atg.rest.security.RestSecurityManager
Given a component name, returns a wild card name for the component.
getWildCardNames(String) - Method in class atg.rest.security.RestSecurityManager
Given a component name, returns a list of wild card name for the component.
getWindowScope() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getWindowScopeManager() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getWorkingDirectory() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getWrapper() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
getWrapper() - Method in class atg.servlet.RestHttpServletResponseWrapper
 
getWriter() - Method in class atg.servlet.RestHttpServletResponseWrapper
 
getXMLToDOMParser() - Method in class atg.rest.filtering.FilteringManager
 
getXMLToDOMParser() - Method in class atg.rest.security.RestSecurityManager
 
getXMLToolsFactory() - Method in class atg.rest.filtering.FilteringManager
 
getXMLToolsFactory() - Method in class atg.rest.security.RestSecurityManager
 

H

handleRepositoryRequest(RepositoryURI, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.processor.RestSecurityProcessor
Checks security for repository access.
handleRequest(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.processor.ServiceProcessor
Handles the request.
hasAccess(AccessRight) - Method in class atg.rest.security.RestSecurityConfiguration
 
hasAcl() - Method in class atg.rest.security.RestSecurityConfiguration
 
hashCode() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
hashCode() - Method in class atg.servlet.RestHttpServletResponseWrapper
 
hasRequestScope() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
HeadRestServlet - Class in atg.rest.servlet
This class represents the start of the REST servlet pipeline.
HeadRestServlet() - Constructor for class atg.rest.servlet.HeadRestServlet
Constructor
HTTP_METHOD - Static variable in class atg.rest.util.ParameterContext
 

I

IGNORE_REDIRECT - Static variable in class atg.servlet.RestHttpServletResponseWrapper
redirects to this location will be ignored, no warning displayed
include(ServletRequest, ServletResponse) - Method in class atg.servlet.RestRequestDispatcherWrapper
Forwards the request to the original dispatcher
INDEX - Static variable in class atg.rest.util.ParameterContext
 
init() - Method in class atg.rest.servlet.RestProxyServlet
Gets the proxiedServlet property from the web.xml file and sets the proxiedServlet property
initialize(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.util.ParameterContext
Initializes the parameter context object by reading parameters from the input stream and the request
initializeConfiguration(XMLFile[]) - Method in class atg.rest.filtering.FilteringManager
Initializes the configuration of the FilteringManager by parsing the configuration files
initializeRestSecurityConfiguration(XMLFile[]) - Method in class atg.rest.security.RestSecurityManager
Initializes the Rest security configuration by parsing the configuration files
INPUT - Static variable in class atg.rest.util.ParameterContext
 
instantiateObjectParameter(Object, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.input.JSONInputCustomizer
Instantiates an object argument from the given JSONObject.
instantiateObjectParameter(Object, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in interface atg.rest.input.RestInputCustomizer
Instantiates an object from the formatted data in pObject
instantiateObjectParameter(Object, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.input.XMLInputCustomizer
Instantiates an object argument from the given Document.
isAcceptJSONInput() - Method in class atg.rest.processor.GenericRestProcessor
get AcceptJSONInput
isAfterGetsClaimed() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
isAllowAccessForUnsecuredRepository() - Method in class atg.rest.processor.RestSecurityProcessor
 
isAppendMultiValuesByDefault() - Method in class atg.rest.processor.RepositoryProcessor
get AppendMultiValuesByDefault
isBrowserType(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
isCheckFormHandlerProperties() - Method in class atg.rest.security.RestSecurityManager
 
isCommitted() - Method in class atg.servlet.RestHttpServletResponseWrapper
 
isDefaultIncludes() - Method in class atg.rest.filtering.ComponentConfiguration
A flag indicating whether or not to include all the "standard" properties when returning values for this component.
isDelayedRequest() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
isDepthSet() - Method in class atg.rest.filtering.ComponentConfiguration
get DepthSet
isDynamoPipeline() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
isEnabled() - Method in class atg.rest.processor.RestSecurityProcessor
 
isEnableFormatDateOutput() - Method in class atg.rest.output.RestOutputCustomizerImpl
get EnableFormatDateOutput
isEnablePerRequestClassFilters() - Method in class atg.rest.output.RestOutputCustomizerImpl
get EnablePerRequestClassFilters
isEnablePerRequestComponentFilters() - Method in class atg.rest.output.RestOutputCustomizerImpl
get EnablePerRequestComponentFilters
isEnablePerRequestFilters() - Method in class atg.rest.output.RestOutputCustomizerImpl
get EnablePerRequestFilters
isEnablePerRequestRepositoryFilters() - Method in class atg.rest.output.RestOutputCustomizerImpl
get EnablePerRequestRepositoryFilters
isEnsureTransaction() - Method in class atg.rest.servlet.RestPipelineServlet
Returns property EnsureTransaction, if false then no transaction management is performed
isExpand() - Method in class atg.rest.filtering.PropertyConfiguration
Flag indicating whether or not the property is expandable
isFormHanlder(Object) - Method in class atg.rest.processor.RestSecurityProcessor
This method attempts to find out if a component is a FormHanlder
isHidden() - Method in class atg.rest.filtering.PropertyConfiguration
Flag indicating whether or not the property is hidden from a REST GET request
isInitialized() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
isIntegerString(String) - Static method in class atg.rest.util.BeanUtils
Returns true if pString is a string version of an integer, false otherwise
isInTemplatePage() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
isLoggingDebug() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
isLoggingError() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
isLoggingInfo() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
isLoggingPropertyDebug() - Method in class atg.rest.output.RestOutputCustomizerImpl
 
isLoggingWarning() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
isMethodRequest(BeanURI, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.processor.RestSecurityProcessor
This method attempts to find out if the request is for a method call.
isObjectANonGenericServiceNucleusComponent(Object, BeanURI) - Method in class atg.rest.output.RestOutputCustomizerImpl
determine if the container object is a non-GenericService nucleus component
isOmitEncoding() - Method in class atg.rest.output.XMLOutputCustomizer
Flag indicating if the encoding declaration should be suppressed or not.
isParentType() - Method in class atg.rest.security.ComponentSecurityConfiguration
 
isRead() - Method in class atg.rest.SessionConfirmation
Initially set to false, this property reflects whether or not the session confirmation number has already been read for the current session.
isRepository() - Method in class atg.rest.filtering.ComponentConfiguration
Returns the nucleus path of the repository this component filtering is for.
isRepositoryURI(ParsedURI) - Method in class atg.rest.processor.RestSecurityProcessor
Check if the ParsedURI is a RepositoryURI
isRequestedSessionIdFromCookie() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
isRequestedSessionIdFromUrl() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
isRequestedSessionIdFromURL() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
isRequestedSessionIdValid() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
isRequiresSessionConfirmation() - Method in class atg.rest.security.MethodSecurityConfiguration
 
isResourceWritable(ParsedURI) - Method in class atg.rest.processor.GenericRestProcessor
Returns true if the property is writable based on the filtering configuration.
isResourceWritable(String, ParsedURI) - Method in class atg.rest.processor.GenericRestProcessor
Returns true if the property is writable based on the filtering configuration.
isResponseComplete() - Method in class atg.servlet.RestHttpServletResponseWrapper
 
isResult() - Method in class atg.rest.processor.BeanProcessor.FormHandlerOutputObject
 
isReturnFormHandlerExceptionsByDefault() - Method in class atg.rest.processor.BeanProcessor
get ReturnFormHandlerExceptionsByDefault
isReturnFormHandlerPropertiesByDefault() - Method in class atg.rest.processor.BeanProcessor
get ReturnFormHandlerPropertiesByDefault
isSecure() - Method in class atg.rest.security.RestSecurityConfiguration
 
isSecure() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
isShowRESTPaths() - Method in class atg.rest.output.RestOutputCustomizerImpl
get ShowRESTPaths
isSuppressDeclaration() - Method in class atg.rest.output.XMLOutputCustomizer
Flag indicating if the XML declaration () is suppressed or not.
isTransactionMarkedAsRollback() - Method in class atg.rest.servlet.RestPipelineServlet
Returns true if the transaction associated with the current thread is marked for rollback, false otherwise
isUserInRole(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
isValidJSONString(String) - Static method in class atg.rest.input.JSONInputCustomizer
Returns a JSONObject if the specified string is a valid JSON string, null otherwise
isValidTypeString(String) - Method in class atg.rest.input.JSONInputCustomizer
Returns true if the specified string is a valid JSON string, false otherwise
isValidTypeString(String) - Method in interface atg.rest.input.RestInputCustomizer
Returns true if the pData string can be handled by the InputCustomizer, false otherwise
isValidTypeString(String) - Method in class atg.rest.input.XMLInputCustomizer
Returns true if pData is a valid XML string, false otherwise
isWarnSecureSetting() - Method in class atg.rest.security.RestSecurityManager
 
isWritable() - Method in class atg.rest.filtering.PropertyConfiguration
Flag indicating whether or not the property is writable from a REST request
isWriterUsed() - Method in class atg.servlet.RestHttpServletResponseWrapper
 
isXHTML() - Method in class atg.rest.output.XMLOutputCustomizer
Flag indicating whether or not the output should be strict XHTML or not.

J

javaInstanceForClass(String, DynamoHttpServletResponse) - Method in class atg.rest.input.RestInputCustomizerImpl
for a given json object, return a java object instance
JSONInputCustomizer - Class in atg.rest.input
This class implements a JSON REST input customizer.
JSONInputCustomizer() - Constructor for class atg.rest.input.JSONInputCustomizer
Constructor
JSONOutputCustomizer - Class in atg.rest.output
This class implements a JSON REST output customizer.
JSONOutputCustomizer() - Constructor for class atg.rest.output.JSONOutputCustomizer
Constructor, sets the format to "json"

L

loadNucleusComponentIntoMap(String, Object, Object, BeanURI) - Method in class atg.rest.output.RestOutputCustomizerImpl
load a nucleus component into the uri's properties map
loadNucleusComponentIntoMap(String, Object, BeanURI) - Method in class atg.rest.output.RestOutputCustomizerImpl
load a nucleus component into the uri's properties map
logDebug(String, Throwable) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
logDebug(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
logDebug(Throwable) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
logError(String, Throwable) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
logError(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
logError(Throwable) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
logInfo(String, Throwable) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
logInfo(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
logInfo(Throwable) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
logWarning(String, Throwable) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
logWarning(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
logWarning(Throwable) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
lookupFilteredComponent(Object, Object...) - Method in class atg.rest.resolver.RestResolver
Resolves components by doing a filtered component lookup.
lookupJNDIComponent(Object, Object...) - Method in class atg.rest.resolver.RestResolver
Resolves components by doing a JNDI lookup.
lookupNucleusComponent(Object, Object...) - Method in class atg.rest.resolver.RestResolver
Resolves components by doing a nucleus lookup.

M

MAP - Static variable in interface atg.rest.security.RestAccessRights
A map of all the Rest access rights.
Messages - Class in atg.rest
 
Messages - Class in atg.servlet
 
METHOD - Static variable in class atg.rest.util.ParameterContext
 
MethodSecurityConfiguration - Class in atg.rest.security
The SecuredObject for a method.
MethodSecurityConfiguration(String, String, String, boolean, String, SecurityConfiguration) - Constructor for class atg.rest.security.MethodSecurityConfiguration
Constructor
MethodSecurityConfiguration(String, String, String, String, boolean, boolean, String, SecurityConfiguration) - Constructor for class atg.rest.security.MethodSecurityConfiguration
Constructor
MULTIPART_FORM_DATA - Static variable in class atg.rest.util.ParameterContext
 

N

NameValuePair - Class in atg.rest.util
This class is mainly used to return name value pairs from methods.
NULL - Static variable in class atg.rest.util.ParameterContext
 

O

OUTPUT - Static variable in class atg.rest.util.ParameterContext
 
outputBean(ParsedURI, Object, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in interface atg.rest.output.RestOutputCustomizer
This method outputs all the properties of an object to the response's output stream
outputBean(ParsedURI, Object, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.RestOutputCustomizerImpl
This method outputs all the properties of an object to the response's output stream
outputBeanProperty(ParsedURI, Object, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in interface atg.rest.output.RestOutputCustomizer
This method outputs a single bean property to the response's output stream by passing it to the output customizer
outputBeanProperty(ParsedURI, Object, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.RestOutputCustomizerImpl
This method outputs a single bean property to the response's output stream by passing it to the output customizer
outputBeanValue(ParsedURI, String, Object, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in interface atg.rest.output.RestOutputCustomizer
Called to output the property value of a bean property to the output stream for a REST GET request.
outputBeanValue(ParsedURI, String, Object, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.RestOutputCustomizerImpl
Outputs a bean property value to the output stream
outputFilteredProperty(PropertyConfiguration, ParsedURI, Object, Object, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.RestOutputCustomizerImpl
This method adds a single property and value to the output object.
outputNonFilteredProperty(String, ParsedURI, Object, Object, int, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.output.RestOutputCustomizerImpl
This method adds a single property and value to the output object.

P

ParameterContext - Class in atg.rest.util
A class which provides access to all the parameters in a request whether they are request parameters or parameters which are supplied via the input stream in a supported format.
PARSED_URI - Static variable in class atg.rest.servlet.RestPipelineServlet
 
ParsedURI - Class in atg.rest.util
Help class to assist in uri parsing for REST requests.
ParsedURI(ComponentResolver, DynamoHttpServletRequest, String) - Constructor for class atg.rest.util.ParsedURI
Constructor
parseFormUrlEncodedRequest(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.util.ParameterContext
Returns a map of parameters which were read from the input stream of a request whose content type is application/x-www-form-urlencoded
parseMultiPartRequest(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.util.ParameterContext
Parses a multi-part request and returns each item in a List.
parseString(String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.input.JSONInputCustomizer
Returns a JSONObject representing the data from the pData string
parseString(String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in interface atg.rest.input.RestInputCustomizer
Parses the given String and creates the appropriate representation of the data
parseString(String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.input.XMLInputCustomizer
Returns a Document object representing the data from pData
parseURI(ComponentResolver, DynamoHttpServletRequest) - Method in class atg.rest.util.BeanURI
Parses a bean uri into parts.
parseURI(ComponentResolver, DynamoHttpServletRequest) - Method in class atg.rest.util.ParsedURI
Parses a uri into parts.
parseURI(ComponentResolver, DynamoHttpServletRequest) - Method in class atg.rest.util.RepositoryURI
Parses a uri into parts
PATH_INFO - Static variable in class atg.rest.servlet.RestPipelineServlet
 
performExitTracking(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
popDefaultParameters() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
popFrame() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
popParameters() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
postCommitTransaction(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.servlet.RestPipelineServlet
This method is called after the transaction is committed.
postCreateTransaction(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.servlet.HeadRestServlet
This method is called after the transaction is created.
postCreateTransaction(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.servlet.RestPipelineServlet
This method is called after the transaction is created.
preCommitTransaction(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.servlet.HeadRestServlet
This method is called before the transaction is committed.
preCommitTransaction(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.servlet.RestPipelineServlet
This method is called before the transaction is committed.
preCreateTransaction(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.servlet.RestPipelineServlet
This method is called before the transaction is created.
printRequest(PrintStream) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
prioritizeFormTags(Map<String, Object>) - Method in class atg.droplet.RestFormSubmissionHandler
prioritize the form tags
processComponentConfiguration(Element, ComponentResolver) - Method in class atg.rest.filtering.FilteringManager
process a component configuration
processJSONMultiValue(Object, JSONObject, Class<?>, String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.input.JSONInputCustomizer
process a json multi value, convert it into a java object
processXMLMultiValue(Element, Element, Class<?>, String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.input.XMLInputCustomizer
process an xml multi value, convert it into a java object
produceMultivalueComponentObject(Object, JSONObject, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.input.JSONInputCustomizer
produce a result object for a multivalue component item
produceMultivalueComponentObject(Element, Element, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.input.XMLInputCustomizer
produce a result object for a multivalue component item
PROPERTY_FILTERS - Static variable in class atg.rest.util.ParameterContext
 
PropertyConfiguration - Class in atg.rest.filtering
This class represents customization information for a single component or item descriptor property.
PropertySecurityConfiguration - Class in atg.rest.security
The SecuredObject for a property.
PropertySecurityConfiguration(String, String, boolean, String, SecurityConfiguration) - Constructor for class atg.rest.security.PropertySecurityConfiguration
Constructor
pushDefaultParameters(Dictionary) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
pushFrame() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
pushParameters(Dictionary) - Method in class atg.servlet.RestHttpServletRequestWrapper
 

R

READ - Static variable in interface atg.rest.security.RestAccessRights
The ability to read (access) a component.
readInputStream(InputStream) - Method in class atg.rest.util.ParameterContext
Deprecated. this method has been depreciated
readInputStreamFromRequest(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.util.ParameterContext
Returns the content of the input stream as a string from the given request/response.
readParametersFromInputStream(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.util.ParameterContext
Returns a map of parameters which were read from the input stream
removeAttribute(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
removeBrackets(String) - Static method in class atg.rest.util.BeanUtils
Convenience method for removing brackets [ and ] from a String if it contains them.
removeEldestEntry(Map.Entry) - Method in class atg.rest.security.RestSecurityConfigurationCache
 
removeParameter(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
removePersistentQueryParameter(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
removeQuotes(String) - Static method in class atg.rest.util.BeanUtils
Convenience method for removing quotes " or ' from a String if it contains them.
removeSessionFromRequest() - Method in class atg.servlet.RestHttpServletRequestWrapper
Deprecated.  
REPOSITORY_SERVLET_PATH - Static variable in class atg.rest.servlet.RestPipelineServlet
 
RepositoryProcessor - Class in atg.rest.processor
The base type for processing repository based rest requests.
RepositoryProcessor() - Constructor for class atg.rest.processor.RepositoryProcessor
Constructor
RepositoryURI - Class in atg.rest.util
Class which represents a repository URI for REST requests.
RepositoryURI(ComponentResolver, DynamoHttpServletRequest, String) - Constructor for class atg.rest.util.RepositoryURI
Constructor
RepositoryUtils - Class in atg.rest.util
A class which provides common repository utility methods.
RepositoryUtils() - Constructor for class atg.rest.util.RepositoryUtils
 
REQUEST_SCOPE_PATH - Static variable in class atg.rest.output.RestOutputCustomizerImpl
 
reset() - Method in class atg.servlet.RestHttpServletResponseWrapper
 
resetBuffer() - Method in class atg.servlet.RestHttpServletResponseWrapper
 
resolveGlobalName(ComponentName) - Method in class atg.servlet.RestHttpServletRequestWrapper
Deprecated.  
resolveGlobalName(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
Deprecated.  
resolveName(ComponentName, boolean) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
resolveName(ComponentName) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
resolveName(String, boolean) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
resolveName(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
resolveRequestName(ComponentName) - Method in class atg.servlet.RestHttpServletRequestWrapper
Deprecated.  
resolveRequestName(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
Deprecated.  
resolveSessionName(ComponentName) - Method in class atg.servlet.RestHttpServletRequestWrapper
Deprecated.  
resolveSessionName(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
Deprecated.  
RESPONSE_KEY - Static variable in class atg.rest.util.ParameterContext
 
REST_CONTEXT_ROOT - Static variable in class atg.rest.servlet.RestPipelineServlet
 
RestAccessRights - Interface in atg.rest.security
A set of Rest access rights.
RestAccessRightsMap - Class in atg.rest.security
A map of all the Rest access rights.
RestConfiguration - Class in atg.rest
A class to hold configuration properties for REST web services.
RestConfiguration() - Constructor for class atg.rest.RestConfiguration
 
RestException - Exception in atg.rest
The base RestException class.
RestException(String, HttpServletResponse, int) - Constructor for exception atg.rest.RestException
A constructor which takes a message, response object and error code.
RestException(Throwable, HttpServletResponse, int) - Constructor for exception atg.rest.RestException
A constructor which takes a source exception, response object and error code.
RestException(String, Throwable, HttpServletResponse, int) - Constructor for exception atg.rest.RestException
A constructor which takes a source exception, response object and error code.
RestException(List<Throwable>, HttpServletResponse, int) - Constructor for exception atg.rest.RestException
A constructor which takes a List of source exceptions, response object and error code.
RestException(String, List<Throwable>, HttpServletResponse, int) - Constructor for exception atg.rest.RestException
A constructor which takes a message, a List of source exceptions, response object and error code.
RestFormExceptions - Class in atg.rest
this is bean to store form and unchecked form exceptions from handling a form submission, to send back to a client.
RestFormExceptions() - Constructor for class atg.rest.RestFormExceptions
Constructs an instanceof RestFormExceptions
RestFormSubmissionHandler - Class in atg.droplet
This class is the link between REST web services and the form handling logic in the platform.
RestFormSubmissionHandler(Object, BeanURI, DynamoHttpServletRequest, DynamoHttpServletResponse) - Constructor for class atg.droplet.RestFormSubmissionHandler
Constructor
RestFormSubmissionHandler(Object, BeanURI, RestSecurityProcessor, RestSecurityManager, DynamoHttpServletRequest, DynamoHttpServletResponse) - Constructor for class atg.droplet.RestFormSubmissionHandler
 
RestHttpServletRequestWrapper - Class in atg.servlet
This class wraps the dynamo request and is used when handling rest requests for form submits.
RestHttpServletRequestWrapper(DynamoHttpServletRequest, BeanURI) - Constructor for class atg.servlet.RestHttpServletRequestWrapper
Constructor
RestHttpServletResponseWrapper - Class in atg.servlet
This class wraps the dynamo response and is used when handling rest requests for form submits.
RestHttpServletResponseWrapper(DynamoHttpServletResponse) - Constructor for class atg.servlet.RestHttpServletResponseWrapper
Constructor
RestInitializationException - Exception in atg.rest
This exception is used when an error occurs during initialization of REST components.
RestInitializationException(String) - Constructor for exception atg.rest.RestInitializationException
A constructor which takes a message string
RestInitializationException(Throwable) - Constructor for exception atg.rest.RestInitializationException
A constructor which takes a source exception
RestInitializationException(String, Throwable) - Constructor for exception atg.rest.RestInitializationException
A constructor which takes a message string and source exception
RestInputCustomizer - Interface in atg.rest.input
An interface to allow for customizing REST input.
RestInputCustomizerImpl - Class in atg.rest.input
An abstract class which implements functionality common to input customizers.
RestInputCustomizerImpl() - Constructor for class atg.rest.input.RestInputCustomizerImpl
Constructor
RestOutputCustomizer - Interface in atg.rest.output
An interface to allow for customizing REST output.
RestOutputCustomizerImpl - Class in atg.rest.output
An abstract class which implements functionality common to output customizers.
RestOutputCustomizerImpl() - Constructor for class atg.rest.output.RestOutputCustomizerImpl
Constructor
RestOutputCustomizerImpl.NucleusComponentReferenceObject - Class in atg.rest.output
class to store nucleus component reference values
RestOutputCustomizerImpl.NucleusComponentReferenceObject() - Constructor for class atg.rest.output.RestOutputCustomizerImpl.NucleusComponentReferenceObject
 
RestOutputCustomizerImpl.RepositoryItemReferenceObject - Class in atg.rest.output
class to store repository item reference values
RestOutputCustomizerImpl.RepositoryItemReferenceObject() - Constructor for class atg.rest.output.RestOutputCustomizerImpl.RepositoryItemReferenceObject
 
RestPipelineServlet - Class in atg.rest.servlet
Base class for a REST pipeline servlet.
RestPipelineServlet() - Constructor for class atg.rest.servlet.RestPipelineServlet
Constructor
RestProcessor - Interface in atg.rest.processor
An interface for exposing methods to handle each of the URL request types for processing REST web service requests.
RestPropertyCustomizer - Interface in atg.rest.filtering
An interface used to expose custom properties on components for REST requests.
RestProxyServlet - Class in atg.rest.servlet
This class represents the start of the REST servlet pipeline.
RestProxyServlet() - Constructor for class atg.rest.servlet.RestProxyServlet
Constructor
RestRequestDispatcherWrapper - Class in atg.servlet
This class wraps the dynamo request and is used when handling rest requests for form submits.
RestRequestDispatcherWrapper(String, RequestDispatcher) - Constructor for class atg.servlet.RestRequestDispatcherWrapper
Constructor
RestResolver - Class in atg.rest.resolver
A class which resolves components
RestResolver() - Constructor for class atg.rest.resolver.RestResolver
Constructor
RestRuntimeException - Exception in atg.rest
The RestRuntimeException class.
RestRuntimeException(String, HttpServletResponse, int) - Constructor for exception atg.rest.RestRuntimeException
A constructor which takes a message, response object and error code.
RestRuntimeException(String, ServletResponse, int) - Constructor for exception atg.rest.RestRuntimeException
A constructor which takes a message, a servlet response object and error code.
RestRuntimeException(Throwable, HttpServletResponse, int) - Constructor for exception atg.rest.RestRuntimeException
A constructor which takes a source exception, response object and error code.
RestRuntimeException(String, Throwable, HttpServletResponse, int) - Constructor for exception atg.rest.RestRuntimeException
A constructor which takes a source exception, response object and error code.
RestSecurityConfiguration - Class in atg.rest.security
The base type for Rest secured objects.
RestSecurityConfiguration(String, String, boolean, String, SecurityConfiguration) - Constructor for class atg.rest.security.RestSecurityConfiguration
Constructs an RestSecurityConfiguration
RestSecurityConfigurationCache<K,V> - Class in atg.rest.security
 
RestSecurityConfigurationCache(int) - Constructor for class atg.rest.security.RestSecurityConfigurationCache
 
RestSecurityManager - Class in atg.rest.security
This class manages Rest security configuration.
RestSecurityManager() - Constructor for class atg.rest.security.RestSecurityManager
Default Constructor
RestSecurityProcessor - Class in atg.rest.processor
RestSecurityProcessor the base type for Rest security checking.
RestSecurityProcessor() - Constructor for class atg.rest.processor.RestSecurityProcessor
 
RQL - Static variable in class atg.rest.util.ParameterContext
 

S

searchComponentConfigs(String, int) - Method in class atg.rest.output.RestOutputCustomizerImpl
get a component config using the key and depth
sendError(int, String) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
sendError(int) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
sendLocalRedirect(String, DynamoHttpServletRequest) - Method in class atg.servlet.RestHttpServletResponseWrapper
Intercepts the sendLocalRedirect call and throws a RestRuntimeException.
sendRedirect(String) - Method in class atg.servlet.RestHttpServletResponseWrapper
Intercepts the sendRedirect call and throws a RestRuntimeException.
sendToOutputStream(Object, DynamoHttpServletResponse) - Method in class atg.rest.output.JSONOutputCustomizer
Writes the JSONObject to the servlet output stream
sendToOutputStream(Object, DynamoHttpServletResponse) - Method in interface atg.rest.output.RestOutputCustomizer
Writes the output to the servlet output stream
sendToOutputStream(Object, DynamoHttpServletResponse) - Method in class atg.rest.output.XMLOutputCustomizer
Writes the XML document to the servlet output stream
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.servlet.HeadRestServlet
Override the service() method and call serviceRESTRequest().
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.servlet.RestPipelineServlet
Override the service() method and call serviceRESTRequest().
service(ServletRequest, ServletResponse) - Method in class atg.rest.servlet.RestProxyServlet
Forwards call to the service() method of the HeadRestServlet
serviceLocalParameter(ParameterName, ServletRequest, ServletResponse) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
serviceLocalParameter(String, ServletRequest, ServletResponse) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
serviceParameter(ParameterName, ServletRequest, ServletResponse, TagConverter, Properties) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
serviceParameter(ParameterName, ServletRequest, ServletResponse) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
serviceParameter(String, ServletRequest, ServletResponse, TagConverter, Properties) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
serviceParameter(String, ServletRequest, ServletResponse) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
ServiceProcessor - Class in atg.rest.processor
A RestProcessor responsible for redirecting requests based on the configured IndirectUrlTemplate.
ServiceProcessor() - Constructor for class atg.rest.processor.ServiceProcessor
 
serviceRESTRequest(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.servlet.HeadRestServlet
Override serviceRESTRequest() so that this servlet does not do anything other than print a line of debug if loggingDebug is true.
serviceRESTRequest(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.servlet.RestPipelineServlet
This is the method which determines the type of request made and hands it off to one of the handle methods in the RestProcessor.
ServiceURI - Class in atg.rest.util
Parser for service URI for REST requests
ServiceURI(ComponentResolver, DynamoHttpServletRequest, String) - Constructor for class atg.rest.util.ServiceURI
Default constructor
SERVLET_PATH - Static variable in class atg.rest.servlet.RestPipelineServlet
 
SESSION_SCOPE_PATH - Static variable in class atg.rest.output.RestOutputCustomizerImpl
 
SessionConfirmation - Class in atg.rest
A class to expose the session confirmation number via a nucleus component.
SessionConfirmation() - Constructor for class atg.rest.SessionConfirmation
Constructor
setAcceptableMimeTypes(String[]) - Method in class atg.rest.input.RestInputCustomizerImpl
Sets the array of allowable mimeTypes which this input customizer can handle
setAcceptJSONInput(boolean) - Method in class atg.rest.processor.GenericRestProcessor
set AcceptJSONInput
setAcl(String) - Method in class atg.rest.security.RestSecurityConfiguration
Set acl
setAdditionalFormHandlerClassNames(String[]) - Method in class atg.rest.processor.BeanProcessor
 
setAfterGetsClaimed(boolean) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setAllowAccessForUnsecuredRepository(boolean) - Method in class atg.rest.processor.RestSecurityProcessor
 
setAppendMultiValuesByDefault(boolean) - Method in class atg.rest.processor.RepositoryProcessor
set AppendMultiValuesByDefault
setArrayElementString(String) - Method in class atg.rest.output.RestOutputCustomizerImpl
Sets the string to use for array element tags
setArrayEntryValue(Object, String, String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Static method in class atg.rest.util.BeanUtils
Sets the given value into an array element
setAtgRestComponentPath(String) - Method in class atg.rest.output.RestOutputCustomizerImpl.NucleusComponentReferenceObject
 
setAtgRestComponentPath(String) - Method in class atg.rest.output.RestOutputCustomizerImpl.RepositoryItemReferenceObject
 
setAtgRestItemDescriptor(String) - Method in class atg.rest.output.RestOutputCustomizerImpl.RepositoryItemReferenceObject
 
setAtgRestRepositoryId(String) - Method in class atg.rest.output.RestOutputCustomizerImpl.RepositoryItemReferenceObject
 
setAttribute(String, Object) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setAttributeFactory(String, AttributeFactory) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setAuthType(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setBaseDirectory(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setBrowserTyper(BrowserTyper) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setBufferSize(int) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
setCauses(List<Throwable>) - Method in exception atg.rest.RestException
Sets the causes property.
setCharacterEncoding(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setCharacterEncoding(String) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
setCheckFormHandlerProperties(boolean) - Method in class atg.rest.security.RestSecurityManager
 
setCollectionElementString(String) - Method in class atg.rest.output.RestOutputCustomizerImpl
Sets the string to use for collection element tags
setComponent(String) - Method in class atg.rest.filtering.PropertyConfiguration
Sets the nucleus path of a component.
setComponent(Object) - Method in class atg.rest.processor.BeanProcessor.FormHandlerProperties
 
setComponent(Object) - Method in class atg.rest.processor.BeanProcessor.FormHandlerPropertiesAndExceptions
 
setComponent(String) - Method in class atg.rest.security.RestSecurityConfiguration
 
setComponentResolver(ComponentResolver) - Method in class atg.rest.processor.GenericRestProcessor
 
setComponentResolver(ComponentResolver) - Method in class atg.rest.security.RestSecurityManager
 
setConfigurationFiles(XMLFile[]) - Method in class atg.rest.filtering.FilteringManager
 
setContainerMap(Map<Integer, Properties>) - Method in class atg.rest.util.BeanURI
set ContainerMap
setContentLength(int) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setContentLength(int) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
setContentType(String) - Method in class atg.rest.output.RestOutputCustomizerImpl
Sets the content type that the output customizer will set on the response
setContentType(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setContentType(String) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
setContentTypeSet(boolean) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
setContextPath(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setDateHeader(String, long) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
setDefaultComponentResolver(ComponentResolver) - Method in class atg.rest.RestConfiguration
Sets the default ComponentResolver
setDefaultComponentSecurityConfiguration(ComponentSecurityConfiguration) - Method in class atg.rest.security.RestSecurityManager
 
setDefaultIncludes(boolean) - Method in class atg.rest.filtering.ComponentConfiguration
Sets the flag indicating whether or not to include all the "standard" properties when returning values for this component.
setDefaultInputCustomizer(RestInputCustomizer) - Method in class atg.rest.RestConfiguration
Sets the default input customizer
setDefaultOutputCustomizer(RestOutputCustomizer) - Method in class atg.rest.RestConfiguration
Set the default rest output customizer.
setDefaultRepository(Repository) - Method in class atg.rest.processor.ServiceProcessor
Sets the default repository
setDepth(int) - Method in class atg.rest.filtering.ComponentConfiguration
set Depth
setDepthSet(boolean) - Method in class atg.rest.filtering.ComponentConfiguration
set DepthSet
setDisableExitTracking(boolean) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setDocRootServicePrefix(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setDoExitTracking(boolean) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
setDynamoPipeline(boolean) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setEnabled(boolean) - Method in class atg.rest.processor.RestSecurityProcessor
 
setEnableFormatDateOutput(boolean) - Method in class atg.rest.output.RestOutputCustomizerImpl
set EnableFormatDateOutput
setEnablePerRequestClassFilters(boolean) - Method in class atg.rest.output.RestOutputCustomizerImpl
set EnablePerRequestClassFilters
setEnablePerRequestComponentFilters(boolean) - Method in class atg.rest.output.RestOutputCustomizerImpl
set EnablePerRequestComponentFilters
setEnablePerRequestFilters(boolean) - Method in class atg.rest.output.RestOutputCustomizerImpl
set EnablePerRequestFilters
setEnablePerRequestRepositoryFilters(boolean) - Method in class atg.rest.output.RestOutputCustomizerImpl
set EnablePerRequestRepositoryFilters
setEncodeContextPathMode(int) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setEncodeServletPath(boolean) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setEncodeURL(boolean) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setEncoding(String) - Method in class atg.rest.input.RestInputCustomizerImpl
Sets the Character encoding to be used for input
setEncoding(String) - Method in class atg.rest.output.RestOutputCustomizerImpl
Sets the encoding for the XML output
setEnsureTransaction(boolean) - Method in class atg.rest.servlet.RestPipelineServlet
Sets property EnsureTransaction
setErrorCode(int) - Method in exception atg.rest.RestException
Sets the error code that was set into the response object for this exception
setErrorCode(int) - Method in exception atg.rest.RestRuntimeException
Sets the error code that was set into the response object for this exception
setEventFlags(int) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setExceptions(RestFormExceptions) - Method in class atg.rest.processor.BeanProcessor.FormHandlerExceptions
 
setExceptions(RestFormExceptions) - Method in class atg.rest.processor.BeanProcessor.FormHandlerPropertiesAndExceptions
 
setExcludePrefixes(List<String>) - Method in class atg.rest.processor.RestSecurityProcessor
Sets the list of prefixes that should be ignored
setExitTrackingHandler(ExitTrackingHandler) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setExpand(boolean) - Method in class atg.rest.filtering.PropertyConfiguration
Sets the flag indicating whether or not the property is expandable
setFilteringManager(FilteringManager) - Method in class atg.rest.RestConfiguration
 
setFormat(String) - Method in class atg.rest.input.RestInputCustomizerImpl
Sets the format for the input customizer
setFormat(String) - Method in class atg.rest.output.RestOutputCustomizerImpl
Sets a format for the output customizer, for example "json" or "xml"
setFormEventsSent(boolean) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setFormExceptions(List<Throwable>) - Method in class atg.rest.RestFormExceptions
set FormExceptions
setFormHandlerErrorURLProperty(String) - Method in class atg.rest.security.MethodSecurityConfiguration
 
setGenerateRequestLocales(boolean) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setHeader(String, String) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
setHidden(boolean) - Method in class atg.rest.filtering.PropertyConfiguration
Sets the flag indicating whether or not the property is hidden from a REST GET request
setIgnoreExpandableOutputForSpecificClasses(boolean) - Method in class atg.rest.filtering.FilteringManager
 
setIndentSize(int) - Method in class atg.rest.output.RestOutputCustomizerImpl
Sets the indent size, which is the number of space characters used when indenting
setInitialized(boolean) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setInputCustomizers(ServiceMap) - Method in class atg.rest.RestConfiguration
Sets the Map of input customizers
setInputStream(ServletInputStream) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setInTemplatePage(boolean) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setIntHeader(String, int) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
setItemDescriptorName(String) - Method in class atg.rest.filtering.ComponentConfiguration
Sets the item descriptor this component filtering is for.
setItemId(String) - Method in class atg.rest.util.RepositoryURI
Sets the item id property
setItemType(String) - Method in class atg.rest.util.RepositoryURI
Sets the item type property
setLinkEncoding(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setLocale(Locale) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
setLocaleToCharsetMapper(LocaleToCharsetMapper) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
setLog(ApplicationLogging) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setLoggingDebug(boolean) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setLoggingError(boolean) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setLoggingInfo(boolean) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setLoggingPropertyDebug(boolean) - Method in class atg.rest.output.RestOutputCustomizerImpl
 
setLoggingWarning(boolean) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setMapElementString(String) - Method in class atg.rest.output.RestOutputCustomizerImpl
Sets the string to use for map element tags
setMapKeyElementString(String) - Method in class atg.rest.input.RestInputCustomizerImpl
Sets the string to use for map key tags
setMapKeyElementString(String) - Method in class atg.rest.output.RestOutputCustomizerImpl
Sets the string to use for map key tags
setMapValueElementString(String) - Method in class atg.rest.input.RestInputCustomizerImpl
Sets the string to use for map value tags
setMapValueElementString(String) - Method in class atg.rest.output.RestOutputCustomizerImpl
Sets the string to use for map value tags
setMaxDepthAllowed(int) - Method in class atg.rest.RestConfiguration
 
setMaxSize(int) - Method in class atg.rest.security.RestSecurityConfigurationCache
Sets property MaxSize
setMethod(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setMimeType(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setMimeTyper(MimeTyper) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setName(String) - Method in class atg.rest.filtering.ComponentConfiguration
Sets the name of the filtered property
setName(String) - Method in class atg.rest.filtering.PropertyConfiguration
Sets the name of the filtered property
setName(String) - Method in class atg.rest.security.RestSecurityConfiguration
 
setNonExpandableClassesList(String[]) - Method in class atg.rest.filtering.FilteringManager
 
setNucleus(Nucleus) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setOmitEncoding(boolean) - Method in class atg.rest.output.XMLOutputCustomizer
Sets flag indicating if the encoding declaration should be suppressed or not.
setOriginalRequestDispatcher(RequestDispatcher) - Method in class atg.servlet.RestRequestDispatcherWrapper
 
setOriginalResponse(DynamoHttpServletResponse) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
setOutputCustomizer(RestOutputCustomizer) - Method in class atg.rest.processor.GenericRestProcessor
Set the configured rest output customizer.
setOutputCustomizers(ServiceMap) - Method in class atg.rest.RestConfiguration
Sets the map of outputCustomizers
setOutputStream(ServletOutputStream) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
setParameter(String, Object, TagConverter, Properties) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setParameter(String, Object) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setParameterDelimiter(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setParameterHandler(ParameterHandler) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setParameters(Map<String, Object>) - Method in class atg.rest.util.ParameterContext
 
setParentServlet(RestPipelineServlet) - Method in class atg.rest.processor.GenericRestProcessor
 
setParentServlet(RestPipelineServlet) - Method in interface atg.rest.processor.RestProcessor
This method sets the parent rest pipeline servlet
setParentType(boolean) - Method in class atg.rest.security.ComponentSecurityConfiguration
 
setParsedURI(BeanURI) - Method in class atg.droplet.RestFormSubmissionHandler
 
setParsedURI(BeanURI) - Method in class atg.servlet.RestHttpServletRequestWrapper
Sets the ParsedURI for this request
setPathInfo(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setPathTranslated(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setPropertyCustomizer(String) - Method in class atg.rest.filtering.PropertyConfiguration
Sets the fully qualified name of a class which implements the RestPropertyCustomizer interface.
setPropertyValue(String, Object, Object) - Method in interface atg.rest.filtering.RestPropertyCustomizer
Sets the value of the specified property.
setPropertyValueFromString(Object, String, NameValuePair, ParsedURI, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.processor.RepositoryProcessor
This method sets a property value from a String.
setProtocol(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setProxiedServlet(String) - Method in class atg.rest.servlet.RestProxyServlet
Sets a reference to the proxied servlet
setQueryString(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setRemoteAddr(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setRemoteHost(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setRemoteUser(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setRepository(boolean) - Method in class atg.rest.filtering.ComponentConfiguration
Sets the nucleus path of the repository this component filtering is for.
setRequest(DynamoHttpServletRequest) - Method in class atg.droplet.RestFormSubmissionHandler
 
setRequest(DynamoHttpServletRequest) - Method in class atg.servlet.RestHttpServletRequestWrapper
Sets the wrapped request
setRequest(HttpServletRequest) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setRequest(DynamoHttpServletRequest) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
setRequestedPath(String) - Method in class atg.servlet.RestRequestDispatcherWrapper
 
setRequestLocale(RequestLocale) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setRequestLocalePath(ComponentName) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setRequestScope(NameContext) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setRequestScopeManager(RequestScopeManager) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setRequestURI(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setRequestURIHasQueryString(boolean) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setRequiredServletPrefix(String) - Method in class atg.rest.servlet.RestPipelineServlet
Sets the required servletPrefix string
setRequiresSessionConfirmation(boolean) - Method in class atg.rest.security.MethodSecurityConfiguration
 
setResource(String) - Method in class atg.rest.util.BeanURI
Sets the resource from the URI
setResourceContainer(Object) - Method in class atg.droplet.RestFormSubmissionHandler
 
setResourceContainer(String) - Method in class atg.rest.util.ParsedURI
Sets the resource container property
setResourceProperty(String[]) - Method in class atg.rest.util.ParsedURI
Sets the array of item properties from the URI
setResponse(DynamoHttpServletResponse) - Method in class atg.droplet.RestFormSubmissionHandler
 
setResponse(DynamoHttpServletResponse) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setResponse(HttpServletResponse) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
setRestConfiguration(RestConfiguration) - Method in class atg.rest.security.RestSecurityManager
 
setRestorableSessionIdFromURL(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setRestProcessor(RestProcessor) - Method in class atg.rest.servlet.RestPipelineServlet
 
setRestSecurityDefinitionFiles(XMLFile[]) - Method in class atg.rest.security.RestSecurityManager
 
setRestSecurityManager(RestSecurityManager) - Method in class atg.droplet.RestFormSubmissionHandler
 
setRestSecurityManager(RestSecurityManager) - Method in class atg.rest.processor.BeanProcessor
 
setRestSecurityManager(RestSecurityManager) - Method in class atg.rest.processor.RestSecurityProcessor
 
setRestSecurityManager(RestSecurityManager) - Method in class atg.rest.RestConfiguration
Sets the RestSecurityManager
setRestSecurityProcessor(RestSecurityProcessor) - Method in class atg.droplet.RestFormSubmissionHandler
 
setRestSecurityProcessor(RestSecurityProcessor) - Method in class atg.rest.processor.BeanProcessor
 
setResult(boolean) - Method in class atg.rest.processor.BeanProcessor.FormHandlerOutputObject
 
setReturnFormHandlerExceptionsByDefault(boolean) - Method in class atg.rest.processor.BeanProcessor
set ReturnFormHandlerExceptionsByDefault
setReturnFormHandlerPropertiesByDefault(boolean) - Method in class atg.rest.processor.BeanProcessor
set ReturnFormHandlerPropertiesByDefault
setRootContainer(Object) - Method in class atg.rest.util.BeanURI
set RootContainer
setRootElementString(String) - Method in class atg.rest.output.RestOutputCustomizerImpl
Sets the string that the output customizer will use as its root
setScheme(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setScrambleKey(byte[]) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setSecure(boolean) - Method in class atg.rest.security.RestSecurityConfiguration
 
setSecurityConfiguration(SecurityConfiguration) - Method in class atg.rest.security.RestSecurityConfiguration
 
setSecurityConfiguration(SecurityConfiguration) - Method in class atg.rest.security.RestSecurityManager
 
setServerName(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setServerPort(int) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setServletPath(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setSessionRequest(HttpSessionRequest) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setShowRESTPaths(boolean) - Method in class atg.rest.output.RestOutputCustomizerImpl
set ShowRESTPaths
setSignature(String) - Method in class atg.rest.security.MethodSecurityConfiguration
 
setStatus(int, String) - Method in class atg.servlet.RestHttpServletResponseWrapper
Deprecated.  
setStatus(int) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
setStrictOutputAccess(boolean) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
setSuppressDeclaration(boolean) - Method in class atg.rest.output.XMLOutputCustomizer
Sets flag indicating if the XML declaration () is suppressed or not.
setTarget(String) - Method in class atg.rest.filtering.PropertyConfiguration
Sets the target property
setTemplates(IndirectUrlTemplate[]) - Method in class atg.rest.processor.ServiceProcessor
Sets the URL templates
setTimeZoneId(String) - Method in class atg.rest.output.RestOutputCustomizerImpl
Sets the Time Zone for output date data
setTransactionManager(TransactionManager) - Method in class atg.rest.RestConfiguration
 
setTransactionManager(TransactionManager) - Method in class atg.rest.servlet.RestPipelineServlet
 
setUncheckedFormExceptions(List<Throwable>) - Method in class atg.rest.RestFormExceptions
set UncheckedFormExceptions
setupLoopbackTemplateEmailRequest() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setURI(String) - Method in class atg.rest.util.ParsedURI
Sets the URI string
setUriClassMap(Map<String, String>) - Method in class atg.rest.servlet.HeadRestServlet
Sets the map of uri string to class name
setURLSessionIdSpecifier(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setUserAuthenticator(UserAuthenticator) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setWarnSecureSetting(boolean) - Method in class atg.rest.security.RestSecurityManager
 
setWebApplication(WebApplicationInterface) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setWebPools(WebPools) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setWindowScopeManager(WindowScopeManager) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setWrapper(ServletRequestWrapper) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
setWrapper(ServletResponseWrapper) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
setWritable(boolean) - Method in class atg.rest.filtering.PropertyConfiguration
Set the flag indicating whether or not the property is writable from a REST request
setWriter(PrintWriter) - Method in class atg.servlet.RestHttpServletResponseWrapper
 
setXHTML(boolean) - Method in class atg.rest.output.XMLOutputCustomizer
Sets flag indicating whether or not the output should be strict XHTML or not.
setXMLToolsFactory(XMLToolsFactory) - Method in class atg.rest.filtering.FilteringManager
 
setXMLToolsFactory(XMLToolsFactory) - Method in class atg.rest.security.RestSecurityManager
 
shouldExitTrack(String) - Method in class atg.servlet.RestHttpServletRequestWrapper
 
shouldSkipRequest(DynamoHttpServletRequest) - Method in class atg.rest.processor.RestSecurityProcessor
Checks if a given request starts with a prefix from excludePrefixes
SHOW_PROPERTY_PATHS - Static variable in class atg.rest.util.ParameterContext
 
SIMPLE_RESPONSE_CODES - Static variable in class atg.rest.util.ParameterContext
 
size() - Method in class atg.rest.RestFormExceptions
return the total number of exceptions
SPACE - Static variable in class atg.rest.input.RestInputCustomizerImpl
 
SPACE - Static variable in class atg.rest.Messages
 
SPACE - Static variable in class atg.rest.output.RestOutputCustomizerImpl
 
SPACE - Static variable in class atg.servlet.Messages
 
splitMultipleStringsAtCharacter(String, char) - Method in class atg.rest.input.JSONInputCustomizer
Splits multiple json strings at the specified character
splitMultipleStringsAtCharacter(String, char) - Method in interface atg.rest.input.RestInputCustomizer
Splits multiple strings of the input customizer's format at the specified character
splitMultipleStringsAtCharacter(String, char) - Method in class atg.rest.input.XMLInputCustomizer
Splits multiple XML strings at the specified character

T

tamperedURLParameters() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
TEMPLATE_IDS - Static variable in class atg.rest.util.ParameterContext
 
toString() - Method in class atg.rest.security.ComponentSecurityConfiguration
 
toString() - Method in class atg.rest.security.MethodSecurityConfiguration
 
toString() - Method in class atg.rest.security.PropertySecurityConfiguration
 
toString() - Method in class atg.rest.security.RestSecurityConfiguration
 
toString() - Method in class atg.rest.util.NameValuePair
Returns a string representation of this NameValuePair object
toString() - Method in class atg.servlet.RestHttpServletRequestWrapper
 
toString() - Method in class atg.servlet.RestHttpServletResponseWrapper
 
TRANSIENT - Static variable in class atg.rest.util.ParameterContext
 

U

USE_JSON_FOR_INPUT - Static variable in class atg.rest.util.ParameterContext
 
USER_INPUT - Static variable in class atg.rest.util.ParameterContext
 
useSimpleResponseCodes() - Method in class atg.rest.processor.GenericRestProcessor
Returns true if simple response codes should be used for responses.

V

validateResource(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.rest.processor.GenericRestProcessor
Validates that the REST request is for a valid resource type.
VIEW - Static variable in class atg.rest.util.ParameterContext
 

W

WILDCARD_CACHE_SIZE - Static variable in class atg.rest.security.RestSecurityManager
 
WRITE - Static variable in interface atg.rest.security.RestAccessRights
The ability to write (change) a component.
WWW_FORM_URLENCODED - Static variable in class atg.rest.util.ParameterContext
 

X

XMLInputCustomizer - Class in atg.rest.input
This class implements an XML REST input customizer.
XMLInputCustomizer() - Constructor for class atg.rest.input.XMLInputCustomizer
Constructor
XMLOutputCustomizer - Class in atg.rest.output
This class implements an XML REST output customizer.
XMLOutputCustomizer() - Constructor for class atg.rest.output.XMLOutputCustomizer
Constructor.

A B C D E F G H I J L M N O P R S T U V W X

Copyright © 2012. All Rights Reserved.