A B C D E F G H I J L M P R S T V W 

A

AbstractContentRegExParamBuilder - Class in vodserver.parambuilder
This is an abstract base class for ParamBuilder implementations that use regular expressions to extract parameters from some content.
AbstractContentRegExParamBuilder() - Constructor for class vodserver.parambuilder.AbstractContentRegExParamBuilder
 
AbstractParamBuilder - Class in vodserver.parambuilder
This is an abstract base class for ParamBuilder implementations.
AbstractParamBuilder() - Constructor for class vodserver.parambuilder.AbstractParamBuilder
 
AbstractParamBuilderService - Class in vodserver.service
This abstract service provides support for defining a ParamBuilder list.
AbstractParamBuilderService() - Constructor for class vodserver.service.AbstractParamBuilderService
 
AbstractService - Class in vodserver.service
This is the abstract base class for VODServer services.
AbstractService() - Constructor for class vodserver.service.AbstractService
 
addRegExValues(String, Map<String, String>, Pattern) - Method in class vodserver.parambuilder.AbstractContentRegExParamBuilder
Match the given pattern against the given content, and add all matches to the given parameters map.
afterPropertiesSet() - Method in class vodserver.parambuilder.AbstractParamBuilder
Check that the order property has been set, throw an exception otherwise.
afterPropertiesSet() - Method in class vodserver.service.AbstractService
Utility method for logging the service configuration upon initialization
afterPropertiesSet() - Method in class vodserver.util.PropertiesLogger
 
append(LoggingEvent) - Method in class vodserver.util.RequestSpecificAppender
 
appendParamBuilderInfo(StringBuffer) - Method in class vodserver.service.AbstractParamBuilderService
 

B

BaseBeanNameAware - Class in vodserver.util
This class provides a basic implementation for BeanNameAware, storing the bean name as an instance variable.
BaseBeanNameAware() - Constructor for class vodserver.util.BaseBeanNameAware
 
build(String, String, String) - Static method in class vodserver.util.ExpressionUtil.ExpressionMethodResolver
If the given value is defined, return it with the given prefix and suffix.
buildParams(Map<String, String>, HttpServletRequest) - Method in class vodserver.parambuilder.AbstractContentRegExParamBuilder
Build the parameters.
buildParams(Map<String, String>, HttpServletRequest) - Method in interface vodserver.parambuilder.ParamBuilder
This method builds the parameters.
buildParams(Map<String, String>, HttpServletRequest) - Method in class vodserver.parambuilder.RequestParamBuilder
Retrieve the list of request parameters from the given request, and add them all to the given parameter map.
buildParams(Map<String, String>, HttpServletRequest) - Method in class vodserver.parambuilder.ScriptedParamBuilder
Build the parameters; this will simply invoke the configured script to build the parameters.
buildParams(Map<String, String>, HttpServletRequest) - Method in class vodserver.parambuilder.StaticParamBuilder
Copy all entries from the configured static parameters to the given parameters map.
buildParams(Map<String, String>, HttpServletRequest) - Method in class vodserver.parambuilder.WebContentParamBuilder
Execute the request, and store the result using the configured content output parameter name.
buildParams(HttpServletRequest) - Method in class vodserver.service.AbstractParamBuilderService
Build the parameters map using the configured ParamBuilders.

C

close(Closeable) - Static method in class vodserver.util.IOUtil
Close the given closeable.
close() - Method in class vodserver.util.RequestSpecificAppender
 
CommandRunnerService - Class in vodserver.service
This service will execute the configured list of ParamBuilders, then execute the command as specified by the CommandRunnerService.command property.
CommandRunnerService() - Constructor for class vodserver.service.CommandRunnerService
 
compareTo(ParamBuilder) - Method in class vodserver.parambuilder.AbstractParamBuilder
Compare the current ParamBuilder instance with another instance to determine the order.
ContentDynamicRegExParamBuilder - Class in vodserver.parambuilder
This ParamBuilder will extract parameters from some content by using regular expressions.
ContentDynamicRegExParamBuilder() - Constructor for class vodserver.parambuilder.ContentDynamicRegExParamBuilder
 
contentParam - Variable in class vodserver.parambuilder.AbstractContentRegExParamBuilder
 
ContentRegExParamBuilder - Class in vodserver.parambuilder
This ParamBuilder will extract parameters from some content by using regular expressions.
ContentRegExParamBuilder() - Constructor for class vodserver.parambuilder.ContentRegExParamBuilder
 

D

debug(String, Throwable) - Method in class vodserver.util.JettyToCommonsLogger
debug(Throwable) - Method in class vodserver.util.JettyToCommonsLogger
 
debug(String, Object...) - Method in class vodserver.util.JettyToCommonsLogger
 

E

endRequest(String) - Static method in class vodserver.util.RequestSpecificAppender
 
evaluateExpressions(String, Map<String, String>, boolean) - Static method in class vodserver.util.ExpressionUtil
This method will evaluate any expressions within the given textWithExpressions, using the given parameter map as evaluation context.
executeGet(String, Map<String, String>) - Static method in class vodserver.util.HttpUtil
Execute an HTTP GET request to the given url, using the request headers as specified by the headers parameter.
executeGet(String, String, Map<String, String>) - Static method in class vodserver.util.HttpUtil
Execute an HTTP GET request to the given url.
executePost(String, Map<String, String>, String, String, String) - Static method in class vodserver.util.HttpUtil
Execute an HTTP POST request to the given url, using the request headers as specified by the headers parameter.
executePost(String, String, Map<String, String>, String, String, String) - Static method in class vodserver.util.HttpUtil
Execute an HTTP POST request to the given url.
executePost(String, Map<String, String>, Map<String, String>, String) - Static method in class vodserver.util.HttpUtil
Execute an HTTP POST request to the given url, using the request headers as specified by the headers parameter.
executePost(String, String, Map<String, String>, Map<String, String>, String) - Static method in class vodserver.util.HttpUtil
Execute an HTTP POST request to the given url.
ExpressionUtil - Class in vodserver.util
This class provides utility methods related to expression evaluation.
ExpressionUtil() - Constructor for class vodserver.util.ExpressionUtil
 
ExpressionUtil.ExpressionMethodResolver - Class in vodserver.util
This class contains several utility methods that can be called from within expressions.
ExpressionUtil.ExpressionMethodResolver() - Constructor for class vodserver.util.ExpressionUtil.ExpressionMethodResolver
 
extraAfterPropertiesSet() - Method in class vodserver.parambuilder.AbstractParamBuilder
Allow subclasses to implement additional afterPropertiesSet() functionality.
extraAfterPropertiesSet() - Method in class vodserver.parambuilder.ScriptedParamBuilder
Upon initialization, if the configured script engine supports compilation, we will pre-compile the configured script.
extraAfterPropertiesSet() - Method in class vodserver.service.AbstractParamBuilderService
 
extraAfterPropertiesSet() - Method in class vodserver.service.AbstractService
 
extraExtraAfterPropertiesSet() - Method in class vodserver.service.AbstractParamBuilderService
 

F

findByGroupNames(String, String, Set<String>) - Static method in class vodserver.util.RegExUtil
Find the first match of the given pattern in the given content, returning a map of all regex group names corresponding with the given list of group names, with their corresponding values.
findByGroupNames(String, String) - Static method in class vodserver.util.RegExUtil
Find the first match of the given pattern in the given content, returning a map of all regex group names, with their corresponding values.
findByGroupNumber(String, String, int) - Static method in class vodserver.util.RegExUtil
Find the first match of the given pattern in the given content, returning the value for the given group number.
findFirst(String, String) - Static method in class vodserver.util.RegExUtil
Find the first match of the given regular expression.
findNamedGroups(String) - Static method in class vodserver.util.RegExUtil
Find the regular expression group names (defined with (?<name>...) contained in the given regular expression.

G

get(String, String) - Static method in class vodserver.util.ExpressionUtil.ExpressionMethodResolver
If the given value is defined, it will be returned as-is.
getAbsoluteUrl(String, String) - Static method in class vodserver.util.HttpUtil
Get the absolute url for the given urlStr, using the baseUrlStr if the given urlStr contains a relative URL.
getBaseFileName() - Static method in class vodserver.util.RequestSpecificAppender
 
getBeanName() - Method in class vodserver.util.BaseBeanNameAware
Get the bean name.
getBindings(Map<String, String>, HttpServletRequest) - Method in class vodserver.parambuilder.ScriptedParamBuilder
Get the bindings used for executing the script.
getCommand() - Method in class vodserver.service.CommandRunnerService
Get the configured command (expressions will not yet have been evaluated).
getConfirm() - Method in class vodserver.service.ShutdownService
 
getContent() - Method in class vodserver.util.HttpUtil.HttpResponse
Get the content
getContentOutputParam() - Method in class vodserver.parambuilder.WebContentParamBuilder
Get the configured content output parameter name.
getContentParam() - Method in class vodserver.parambuilder.AbstractContentRegExParamBuilder
Get the parameter name from which content will be retrieved.
getContentTypeParam() - Method in class vodserver.service.CommandRunnerService
Get the configured content type parameter.
getContentUrlParam() - Method in class vodserver.parambuilder.WebContentParamBuilder
Get the configured content URL parameter name.
getForward() - Method in class vodserver.service.StaticForwardingService
Get the configured service to forward to
getForwardParam() - Method in class vodserver.service.ParamBuilderForwardingService
Get the parameter from which to retrieve the forward URI.
getGroupNames(Pattern) - Method in class vodserver.parambuilder.AbstractContentRegExParamBuilder
Get the group names for the given pattern.
getGroupNames(Pattern) - Method in class vodserver.parambuilder.ContentRegExParamBuilder
The default implementation defined by the superclass dynamically finds the group names upon each call to AbstractContentRegExParamBuilder.buildParams(Map, HttpServletRequest).
getHeaderParamPrefix() - Method in class vodserver.parambuilder.WebContentParamBuilder
Get the configured header parameter name prefix.
getHeaders() - Method in class vodserver.util.HttpUtil.HttpResponse
Get the map of headers
getHttp() - Static method in class vodserver.parambuilder.ScriptedParamBuilder.ScriptUtil
Get the HTTP utility object; see HttpUtil for available methods.
getIdParam() - Method in class vodserver.service.MappingForwardingService
Get the request parameter name
getLog() - Static method in class vodserver.parambuilder.ScriptedParamBuilder.ScriptUtil
Get the Log utility object; see the Apache Commons-Logging Log class documentation for available methods.
getLogger(String) - Method in class vodserver.util.JettyToCommonsLogger
Create a new jetty logger bound to the specific name.
getMap() - Static method in class vodserver.parambuilder.ScriptedParamBuilder.ScriptUtil
Get tje Map utility object; see MapUtil for available methods.
getMapping() - Method in class vodserver.service.MappingForwardingService
Get the current mapping
getName() - Method in class vodserver.util.JettyToCommonsLogger
 
getNameValuePairs(Map<String, String>) - Static method in class vodserver.util.HttpUtil
Get a list of NameValuePair objects based on the entries contained in the given data map.
getOrder() - Method in class vodserver.parambuilder.AbstractParamBuilder
Get the current order setting.
getParamBuilders() - Method in class vodserver.service.AbstractParamBuilderService
Get the list of defined ParamBuilders
getPatterns(Map<String, String>, HttpServletRequest) - Method in class vodserver.parambuilder.AbstractContentRegExParamBuilder
Implementing classes must implement this method to return a collection of regular expressions to be used to match against the content.
getPatterns(Map<String, String>, HttpServletRequest) - Method in class vodserver.parambuilder.ContentDynamicRegExParamBuilder
Implementation for the AbstractContentRegExParamBuilder.getPatterns(Map, HttpServletRequest) method; this will evaluate any expressions inside the configured collection of patterns, then returns the collection of evaluated patterns.
getPatterns() - Method in class vodserver.parambuilder.ContentDynamicRegExParamBuilder
Get the collection of patterns as they were configured, including the expressions.
getPatterns(Map<String, String>, HttpServletRequest) - Method in class vodserver.parambuilder.ContentRegExParamBuilder
Implementation for the AbstractContentRegExParamBuilder.getPatterns(Map, HttpServletRequest) method; this will return the configured collection of patterns.
getPatterns() - Method in class vodserver.parambuilder.ContentRegExParamBuilder
Get the configured patterns.
getProperties() - Method in class vodserver.util.PropertiesLogger
 
getPropertyNames() - Method in class vodserver.util.PropertiesLogger
 
getRegex() - Static method in class vodserver.parambuilder.ScriptedParamBuilder.ScriptUtil
Get the RegEx utility object; see RegExUtil for available methods.
getScript() - Method in class vodserver.parambuilder.ScriptedParamBuilder
Get the configured script.
getStaticParams() - Method in class vodserver.parambuilder.StaticParamBuilder
Get the map of configured static parameters.
getSubset(Map<String, String>, String, boolean) - Static method in class vodserver.util.MapUtil
Given a map of parameters and a prefix, this method will return a map with the subset of parameters that match the given prefix.

H

handle(HttpServletRequest, HttpServletResponse) - Method in class vodserver.service.CommandRunnerService
Handle the service request.
handle(HttpServletRequest, HttpServletResponse) - Method in class vodserver.service.MappingForwardingService
Handle the service request.
handle(HttpServletRequest, HttpServletResponse) - Method in class vodserver.service.ParamBuilderForwardingService
Handle the service request.
handle(HttpServletRequest, HttpServletResponse) - Method in interface vodserver.service.Service
Handle the service request.
handle(HttpServletRequest, HttpServletResponse) - Method in class vodserver.service.ShutdownService
 
handle(HttpServletRequest, HttpServletResponse) - Method in class vodserver.service.StaticForwardingService
Handle the service request.
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class vodserver.VODServiceHandler
Handle the request.
HttpUtil - Class in vodserver.util
This class provides several utility methods for working with HTTP-related functionality.
HttpUtil() - Constructor for class vodserver.util.HttpUtil
 
HttpUtil.HttpResponse - Class in vodserver.util
Class used for holding response data
HttpUtil.HttpResponse(String, Map<String, String>) - Constructor for class vodserver.util.HttpUtil.HttpResponse
Create a new instance with the given response content and headers

I

ifDefined(String) - Static method in class vodserver.util.ExpressionUtil.ExpressionMethodResolver
If the given value is defined, this method will return the given value as-is.
ifDefined(String, String) - Static method in class vodserver.util.ExpressionUtil.ExpressionMethodResolver
If the given value is defined, the value of the given result will be returned.
ignore(Throwable) - Method in class vodserver.util.JettyToCommonsLogger
 
indent(String, String) - Static method in class vodserver.util.StringFormatUtil
Indent the given stringToIndent with the given indent.
info(Throwable) - Method in class vodserver.util.JettyToCommonsLogger
 
info(String, Object...) - Method in class vodserver.util.JettyToCommonsLogger
 
info(String, Throwable) - Method in class vodserver.util.JettyToCommonsLogger
 
IOUtil - Class in vodserver.util
This class provides utility methods related to I/O operations.
isDebugEnabled() - Method in class vodserver.util.JettyToCommonsLogger
Delegate query to the inner log
isEnableRecursiveExpressions() - Method in class vodserver.parambuilder.ContentDynamicRegExParamBuilder
Returns whether recursive expression evaluation is enabled.
isLogPropertyNames() - Method in class vodserver.util.PropertiesLogger
 
isRequestDebugEnabled(HttpServletRequest) - Static method in class vodserver.util.RequestSpecificAppender
 

J

JettyToCommonsLogger - Class in vodserver.util
this is a jetty to commons logging logger, the #printf(String, Object, Object) method comes from org.mortbay.log.StdErrLog; the rest handwritten.
JettyToCommonsLogger() - Constructor for class vodserver.util.JettyToCommonsLogger
 
JettyToCommonsLogger(String) - Constructor for class vodserver.util.JettyToCommonsLogger
Create a log instance from a given name

L

LOG - Variable in class vodserver.service.AbstractService
 
LOG_NAME - Static variable in class vodserver.util.JettyToCommonsLogger
Default log name if none is passed in: "Jetty"
LoggingHashMap - Class in vodserver.util
 
LoggingHashMap() - Constructor for class vodserver.util.LoggingHashMap
 

M

main(String[]) - Static method in class vodserver.VODServer
This method will load the Spring application context, retrieve the Jetty server definition, and start the server.
MappingForwardingService - Class in vodserver.service
This forwarding service will forward requests to another service, by mapping a request parameter value to a forward url.
MappingForwardingService() - Constructor for class vodserver.service.MappingForwardingService
 
MapUtil - Class in vodserver.util
This class provides utility methods for working with Maps.
MapUtil() - Constructor for class vodserver.util.MapUtil
 

P

ParamBuilder - Interface in vodserver.parambuilder
This interface describes the contract for ParamBuilder implementations.
ParamBuilderForwardingService - Class in vodserver.service
This forwarding service will execute the configured list of ParamBuilders, then forward to the value of the ParamBuilderForwardingService.forwardParam parameter.
ParamBuilderForwardingService() - Constructor for class vodserver.service.ParamBuilderForwardingService
 
paramBuilders - Variable in class vodserver.service.AbstractParamBuilderService
 
prefix(String, String) - Static method in class vodserver.util.ExpressionUtil.ExpressionMethodResolver
If the given value is defined, return it with the given prefix.
PropertiesLogger - Class in vodserver.util
 
PropertiesLogger() - Constructor for class vodserver.util.PropertiesLogger
 
put(String, String) - Method in class vodserver.util.LoggingHashMap
Override the put() method to log the entry being added.

R

RegExUtil - Class in vodserver.util
This class contains utility methods for working with regular expressions.
RegExUtil() - Constructor for class vodserver.util.RegExUtil
 
RequestParamBuilder - Class in vodserver.parambuilder
This ParamBuilder implementation simply copies all request parameters to the parameter map.
RequestParamBuilder() - Constructor for class vodserver.parambuilder.RequestParamBuilder
 
RequestSpecificAppender - Class in vodserver.util
This Log4j appender will generate a separate log file for individual requests.
RequestSpecificAppender() - Constructor for class vodserver.util.RequestSpecificAppender
 
requiresLayout() - Method in class vodserver.util.RequestSpecificAppender
 
resolve(EvaluationContext, Object, String, List<TypeDescriptor>) - Method in class vodserver.util.ExpressionUtil.ExpressionMethodResolver
Whenever a method call needs to be resolved, this method simply uses a a ReflectiveMethodResolver to resolve the methods on its own instance.

S

ScriptedParamBuilder - Class in vodserver.parambuilder
This ParamBuilder implementation can execute arbitrary scripts to build one or more parameters.
ScriptedParamBuilder() - Constructor for class vodserver.parambuilder.ScriptedParamBuilder
 
ScriptedParamBuilder.ScriptUtil - Class in vodserver.parambuilder
An instance of this utility class is available in the script context under the name 'util'.
ScriptedParamBuilder.ScriptUtil() - Constructor for class vodserver.parambuilder.ScriptedParamBuilder.ScriptUtil
 
Service - Interface in vodserver.service
This interface describes the contract for service implementations.
setApplicationContext(ApplicationContext) - Method in class vodserver.VODServiceHandler
Called by Spring upon initialization to set the application context.
setBeanName(String) - Method in class vodserver.util.BaseBeanNameAware
Set the bean name; automatically invoked by Spring when the bean is initialized.
setCommand(String) - Method in class vodserver.service.CommandRunnerService
Set the command to execute.
setConfirm(String) - Method in class vodserver.service.ShutdownService
 
setContent(String) - Method in class vodserver.util.HttpUtil.HttpResponse
Set the content
setContentOutputParam(String) - Method in class vodserver.parambuilder.WebContentParamBuilder
Set the name of the parameter to which the content will be stored.
setContentParam(String) - Method in class vodserver.parambuilder.AbstractContentRegExParamBuilder
Set the parameter name from which content will be retrieved.
setContentTypeParam(String) - Method in class vodserver.service.CommandRunnerService
Set the content type parameter name, used to look up the parameter containing the content type to use for the HTTP response.
setContentUrlParam(String) - Method in class vodserver.parambuilder.WebContentParamBuilder
Set the name of the parameter that contains the URL to retrieve the content from.
setDebugEnabled(boolean) - Method in class vodserver.util.JettyToCommonsLogger
Unimplemented method to turn debugging on programmatically.
setEnableRecursiveExpressions(boolean) - Method in class vodserver.parambuilder.ContentDynamicRegExParamBuilder
Enable or disable recursive expression evaluation.
setForward(String) - Method in class vodserver.service.StaticForwardingService
Set the service to forward to
setForwardParam(String) - Method in class vodserver.service.ParamBuilderForwardingService
Set the parameter from which to retrieve the forward URI.
setHeaderParamPrefix(String) - Method in class vodserver.parambuilder.WebContentParamBuilder
Set the parameter name prefix for a group of parameters containing request header names and values.
setHeaders(Map<String, String>) - Method in class vodserver.util.HttpUtil.HttpResponse
Set the map of headers
setIdParam(String) - Method in class vodserver.service.MappingForwardingService
Set the request parameter name
setLogPropertyNames(boolean) - Method in class vodserver.util.PropertiesLogger
 
setMapping(Map<String, String>) - Method in class vodserver.service.MappingForwardingService
Set the mapping
setOrder(int) - Method in class vodserver.parambuilder.AbstractParamBuilder
Set the order property.
setParamBuilders(List<ParamBuilder>) - Method in class vodserver.service.AbstractParamBuilderService
Set the list of ParamBuilders
setPatterns(Collection<String>) - Method in class vodserver.parambuilder.ContentDynamicRegExParamBuilder
Set the collection of patterns; these patterns may contain expressions as described by ExpressionUtil.
setPatterns(Collection<Pattern>) - Method in class vodserver.parambuilder.ContentRegExParamBuilder
Set the patterns used to search the content for parameters.
setProperties(Properties) - Method in class vodserver.util.PropertiesLogger
 
setPropertyNames(Collection<String>) - Method in class vodserver.util.PropertiesLogger
 
setScript(String) - Method in class vodserver.parambuilder.ScriptedParamBuilder
Set the script to execute.
setScriptEngineName(String) - Method in class vodserver.parambuilder.ScriptedParamBuilder
Set the script engine name.
setStaticParams(Map<String, String>) - Method in class vodserver.parambuilder.StaticParamBuilder
Set the map of static parameters.
ShutdownService - Class in vodserver.service
This service will shut down VODServer.
ShutdownService() - Constructor for class vodserver.service.ShutdownService
 
startRequest(String, HttpServletRequest) - Static method in class vodserver.util.RequestSpecificAppender
 
StaticForwardingService - Class in vodserver.service
This forwarding service will simply forward to the service defined by the forward property.
StaticForwardingService() - Constructor for class vodserver.service.StaticForwardingService
 
StaticParamBuilder - Class in vodserver.parambuilder
This ParamBuilder implementation is configured with a map of parameter names and values.
StaticParamBuilder() - Constructor for class vodserver.parambuilder.StaticParamBuilder
 
StringFormatUtil - Class in vodserver.util
This class contains utility methods for working with Strings.
suffix(String, String) - Static method in class vodserver.util.ExpressionUtil.ExpressionMethodResolver
If the given value is defined, return it with the given suffix.

T

toString() - Method in class vodserver.parambuilder.ContentDynamicRegExParamBuilder
Provide a useful string representation of this ParamBuilder, showing the content parameter name and the configured patterns (including expressions).
toString() - Method in class vodserver.parambuilder.ContentRegExParamBuilder
Provide a useful string representation of this ParamBuilder, showing the content parameter name, the configured patterns, and the output parameters as defined in the patterns.
toString() - Method in class vodserver.parambuilder.RequestParamBuilder
Provide a useful string representation of this ParamBuilder.
toString() - Method in class vodserver.parambuilder.ScriptedParamBuilder
Provide a useful string representation of this ParamBuilder, showing the script engine used, whether the script was precompiled, and the script contents.
toString() - Method in class vodserver.parambuilder.StaticParamBuilder
Provide a useful string representation of this ParamBuilder, showing the configured static parameters.
toString() - Method in class vodserver.parambuilder.WebContentParamBuilder
Provide a useful string representation of this ParamBuilder, showing the content URL parameter name, the content output parameter name, and the header parameter name prefix.
toString() - Method in class vodserver.service.CommandRunnerService
Provide a string representation of the configuration of this service.
toString() - Method in class vodserver.service.MappingForwardingService
Provide a string representation of the configuration of this service.
toString() - Method in class vodserver.service.ParamBuilderForwardingService
Provide a string representation of the configuration of this service.
toString() - Method in class vodserver.service.StaticForwardingService
Provide a string representation of the configuration of this service.
toString() - Method in class vodserver.util.HttpUtil.HttpResponse
String representation of this object; includes the list of headers and the content.

V

vodserver - package vodserver
 
VODServer - Class in vodserver
This is the main application class.
VODServer() - Constructor for class vodserver.VODServer
 
vodserver.parambuilder - package vodserver.parambuilder
This package contains ParamBuilder implementations.
vodserver.service - package vodserver.service
This package contains service implementations.
vodserver.util - package vodserver.util
 
VODServiceHandler - Class in vodserver
This is the main Jetty handler.
VODServiceHandler() - Constructor for class vodserver.VODServiceHandler
 

W

warn(String, Throwable) - Method in class vodserver.util.JettyToCommonsLogger
warn(Throwable) - Method in class vodserver.util.JettyToCommonsLogger
 
warn(String, Object...) - Method in class vodserver.util.JettyToCommonsLogger
 
WebContentParamBuilder - Class in vodserver.parambuilder
This ParamBuilder implementation will retrieve the contents for some configured URL, and store the content as a parameter value.
WebContentParamBuilder() - Constructor for class vodserver.parambuilder.WebContentParamBuilder
 
A B C D E F G H I J L M P R S T V W 

Copyright © 2013. All rights reserved.