org.apache.cocoon.acting
Class LinkTranslatorMapAction.LinkPatternHashMap
java.lang.Object
java.util.AbstractMap
java.util.HashMap
org.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
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 |
LinkTranslatorMapAction.LinkPatternHashMap
public LinkTranslatorMapAction.LinkPatternHashMap(String path,
String pageExtension)
- Constructor for the LinkPatternHashMap object
- Parameters:
pageExtension
- Description of the Parameterpath
- Description of the Parameter
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.