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 index information for one message parameter.


Constructor Summary
MessageParamParser.MessageParamInfo(int index, String ognlPath)
          Default constructor.
 
Method Summary
 int getIndex()
          Returns the index of the placeholder the information should be written to.
 String getOgnlPath()
          Returns the OGNL path to the value inside the value to use.
 
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(int index,
                                           String ognlPath)
Default constructor.

Parameters:
index - the index of the placeholder the information should be written to.
ognlPath - the OGNL path to the value inside the value to use.
Method Detail

getIndex

public int getIndex()
Returns the index of the placeholder the information should be written to.

Returns:
the index of the placeholder 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.