Uses of Class
com.atlassian.confluence.util.HTMLPairType
-
-
Uses of HTMLPairType in com.atlassian.confluence.admin.actions
Methods in com.atlassian.confluence.admin.actions that return types with arguments of type HTMLPairType Modifier and Type Method Description 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 Modifier and Type Method Description 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 delegationList<HTMLPairType>AddUserMacroAction. getOutputTypes()Creating a new macro only support one template type; HTML.List<HTMLPairType>UpdateUserMacroAction. getOutputTypes()Populates the output type select box if the macro being edited is a legacy one with a wiki markup template. -
Uses of HTMLPairType in com.atlassian.confluence.setup.actions
Methods in com.atlassian.confluence.setup.actions that return types with arguments of type HTMLPairType Modifier and Type Method Description List<HTMLPairType>SetupDataAction. getContentChoiceList()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 Modifier and Type Method Description List<HTMLPairType>ViewMySettingsAction. getAvailableTimeZones()List<HTMLPairType>EditEmailSettingsAction. getMimeTypes()List<HTMLPairType>ViewMyEmailSettingsAction. getMimeTypes()List<HTMLPairType>ViewMySettingsAction. getSiteHomePages()
-