Uses of Class
com.atlassian.confluence.util.HTMLPairType

Packages that use HTMLPairType
com.atlassian.confluence.admin.actions   
com.atlassian.confluence.admin.actions.macros   
com.atlassian.confluence.mail.archive.actions   
com.atlassian.confluence.setup.actions   
com.atlassian.confluence.user.actions   
 

Uses of HTMLPairType in com.atlassian.confluence.admin.actions
 

Methods in com.atlassian.confluence.admin.actions that return types with arguments of type HTMLPairType
 java.util.List<HTMLPairType> SecurityConfigurationAction.getEmailAddressVisibilityTypes()
           
 

Uses of HTMLPairType in com.atlassian.confluence.admin.actions.macros
 

Methods in com.atlassian.confluence.admin.actions.macros that return types with arguments of type HTMLPairType
 java.util.List<HTMLPairType> UserMacroAction.getCategories()
          Populates the category multiple-select box Only used by AddUserMacroAction and UpdateUserMacroAction If this class gets _any_ more complex consider using delegation
 java.util.List<HTMLPairType> UpdateUserMacroAction.getOutputTypes()
          Populates the output type select box if the macro being edited is a legacy one with a wiki markup template.
 java.util.List<HTMLPairType> AddUserMacroAction.getOutputTypes()
          Creating a new macro only support one template type; HTML.
 

Uses of HTMLPairType in com.atlassian.confluence.mail.archive.actions
 

Methods in com.atlassian.confluence.mail.archive.actions that return types with arguments of type HTMLPairType
 java.util.List<HTMLPairType> EditMailAccountAction.getProtocolList()
          do not allow users to change from POP -> IMAP or vice versa (not until we make the update code change the class of the mail account if this property changes)
 java.util.List<HTMLPairType> AddMailAccountAction.getProtocolList()
           
 

Uses of HTMLPairType in com.atlassian.confluence.setup.actions
 

Methods in com.atlassian.confluence.setup.actions that return types with arguments of type HTMLPairType
 java.util.List<HTMLPairType> SetupDataAction.getContentChoiceList()
           
 java.util.List<HTMLPairType> AbstractSetupEmailAction.getIncomingProtocolList()
           
 

Uses of HTMLPairType in com.atlassian.confluence.user.actions
 

Methods in com.atlassian.confluence.user.actions that return types with arguments of type HTMLPairType
 java.util.List<HTMLPairType> ViewMySettingsAction.getAvailableTimeZones()
           
 java.util.List<HTMLPairType> ViewMyEmailSettingsAction.getMimeTypes()
           
 java.util.List<HTMLPairType> EditEmailSettingsAction.getMimeTypes()
           
 java.util.List<HTMLPairType> ViewMySettingsAction.getSiteHomePages()
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.