com.atlassian.jira.web.action.portal
Class AbstractAddPortlet

java.lang.Object
  extended byActionSupport
      extended bycom.atlassian.jira.action.JiraActionSupport
          extended bycom.atlassian.jira.web.action.JiraWebActionSupport
              extended bycom.atlassian.jira.web.action.portal.AbstractAddPortlet
Direct Known Subclasses:
AddDefaultPortlet, AddPortlet

public abstract class AbstractAddPortlet
extends JiraWebActionSupport

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
PERMISSION_VIOLATION_RESULT, request
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Constructor Summary
AbstractAddPortlet()
           
 
Method Summary
abstract  java.lang.String doExecute()
           
protected  void doValidation()
           
protected  PortalPageConfiguration getPortletConf()
           
 java.util.List getPortletConfigurations(Portlet portlet)
           
 java.lang.String getPortletId()
           
 java.util.List getPortlets()
           
protected abstract  void init()
           
protected  void setPortletConf(PortalPageConfiguration portletConf)
           
 void setPortletId(java.lang.String portletId)
           
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
getCachedGroups, getConstantsManager, getGlobalColumns, getPropertySet, getRedirect, getRemoteUser, getUserPreferences, isHasIssuePermission, isHasPermission, isHasPermission, isHasProjectPermission
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrors, execute, getActionName, getApplicationProperties, getDelegator, getResult, isIndexing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAddPortlet

public AbstractAddPortlet()
                   throws PortletConfigurationException
Method Detail

doValidation

protected void doValidation()

doExecute

public abstract java.lang.String doExecute()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

getPortletId

public java.lang.String getPortletId()

setPortletId

public void setPortletId(java.lang.String portletId)

getPortlets

public java.util.List getPortlets()

getPortletConfigurations

public java.util.List getPortletConfigurations(Portlet portlet)

init

protected abstract void init()
                      throws PortletConfigurationException
Throws:
PortletConfigurationException

getPortletConf

protected PortalPageConfiguration getPortletConf()

setPortletConf

protected void setPortletConf(PortalPageConfiguration portletConf)