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

PortletClonedEvent - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.portlet.state
Class PortletClonedEvent

java.lang.Object
  extended byorg.jboss.portal.portlet.StateEvent
      extended byorg.jboss.portal.portlet.state.PortletClonedEvent

public class PortletClonedEvent
extends StateEvent

Version:
$Revision: 1.1 $
Author:
Julien Viet

Field Summary
private  PortletContext clonedContext
          .
 
Constructor Summary
PortletClonedEvent(PortletContext clonedContext)
           
 
Method Summary
 PortletContext getClonedContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clonedContext

private final PortletContext clonedContext
.

Constructor Detail

PortletClonedEvent

public PortletClonedEvent(PortletContext clonedContext)
Method Detail

getClonedContext

public PortletContext getClonedContext()