|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NameValuePair | |
|---|---|
| atg.rest.processor | |
| atg.rest.util | |
| Uses of NameValuePair in atg.rest.processor |
|---|
| Methods in atg.rest.processor with parameters of type NameValuePair | |
|---|---|
protected void |
RepositoryProcessor.setPropertyValueFromString(java.lang.Object pContainer,
java.lang.String pName,
NameValuePair pValuePair,
ParsedURI pParsedURI,
atg.servlet.DynamoHttpServletRequest pRequest,
atg.servlet.DynamoHttpServletResponse pResponse)
This method sets a property value from a String. |
| Uses of NameValuePair in atg.rest.util |
|---|
| Methods in atg.rest.util that return NameValuePair | |
|---|---|
static NameValuePair |
NameValuePair.create(java.lang.String pName,
java.lang.Object pValue)
Factory method for instantiating a NameValuePair object |
static NameValuePair |
NameValuePair.create(java.lang.String pName,
java.lang.Object pValue,
java.lang.Object pContainer)
Factory method for instantiating a NameValuePair object which also takes an optional container object |
static NameValuePair |
BeanUtils.getPropertyNameAndValue(java.lang.String[] pPropertyNames,
java.lang.Object pResContainer)
This method returns the property value for a property that is a child or grandchild of the resource container. |
static NameValuePair |
BeanUtils.getPropertyNameAndValue(java.lang.String[] pPropertyNames,
java.lang.Object pResContainer,
ComponentConfiguration pCFC,
atg.servlet.DynamoHttpServletRequest pRequest,
atg.servlet.DynamoHttpServletResponse pResponse)
This method returns the property value for a property that is a child or grandchild of the resource container. |
static NameValuePair |
BeanUtils.getPropertyNameAndValue(java.lang.String pPropertyName,
java.lang.Object pResContainer)
Convenience method for getting the property name from the given property descriptor and the value from the given resource container. |
static NameValuePair |
BeanUtils.getPropertyNameAndValue(java.lang.String pPropertyName,
java.lang.Object pResContainer,
ComponentConfiguration pCFC,
atg.servlet.DynamoHttpServletRequest pRequest,
atg.servlet.DynamoHttpServletResponse pResponse)
Convenience method for getting the property name from the given property descriptor and the value from the given resource container. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||