|
[Expand]
Inherited Methods |
From class
com.atlassian.jira.action.JiraNonWebActionSupport
|
From class
com.atlassian.jira.action.JiraActionSupport
|
void
|
addErrorMessages(ActionResult aResult)
|
|
void
|
addErrorMessages(Collection<String> errorMessages)
|
|
void
|
addErrors(Map<String, String> errors)
|
|
void
|
addIllegalArgumentException(String fieldName, IllegalArgumentException e)
Override this method from ActionSupport.
|
|
String
|
execute()
|
|
final
String
|
getActionName()
|
|
ApplicationProperties
|
getApplicationProperties()
|
|
<T>
T
|
getComponentInstanceOfType(Class<T> clazz)
|
|
ResourceBundle
|
getDefaultResourceBundle()
|
|
GenericDelegator
|
getDelegator()
|
|
I18nHelper
|
getI18nHelper()
|
|
Set<String>
|
getKeysForPrefix(String prefix)
Given a prefix for an i18n key, this method will return all keys that start with the prefix specified.
|
|
Locale
|
getLocale()
|
|
abstract
User
|
getLoggedInUser()
|
|
OfBizDelegator
|
getOfBizDelegator()
|
|
User
|
getRemoteUser()
This method is deprecated.
Use getLoggedInUser() instead. Since v4.3. To be deleted in v6.0
|
|
String
|
getResult()
Get a definitive result.
|
|
String
|
getText(String key, String value1, String value2, String value3, String value4)
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
|
|
String
|
getText(String key, Object value1, Object value2, Object value3, Object value4, Object value5)
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
|
|
String
|
getText(String key)
|
|
String
|
getText(String key, Object value1, Object value2, Object value3, Object value4, Object value5, Object value6, Object value7)
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
|
|
String
|
getText(String key, Object value1, Object value2, Object value3, Object value4)
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
|
|
String
|
getText(String key, Object parameters)
Called to return the formatted text of the specified i18n key or the key itself if no message can be found.
|
|
String
|
getText(String key, String value1, String value2, String value3, String value4, String value5, String value6, String value7, String value8, String value9)
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
|
|
String
|
getText(String key, Object value1, Object value2, Object value3, Object value4, Object value5, Object value6)
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
|
|
String
|
getText(String key, String value1, String value2, String value3)
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
|
|
String
|
getText(String key, Object value1, Object value2, Object value3, Object value4, Object value5, Object value6, Object value7, Object value8)
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
|
|
String
|
getText(String key, String value1)
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
|
|
String
|
getText(String key, String value1, String value2, String value3, String value4, String value5, String value6, String value7)
Called to return the formatted text of the specified i18n key
|
|
String
|
getText(String key, Object value1, Object value2, Object value3)
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
|
|
String
|
getText(String key, String value1, String value2)
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
|
|
String
|
getUnescapedText(String key)
Called to return the un-formatted text of the specified i18n key or the key itself if no message can be found
|
|
String
|
getUntransformedRawText(String key)
|
|
Preferences
|
getUserPreferences()
|
|
WatcherManager
|
getWatcherManager()
|
|
boolean
|
hasAnyErrors()
|
|
boolean
|
isIndexing()
|
|
boolean
|
isKeyDefined(String key)
For the given key, checks whether such a key is defined in the locale context represented by this
helper instance.
|
|
void
|
removeKeyOrAddError(Map params, String key, String messageKey)
Checks if descriptorParams contains key and removes it, otherwise adds the error message with the given message
key.
|
|
From class
webwork.action.ActionSupport
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
com.atlassian.jira.util.I18nHelper
|
ResourceBundle
|
getDefaultResourceBundle()
|
|
Set<String>
|
getKeysForPrefix(String prefix)
Given a prefix for an i18n key, this method will return all keys that start with the prefix specified.
|
|
Locale
|
getLocale()
|
|
String
|
getText(String key, Object value1, Object value2, Object value3, Object value4, Object value5, Object value6, Object value7)
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
|
|
String
|
getText(String key, String value1, String value2, String value3, String value4)
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
|
|
String
|
getText(String key, Object value1, Object value2, Object value3, Object value4)
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
|
|
String
|
getText(String key, Object parameters)
Called to return the formatted text of the specified i18n key or the key itself if no message can be found.
|
|
String
|
getText(String key, String value1, String value2, String value3, String value4, String value5, String value6, String value7, String value8, String value9)
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
|
|
String
|
getText(String key, Object value1, Object value2, Object value3, Object value4, Object value5)
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
|
|
String
|
getText(String key, Object value1, Object value2, Object value3, Object value4, Object value5, Object value6)
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
|
|
String
|
getText(String key, String value1, String value2, String value3)
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
|
|
String
|
getText(String key)
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
|
|
String
|
getText(String key, Object value1, Object value2, Object value3, Object value4, Object value5, Object value6, Object value7, Object value8)
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
|
|
String
|
getText(String key, String value1)
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
|
|
String
|
getText(String key, String value1, String value2, String value3, String value4, String value5, String value6, String value7)
Called to return the formatted text of the specified i18n key
|
|
String
|
getText(String key, Object value1, Object value2, Object value3)
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
|
|
String
|
getText(String key, String value1, String value2)
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
|
|
String
|
getUnescapedText(String key)
Called to return the un-formatted text of the specified i18n key or the key itself if no message can be found
|
|
String
|
getUntransformedRawText(String key)
|
|
boolean
|
isKeyDefined(String key)
For the given key, checks whether such a key is defined in the locale context represented by this
helper instance.
|
|
From interface
webwork.action.Action
|
From interface
webwork.action.CommandDriven
|
From interface
webwork.action.IllegalArgumentAware
|