com.atlassian.jira.web.action.user
Class SaveConfiguration

java.lang.Object
  extended byActionSupport
      extended bycom.atlassian.jira.action.JiraActionSupport
          extended bycom.atlassian.jira.web.action.JiraWebActionSupport
              extended bycom.atlassian.jira.web.action.ProjectActionSupport
                  extended bycom.atlassian.jira.web.action.portal.AbstractSaveConfiguration
                      extended bycom.atlassian.jira.web.action.user.SaveConfiguration
All Implemented Interfaces:
PortalAction

public class SaveConfiguration
extends AbstractSaveConfiguration

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.jira.web.action.ProjectActionSupport
savedFilters
 
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
SaveConfiguration()
           
 
Method Summary
protected  java.lang.String getHomeRedirect()
           
 PortalPageConfiguration getPortalConfig()
           
 void resetPortletConf()
           
 boolean usingDefaultPortalConfig()
           
 
Methods inherited from class com.atlassian.jira.web.action.portal.AbstractSaveConfiguration
doDefault, doExecute, doValidation, getLocalParameter, getObjectConfiguration, getParamValue, getPortlet, getPortletConfigId, getPortletIdStr, setPortletConfigId, setPortletIdStr
 
Methods inherited from class com.atlassian.jira.web.action.ProjectActionSupport
getBrowseableProjects, getProjectManager, getSavedFilters
 
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

SaveConfiguration

public SaveConfiguration()
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

getHomeRedirect

protected java.lang.String getHomeRedirect()
                                    throws java.lang.Exception
Specified by:
getHomeRedirect in class AbstractSaveConfiguration
Throws:
java.lang.Exception