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

JBossPortalNode - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.core.api
Interface JBossPortalNode

All Superinterfaces:
PortalNode

public interface JBossPortalNode
extends PortalNode

Specific extension that allows the node to fire events to the attached listener.


Field Summary
 
Fields inherited from interface org.jboss.portal.api.node.PortalNode
TYPE_CONTEXT, TYPE_PAGE, TYPE_PORTAL, TYPE_WINDOW
 
Method Summary
 PortalNodeEvent fireEvent(PortalNodeEvent event)
          Fire a pre event on this node.
 java.lang.String getRef()
          Return the node ref.
 
Methods inherited from interface org.jboss.portal.api.node.PortalNode
getChild, getChildren, getName, getParent, getRoot, getType, resolve
 

Method Detail

getRef

public java.lang.String getRef()
Return the node ref.


fireEvent

public PortalNodeEvent fireEvent(PortalNodeEvent event)
Fire a pre event on this node.