|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageTool.TextKey | |
---|---|
org.apache.velocity.tools.struts | Provides view tools to integrate Velocity with the Apache Struts framework. |
Uses of MessageTool.TextKey in org.apache.velocity.tools.struts |
---|
Methods in org.apache.velocity.tools.struts that return MessageTool.TextKey | |
---|---|
MessageTool.TextKey |
MessageTool.TextKey.bundle(java.lang.String setme)
Returns a new TextKey with the specified resource bundle set. |
MessageTool.TextKey |
MessageTool.TextKey.clearArgs()
This will return a new TextKey that has no arguments to be inserted into the text output. |
MessageTool.TextKey |
MessageTool.get(java.lang.String key)
Looks up and returns the localized message for the specified key. |
MessageTool.TextKey |
MessageTool.TextKey.get(java.lang.String appendme)
Appends a period and the new key to the current key and returns a new TextKey instance with the combined result as its key. |
MessageTool.TextKey |
MessageTool.TextKey.insert(java.util.List addme)
Returns a new TextKey with the specified List of arguments to be inserted into the text output. |
MessageTool.TextKey |
MessageTool.TextKey.insert(java.lang.Object addme)
Returns a new TextKey with the specified argument to be inserted into the text output. |
MessageTool.TextKey |
MessageTool.TextKey.insert(java.lang.Object[] addme)
Returns a new TextKey with the specified array of arguments to be inserted into the text output. |
MessageTool.TextKey |
MessageTool.TextKey.insert(java.lang.Object addme,
java.lang.Object metoo)
Returns a new TextKey with the specified arguments to be inserted into the text output. |
MessageTool.TextKey |
MessageTool.TextKey.insert(java.lang.Object addme,
java.lang.Object metoo,
java.lang.Object methree)
Returns a new TextKey with the specified arguments to be inserted into the text output. |
MessageTool.TextKey |
MessageTool.TextKey.locale(java.util.Locale setme)
Returns a new TextKey with the specified resource bundle set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |