public abstract class AbstractParamBuilderService extends AbstractService implements org.springframework.beans.factory.InitializingBean
ParamBuilder
list. The ParamBuilders can
be configured using the setParamBuilders(List)
method (usually via Spring), and executed by
calling the buildParams(HttpServletRequest)
method.
TODO Add support for adding additional parameter builders at the start, when using Spring parent beans.Modifier and Type | Field and Description |
---|---|
protected List<ParamBuilder> |
paramBuilders |
LOG
Constructor and Description |
---|
AbstractParamBuilderService() |
Modifier and Type | Method and Description |
---|---|
protected void |
appendParamBuilderInfo(StringBuffer sb) |
protected Map<String,String> |
buildParams(javax.servlet.http.HttpServletRequest request)
Build the parameters map using the configured
ParamBuilder s. |
protected void |
extraAfterPropertiesSet() |
protected void |
extraExtraAfterPropertiesSet() |
List<ParamBuilder> |
getParamBuilders()
Get the list of defined
ParamBuilder s |
void |
setParamBuilders(List<ParamBuilder> paramBuilders)
Set the list of
ParamBuilder s |
afterPropertiesSet
getBeanName, setBeanName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected List<ParamBuilder> paramBuilders
public List<ParamBuilder> getParamBuilders()
ParamBuilder
spublic void setParamBuilders(List<ParamBuilder> paramBuilders)
ParamBuilder
sprotected Map<String,String> buildParams(javax.servlet.http.HttpServletRequest request)
ParamBuilder
s.request
- protected final void extraAfterPropertiesSet()
extraAfterPropertiesSet
in class AbstractService
protected void extraExtraAfterPropertiesSet()
protected void appendParamBuilderInfo(StringBuffer sb)
Copyright © 2013. All rights reserved.