|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertySpec | |
|---|---|
| com.cafesoft.cams.agent.http | Support for implementing Cams HTTP agents. |
| com.cafesoft.core.util | Utility classes. |
| Uses of PropertySpec in com.cafesoft.cams.agent.http |
|---|
| Methods in com.cafesoft.cams.agent.http with parameters of type PropertySpec | |
|---|---|
String |
CamsHttpAgentRequest.getValueByPropertySpec(PropertySpec propertySpec)
Get an HTTP request value by PropertySpec. |
String |
AbstractCamsHttpAgentRequest.getValueByPropertySpec(PropertySpec ps)
Get an HTTP request value by PropertySpec. |
| Uses of PropertySpec in com.cafesoft.core.util |
|---|
| Classes in com.cafesoft.core.util that implement PropertySpec | |
|---|---|
class |
StandardPropertySpec
StandardPropertySpec implements the PropertySpec
interface, which defines how meta data about a runtime-resolvable property
may be accessed. |
| Methods in com.cafesoft.core.util that return PropertySpec | |
|---|---|
static PropertySpec |
StandardPropertySpec.newInstance(String propertyName,
String valueSpec)
Creates a new PropertySpec instance by parsing a value specification. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||