org.kuali.rice.kew.rule
Class GenericAttributeContent

java.lang.Object
  extended by org.kuali.rice.kew.rule.GenericAttributeContent

public class GenericAttributeContent
extends Object

Helper class that can parse and generate generic attribute content from Map values.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
GenericAttributeContent(Class clazz)
           
GenericAttributeContent(String elementName)
           
 
Method Summary
 String generateContent(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
 

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
Throws:
XPathExpressionException


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.