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
ParamBuilders. |
protected void |
extraAfterPropertiesSet() |
protected void |
extraExtraAfterPropertiesSet() |
List<ParamBuilder> |
getParamBuilders()
Get the list of defined
ParamBuilders |
void |
setParamBuilders(List<ParamBuilder> paramBuilders)
Set the list of
ParamBuilders |
afterPropertiesSetgetBeanName, setBeanNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected List<ParamBuilder> paramBuilders
public List<ParamBuilder> getParamBuilders()
ParamBuilderspublic void setParamBuilders(List<ParamBuilder> paramBuilders)
ParamBuildersprotected Map<String,String> buildParams(javax.servlet.http.HttpServletRequest request)
ParamBuilders.request - protected final void extraAfterPropertiesSet()
extraAfterPropertiesSet in class AbstractServiceprotected void extraExtraAfterPropertiesSet()
protected void appendParamBuilderInfo(StringBuffer sb)
Copyright © 2013. All rights reserved.