|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NamedString | |
|---|---|
| org.exoplatform.services.wsrp.consumer | |
| org.exoplatform.services.wsrp.consumer.adapters | |
| org.exoplatform.services.wsrp.type | |
| org.exoplatform.services.wsrp.utils | |
| Uses of NamedString in org.exoplatform.services.wsrp.consumer |
|---|
| Methods in org.exoplatform.services.wsrp.consumer that return NamedString | |
|---|---|
NamedString[] |
WSRPInteractionRequest.getFormParameters()
Get all name/value pairs aa result of processing an form |
| Uses of NamedString in org.exoplatform.services.wsrp.consumer.adapters |
|---|
| Methods in org.exoplatform.services.wsrp.consumer.adapters that return NamedString | |
|---|---|
NamedString[] |
WSRPInteractionRequestAdapter.getFormParameters()
|
| Methods in org.exoplatform.services.wsrp.consumer.adapters with parameters of type NamedString | |
|---|---|
void |
WSRPInteractionRequestAdapter.setFormParameters(NamedString[] formParameters)
|
| Uses of NamedString in org.exoplatform.services.wsrp.type |
|---|
| Methods in org.exoplatform.services.wsrp.type that return NamedString | |
|---|---|
NamedString[] |
InteractionParams.getFormParameters()
Gets the formParameters value for this InteractionParams. |
NamedString |
InteractionParams.getFormParameters(int i)
|
NamedString[] |
UploadContext.getMimeAttributes()
Gets the mimeAttributes value for this UploadContext. |
NamedString |
UploadContext.getMimeAttributes(int i)
|
| Methods in org.exoplatform.services.wsrp.type with parameters of type NamedString | |
|---|---|
void |
InteractionParams.setFormParameters(int i,
NamedString _value)
|
void |
InteractionParams.setFormParameters(NamedString[] formParameters)
Sets the formParameters value for this InteractionParams. |
void |
UploadContext.setMimeAttributes(int i,
NamedString _value)
|
void |
UploadContext.setMimeAttributes(NamedString[] mimeAttributes)
Sets the mimeAttributes value for this UploadContext. |
| Constructors in org.exoplatform.services.wsrp.type with parameters of type NamedString | |
|---|---|
InteractionParams(StateChange portletStateChange,
java.lang.String interactionState,
NamedString[] formParameters,
UploadContext[] uploadContexts,
Extension[] extensions)
|
|
UploadContext(java.lang.String mimeType,
byte[] uploadData,
NamedString[] mimeAttributes,
Extension[] extensions)
|
|
| Uses of NamedString in org.exoplatform.services.wsrp.utils |
|---|
| Methods in org.exoplatform.services.wsrp.utils that return NamedString | |
|---|---|
static NamedString[] |
Utils.getNamedStringArrayParametersFromMap(java.util.Map<java.lang.String,java.lang.String[]> params,
boolean selectOnlyNonWSRP)
Convert from input.getRenderParameters() to interactionRequest.setFormParameters(NamedString[]). |
static NamedString |
Utils.getNamesString(java.lang.String name,
java.lang.String value)
|
| Methods in org.exoplatform.services.wsrp.utils with parameters of type NamedString | |
|---|---|
static java.util.Map<java.lang.String,java.lang.String[]> |
Utils.getMapParametersFromNamedStringArray(NamedString[] array)
Convert from NamedString[] to Map |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||