public class TagParser extends Object
Constructor and Description |
---|
TagParser() |
Modifier and Type | Method and Description |
---|---|
static Map |
parseNamedParameters(String tagValue)
Extract a Map of named parameters
|
static String[] |
parseParameters(String tagValue)
Extract an array of parameters as name or name=value representation
|
static String[] |
parseWords(String tagValue)
Extract an array of positional parameters
|
Copyright © 2002-2012. All Rights Reserved.