示例#1
0
 public TALAttributes(String namespaceURI, String expression) throws PageTemplateException {
   super(namespaceURI);
   this.attributes = AttributesUtils.getDefinitions(expression);
 }