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.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> UserMacroAction.getOutputTypes()
          Populates the output type select box Only used by AddUserMacroAction and UpdateUserMacroAction If this class gets any more complex consider using delegation
 

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

Methods in com.atlassian.confluence.mail.actions that return types with arguments of type HTMLPairType
 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)
 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
 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-2011 Atlassian. All Rights Reserved.