com.bstek.dorado.config.text
public abstract class TextAttributeParser extends java.lang.Object implements TextParser
Constructor and Description |
---|
TextAttributeParser() |
Modifier and Type | Method and Description |
---|---|
protected abstract ExpressionHandler |
getExpressionHandler()
返回EL表达式的处理器。
|
protected boolean |
isIgnoredChar(char c)
判断某字符是否一个应被忽略的字符。
当解析属性值的内容时不会作此判断。 |
java.lang.Object |
parse(char[] charArray,
TextParseContext context)
解析给定的字符串,并返回解析结果。
|
protected abstract ExpressionHandler getExpressionHandler()
protected boolean isIgnoredChar(char c)
public java.lang.Object parse(char[] charArray, TextParseContext context) throws java.lang.Exception
TextParser
parse
in interface TextParser
charArray
- 要解析的字符串context
- 解析的上下文对象java.lang.Exception
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.