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
 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
 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
 List<HTMLPairType> UpdateUserMacroAction.getOutputTypes()
          Populates the output type select box if the macro being edited is a legacy one with a wiki markup template.
 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
 List<HTMLPairType> AddMailAccountAction.getProtocolList()
           
 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)
 

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

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

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

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



Copyright © 2003-2012 Atlassian. All Rights Reserved.