Package | Description |
---|---|
vodserver.parambuilder |
This package contains
ParamBuilder implementations. |
vodserver.service |
This package contains service implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractContentRegExParamBuilder
This is an abstract base class for ParamBuilder implementations that use regular
expressions to extract parameters from some content.
|
class |
AbstractParamBuilder
This is an abstract base class for ParamBuilder implementations.
|
class |
ContentDynamicRegExParamBuilder
This ParamBuilder will extract parameters from some content by using regular expressions.
|
class |
ContentRegExParamBuilder
This ParamBuilder will extract parameters from some content by using regular expressions.
|
class |
RequestParamBuilder
This ParamBuilder implementation simply copies all request parameters to the parameter map.
|
class |
ScriptedParamBuilder
This ParamBuilder implementation can execute arbitrary scripts to build one or
more parameters.
|
class |
StaticParamBuilder
This ParamBuilder implementation is configured with a map of parameter names and
values.
|
class |
WebContentParamBuilder
This ParamBuilder implementation will retrieve the contents for some configured
URL, and store the content as a parameter value.
|
Modifier and Type | Method and Description |
---|---|
int |
AbstractParamBuilder.compareTo(ParamBuilder pb)
Compare the current ParamBuilder instance with another instance
to determine the order.
|
Modifier and Type | Field and Description |
---|---|
protected List<ParamBuilder> |
AbstractParamBuilderService.paramBuilders |
Modifier and Type | Method and Description |
---|---|
List<ParamBuilder> |
AbstractParamBuilderService.getParamBuilders()
Get the list of defined
ParamBuilder s |
Modifier and Type | Method and Description |
---|---|
void |
AbstractParamBuilderService.setParamBuilders(List<ParamBuilder> paramBuilders)
Set the list of
ParamBuilder s |
Copyright © 2013. All rights reserved.