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

JBossPortalNode - JBOSS Portal 2.2 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.portlet.PortalNode
TYPE_CONTEXT, TYPE_PAGE, TYPE_PORTAL, TYPE_WINDOW
 
Method Summary
 PortalNodeEvent firePostEvent(PortalNodeEvent event)
          Fire a post event on this node.
 PortalNodeEvent firePreEvent(PortalNodeEvent event)
          Fire a pre event on this node.
 java.lang.String getHandle()
          Return the node handle.
 
Methods inherited from interface org.jboss.portlet.PortalNode
getChild, getChildren, getName, getParent, getRoot, getType, resolve
 

Method Detail

getHandle

public java.lang.String getHandle()
Return the node handle.


firePreEvent

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


firePostEvent

public PortalNodeEvent firePostEvent(PortalNodeEvent event)
Fire a post event on this node.