Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

de.danet.an.util.cocoon.action
Class SitemapParams  view SitemapParams download SitemapParams.java

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byde.danet.an.util.cocoon.action.SitemapParams
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class SitemapParams
extends java.util.HashMap

This class provides is a simple extension of HashMap>HashMap. Its only purpose is to provide a distinct type that can be used in the parameter list of a handler method.

Version:
$Revision: 1.3 $

Nested Class Summary
 
Nested classes inherited from class java.util.HashMap
 
Nested classes inherited from class java.util.AbstractMap
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
 
Fields inherited from class java.util.HashMap
 
Fields inherited from class java.util.AbstractMap
 
Constructor Summary
(package private) SitemapParams()
          Creates an instance of SitemapParams.
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

SitemapParams

SitemapParams()
Creates an instance of SitemapParams. The constructor has package visibility as only DispatchAction should ever create such an object.