de.smartics.exceptions.i18n.message
Class MessageParamParser.MessageParamInfo

Package class diagram package MessageParamParser.MessageParamInfo
java.lang.Object
  extended by de.smartics.exceptions.i18n.message.MessageParamParser.MessageParamInfo
Enclosing class:
MessageParamParser

public static final class MessageParamParser.MessageParamInfo
     
     
extends Object

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

MessageParamParser.MessageParamInfo

public MessageParamParser.MessageParamInfo(String placeholderId,
                                           String ognlPath)
Default constructor.

Parameters:
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

getPlaceholderId

public String getPlaceholderId()
Returns the identifier of the placeholder (index or property name) the information should be written to.

Returns:
the identifier of the placeholder (index or property name) the information should be written to.

getOgnlPath

public String getOgnlPath()
Returns the OGNL path to the value inside the value to use.

Returns:
the OGNL path to the value inside the value to use.


Copyright © 2007-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.