public class RemoteParam
extends java.lang.Object
There are 2 ways this mapping is determined:
| Constructor | Description |
|---|---|
RemoteParam() |
Constructs a default remote parameter.
|
RemoteParam(java.util.Map<? extends RemoteLocationContext,? extends java.lang.Object> map) |
Constructs a map based remote parameter.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
getParameterForContext(RemoteLocationContext context) |
Determine the appropriate value for this parameter based on the location.
|
java.lang.String |
toString() |
public RemoteParam()
public RemoteParam(java.util.Map<? extends RemoteLocationContext,? extends java.lang.Object> map)
map - Map with RemoteLocationContext keys.public java.lang.Object getParameterForContext(RemoteLocationContext context)
context - Context identifying the location.public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.