|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kew.rule.GenericAttributeContent
public class GenericAttributeContent
Helper class that can parse and generate generic attribute content
from Map
Field Summary
private XPathExpressionattr_expr
private StringelementName
private static XPathExpressionFIELD_EXPR
private org.apache.log4j.Loggerlog
private static XPathExpressionNAME_EXPR
private static XPathExpressionVALUE_EXPR
Constructor Summary
GenericAttributeContent(Class clazz)
GenericAttributeContent(String elementName)
Method Summary
StringgenerateContent(Map<String,String> properties)
List<Map<String,String>>parseContent(Element attributeContent)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
NAME_EXPR
private static final XPathExpression NAME_EXPR
VALUE_EXPR
private static final XPathExpression VALUE_EXPR
FIELD_EXPR
private static final XPathExpression FIELD_EXPR
log
private final org.apache.log4j.Logger log
elementName
private final String elementName
attr_expr
private final XPathExpression attr_expr
Constructor Detail
GenericAttributeContent
public GenericAttributeContent(Class clazz)
GenericAttributeContent
public GenericAttributeContent(String elementName)
Method Detail
generateContent
public String generateContent(Map<String,String> properties)
parseContent
public List<Map<String,String>> parseContent(Element attributeContent)
throws XPathExpressionException
XPathExpressionException
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.