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 | Class and Description |
---|---|
class |
AbstractParamBuilderService
This abstract service provides support for defining a
ParamBuilder list. |
class |
AbstractService
This is the abstract base class for VODServer services.
|
class |
CommandRunnerService
This service will execute the configured list of
ParamBuilder s, then execute the command
as specified by the CommandRunnerService.command property. |
class |
MappingForwardingService
This forwarding service will forward requests to another service, by mapping a request parameter value
to a forward url.
|
class |
ParamBuilderForwardingService
This forwarding service will execute the configured list of
ParamBuilder s, then forward
to the value of the ParamBuilderForwardingService.forwardParam parameter. |
class |
ShutdownService
This service will shut down VODServer.
|
class |
StaticForwardingService
This forwarding service will simply forward to the service defined by the forward property.
|
Copyright © 2013. All rights reserved.