|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.exceptions.i18n.message.MessageParamParser.MessageParamInfo
public static final class MessageParamParser.MessageParamInfo
Contains the placeholderId information for one message parameter.
Constructor Summary | |
---|---|
MessageParamParser.MessageParamInfo(String placeholderId, String ognlPath) Default constructor. |
Method Summary | |
---|---|
String |
getOgnlPath() Returns the OGNL path to the value inside the value to use. |
String |
getPlaceholderId() Returns the identifier of the placeholder (index or property name) the information should be written to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageParamParser.MessageParamInfo(String placeholderId, String ognlPath)
placeholderId
- the identifier of the placeholder (index or property name) the information should be written to.
ognlPath
- the OGNL path to the value inside the value to use.
Method Detail |
---|
public String getPlaceholderId()
public String getOgnlPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |