org.jboss.portal.core.impl.portlet.info
Class CorePortletInfoImpl

java.lang.Object
  extended by org.jboss.portal.portlet.impl.jsr168.info.ContainerPortletInfo
      extended by org.jboss.portal.core.impl.portlet.info.CorePortletInfoImpl
All Implemented Interfaces:
CorePortletInfo, PortletInfo

public class CorePortletInfoImpl
extends ContainerPortletInfo
implements CorePortletInfo

Version:
$Revision: 8786 $
Author:
Julien Viet

Constructor Summary
CorePortletInfoImpl(PortletApplicationContext portletApplicationContext, PortletMetaData portletMD, JBossPortletMetaData jbossPortletMD, ResourceBundleManager bundleMgr)
           
 
Method Summary
 AjaxInfo getAjax()
           
 MarkupHeaderInfo getMarkupHeader()
           
 PortletInfoInfo getPortletInfo()
           
 Transactions.Type getTxType()
           
 
Methods inherited from class org.jboss.portal.portlet.impl.jsr168.info.ContainerPortletInfo
getCache, getCapabilities, getMeta, getPreferences, getSecurity, getSession, isRemotable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorePortletInfoImpl

public CorePortletInfoImpl(PortletApplicationContext portletApplicationContext,
                           PortletMetaData portletMD,
                           JBossPortletMetaData jbossPortletMD,
                           ResourceBundleManager bundleMgr)
Method Detail

getTxType

public Transactions.Type getTxType()
Specified by:
getTxType in interface CorePortletInfo
Returns:

getAjax

public AjaxInfo getAjax()
Specified by:
getAjax in interface CorePortletInfo
Returns:

getMarkupHeader

public MarkupHeaderInfo getMarkupHeader()
Specified by:
getMarkupHeader in interface CorePortletInfo
Returns:

getPortletInfo

public PortletInfoInfo getPortletInfo()
Specified by:
getPortletInfo in interface CorePortletInfo