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

MappingContext - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.core.impl.invocation
Interface MappingContext


public interface MappingContext

Interface that provide access to portal object during a mapping request.


Method Summary
 java.lang.Object getChild(java.lang.Object parent, java.lang.String name)
          Return the child object having the specified name or null if it does not exists.
 java.lang.Object getRoot()
          Return the object graph root.
 

Method Detail

getRoot

public java.lang.Object getRoot()
Return the object graph root.


getChild

public java.lang.Object getChild(java.lang.Object parent,
                                 java.lang.String name)
Return the child object having the specified name or null if it does not exists.