org.jsecurity.web.attr
Class RequestParamAttribute<T>
java.lang.Object
org.jsecurity.web.attr.AbstractWebAttribute<T>
org.jsecurity.web.attr.RequestParamAttribute<T>
- All Implemented Interfaces:
- WebAttribute<T>
public class RequestParamAttribute<T>
- extends AbstractWebAttribute<T>
- Since:
- 0.2
- Author:
- Les Hazlewood
| Methods inherited from class org.jsecurity.web.attr.AbstractWebAttribute |
fromStringValue, getEditorClass, getFromRequestParam, getName, isCheckRequestParams, isCheckRequestParamsFirst, isMutable, retrieveValue, setCheckRequestParams, setCheckRequestParamsFirst, setEditorClass, setMutable, setName, storeValue, toStringValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestParamAttribute
public RequestParamAttribute()
RequestParamAttribute
public RequestParamAttribute(String name)
onRetrieveValue
protected T onRetrieveValue(ServletRequest request,
ServletResponse response)
- Specified by:
onRetrieveValue in class AbstractWebAttribute<T>
onStoreValue
protected void onStoreValue(T value,
ServletRequest request,
ServletResponse response)
- Specified by:
onStoreValue in class AbstractWebAttribute<T>
removeValue
public void removeValue(ServletRequest request,
ServletResponse response)
Copyright © 2004-2008 JSecurity.