站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

ParameterMapTestCase.TestParameterMap - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.common
Class ParameterMapTestCase.TestParameterMap

java.lang.Object
  extended byorg.jboss.portal.common.util.TypedMap
      extended byorg.jboss.portal.common.util.ParameterMap
          extended byorg.jboss.portal.test.common.ParameterMapTestCase.TestParameterMap
All Implemented Interfaces:
java.util.Map
Enclosing class:
ParameterMapTestCase

public static class ParameterMapTestCase.TestParameterMap
extends ParameterMap


Nested Class Summary
 
Nested classes inherited from class org.jboss.portal.common.util.TypedMap
TypedMap.TypedEntry, TypedMap.TypedEntryIterator, TypedMap.TypedEntrySet
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
private  java.util.Map delegate
           
 
Constructor Summary
ParameterMapTestCase.TestParameterMap()
           
 
Method Summary
protected  java.util.Map getDelegate()
           
 
Methods inherited from class org.jboss.portal.common.util.ParameterMap
assertKeyValidity, getExternalValue, getInternalValue
 
Methods inherited from class org.jboss.portal.common.util.TypedMap
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

delegate

private final java.util.Map delegate
Constructor Detail

ParameterMapTestCase.TestParameterMap

public ParameterMapTestCase.TestParameterMap()
Method Detail

getDelegate

protected java.util.Map getDelegate()
Specified by:
getDelegate in class TypedMap