org.ocpsoft.rewrite.servlet.util
Class ParameterStore<T extends ParameterBuilder<T,?>>
java.lang.Object
org.ocpsoft.rewrite.servlet.util.ParameterStore<T>
public class ParameterStore<T extends ParameterBuilder<T,?>>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParameterStore
public ParameterStore()
where
public T where(String param,
T deflt)
getParameters
public Map<String,T> getParameters()
- Return an unmodifiable
Map of the current parameters.
Copyright © 2012 OCPsoft. All Rights Reserved.