|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork.interceptor.AroundInterceptor
com.opensymphony.xwork.interceptor.ParametersInterceptor
com.jivesoftware.base.action.interceptor.TrimmedParametersInterceptor
public class TrimmedParametersInterceptor
This class extends XWork's ParametersInterceptor and converts any blank string params (either String object or String[] elements) to null. This also trims any strings such that a parameter with a value of " blah " will come through as just "blah".
Field Summary |
---|
Fields inherited from class com.opensymphony.xwork.interceptor.AroundInterceptor |
---|
log |
Constructor Summary | |
---|---|
TrimmedParametersInterceptor()
|
Method Summary | |
---|---|
protected void |
before(com.opensymphony.xwork.ActionInvocation invocation)
|
Methods inherited from class com.opensymphony.xwork.interceptor.ParametersInterceptor |
---|
acceptableName, after, setParameters |
Methods inherited from class com.opensymphony.xwork.interceptor.AroundInterceptor |
---|
destroy, init, intercept |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TrimmedParametersInterceptor()
Method Detail |
---|
protected void before(com.opensymphony.xwork.ActionInvocation invocation) throws java.lang.Exception
before
in class com.opensymphony.xwork.interceptor.ParametersInterceptor
java.lang.Exception
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |