| Package | Description | 
|---|---|
| vodserver.parambuilder | This package contains  ParamBuilderimplementations. | 
| vodserver.service | This package contains service implementations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractContentRegExParamBuilderThis is an abstract base class for ParamBuilder implementations that use regular 
 expressions to extract parameters from some content. | 
| class  | AbstractParamBuilderThis is an abstract base class for ParamBuilder implementations. | 
| class  | ContentDynamicRegExParamBuilderThis ParamBuilder will extract parameters from some content by using regular expressions. | 
| class  | ContentRegExParamBuilderThis ParamBuilder will extract parameters from some content by using regular expressions. | 
| class  | RequestParamBuilderThis ParamBuilder implementation simply copies all request parameters to the parameter map. | 
| class  | ScriptedParamBuilderThis ParamBuilder implementation can execute arbitrary scripts to build one or
 more parameters. | 
| class  | StaticParamBuilderThis ParamBuilder implementation is configured with a map of parameter names and 
 values. | 
| class  | WebContentParamBuilderThis 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  ParamBuilders | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractParamBuilderService. setParamBuilders(List<ParamBuilder> paramBuilders)Set the list of  ParamBuilders | 
Copyright © 2013. All rights reserved.