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

Packages that use MessageParamParser.MessageParamInfo
de.smartics.exceptions.i18n.message Provides classes for the internationalization of exception messages. 
 

Uses of MessageParamParser.MessageParamInfo in de.smartics.exceptions.i18n.message
 

Methods in de.smartics.exceptions.i18n.message that return types with arguments of type MessageParamParser.MessageParamInfo
 List<MessageParamParser.MessageParamInfo> MessageType.getMessageParamInfos(MessageParam messageParam)
          Returns the index information specified in the message parameter for the message type.
 Map<String,List<MessageParamParser.MessageParamInfo>> MessageType.getParentMessageParamInfos(ParentMessageParam messageParam)
          Returns the index information for the parent attributes specified in the message parameter for the message type.
static List<MessageParamParser.MessageParamInfo> MessageParamParser.parse(String input)
          Splits the input string into message param informations.
static Map<String,List<MessageParamParser.MessageParamInfo>> MessageParamParser.parseParentMessageParam(String input)
          Parses the content of the parent message parameter.
 



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