Class PathVariableMap

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<Token,String>
com.aspectran.core.activity.request.PathVariableMap
All Implemented Interfaces:
Serializable, Cloneable, Map<Token,String>

public class PathVariableMap extends HashMap<Token,String>
The Class PathVariableMap.

This class is generally not thread-safe. It is primarily designed for use in a single thread only.

Created: 2016. 2. 13.

See Also:
  • Constructor Details

    • PathVariableMap

      public PathVariableMap()
  • Method Details