java.lang.ObjectHelper methods to access text from TextProvidersorg.apache.struts2.util.TextProviderHelper
| Method from org.apache.struts2.util.TextProviderHelper Summary: |
|---|
| getText, getText, getText |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.struts2.util.TextProviderHelper Detail: |
|---|
Get a message from the first TextProvider encountered in the stack. If the first TextProvider doesn't provide the message the default message is returned. The search for a TextProvider is iterative from the root of the stack. This method was refactored from org.apache.struts2.components.Text to use a consistent implementation across UIBean components. |
Get a message from the first TextProvider encountered in the stack. If the first TextProvider doesn't provide the message the default message is returned. The stack is searched if if no TextProvider is found, or the message is not found. |
Get a message from the first TextProvider encountered in the stack. If the first TextProvider doesn't provide the message the default message is returned. The search for a TextProvider is iterative from the root of the stack. This method was refactored from org.apache.struts2.components.Text to use a consistent implementation across UIBean components. |