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

MapperTestCase.Context - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.core
Class MapperTestCase.Context

java.lang.Object
  extended byorg.jboss.portal.test.core.MapperTestCase.Context
Direct Known Subclasses:
MapperTestCase.MappingContextImpl
Enclosing class:
MapperTestCase

private static class MapperTestCase.Context
extends java.lang.Object


Field Summary
private  java.util.Map children
           
 
Constructor Summary
MapperTestCase.Context(java.lang.Object dflt)
           
 
Method Summary
 void addChild(java.lang.String name, java.lang.Object child)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

children

private final java.util.Map children
Constructor Detail

MapperTestCase.Context

public MapperTestCase.Context(java.lang.Object dflt)
Method Detail

addChild

public void addChild(java.lang.String name,
                     java.lang.Object child)