org.apache.cocoon.acting
Class LinkTranslatorMapAction.LinkPatternHashMap

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.apache.cocoon.acting.LinkTranslatorMapAction.LinkPatternHashMap
All Implemented Interfaces:
Cloneable, LogEnabled, Map, Serializable
Enclosing class:
LinkTranslatorMapAction

public static class LinkTranslatorMapAction.LinkPatternHashMap
extends HashMap
implements LogEnabled

A special links map

See Also:
Serialized Form

Constructor Summary
LinkTranslatorMapAction.LinkPatternHashMap(String path, String pageExtension)
          Constructor for the LinkPatternHashMap object
 
Method Summary
 void enableLogging(Logger logger)
          Description of the Method
 Object get(Object key)
          assume that LinkTranslator wants to check iff a href link is a URI mapped to some URI.
 void setParent(Map parent)
          Sets the parent attribute of the LinkPatternHashMap object
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, 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

LinkTranslatorMapAction.LinkPatternHashMap

public LinkTranslatorMapAction.LinkPatternHashMap(String path,
                                                  String pageExtension)
Constructor for the LinkPatternHashMap object

Parameters:
pageExtension - Description of the Parameter
path - Description of the Parameter
Method Detail

setParent

public void setParent(Map parent)
Sets the parent attribute of the LinkPatternHashMap object

Parameters:
parent - The new parent value

get

public Object get(Object key)
assume that LinkTranslator wants to check iff a href link is a URI mapped to some URI.

Specified by:
get in interface Map
Parameters:
key - Description of the Parameter
Returns:
Description of the Return Value

enableLogging

public void enableLogging(Logger logger)
Description of the Method

Specified by:
enableLogging in interface LogEnabled
Parameters:
logger - Description of the Parameter


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.