com.atlassian.jira.web.action.portal
Interface PortalAction

All Known Implementing Classes:
AbstractConfigurePortal, AbstractSaveConfiguration

public interface PortalAction

Created by IntelliJ IDEA. User: Owen Date: 12/06/2003 Time: 09:23:19 To change this template use Options | File Templates.


Method Summary
 PortalPageConfiguration getPortalConfig()
           
 void resetPortletConf()
           
 boolean usingDefaultPortalConfig()
           
 

Method Detail

getPortalConfig

public PortalPageConfiguration getPortalConfig()
                                        throws PortletConfigurationException
Throws:
PortletConfigurationException

usingDefaultPortalConfig

public boolean usingDefaultPortalConfig()
                                 throws PortletConfigurationException
Throws:
PortletConfigurationException

resetPortletConf

public void resetPortletConf()
                      throws PortletConfigurationException
Throws:
PortletConfigurationException