rewrite-impl-servlet 1.0.5.Final

org.ocpsoft.rewrite.servlet.util
Class ParameterStore<T extends ParameterBuilder<T,?>>

java.lang.Object
  extended by org.ocpsoft.rewrite.servlet.util.ParameterStore<T>

public class ParameterStore<T extends ParameterBuilder<T,?>>
extends Object


Constructor Summary
ParameterStore()
           
 
Method Summary
 Map<String,T> getParameters()
          Return an unmodifiable Map of the current parameters.
 T where(String param, T deflt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterStore

public ParameterStore()
Method Detail

where

public T where(String param,
               T deflt)

getParameters

public Map<String,T> getParameters()
Return an unmodifiable Map of the current parameters.


rewrite-impl-servlet 1.0.5.Final

Copyright © 2012 OCPsoft. All Rights Reserved.