org.apache.cocoon.portal.aspect.impl
Class AspectUtil

java.lang.Object
  extended by org.apache.cocoon.portal.aspect.impl.AspectUtil

public class AspectUtil
extends Object

Utility class for aspects

Version:
CVS $Id: AspectUtil.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler

Constructor Summary
AspectUtil()
           
 
Method Summary
static Object convert(AspectDescription desc, Object value)
           
static Object createNewInstance(AspectDescription desc)
          Create a new instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AspectUtil

public AspectUtil()
Method Detail

createNewInstance

public static Object createNewInstance(AspectDescription desc)
Create a new instance


convert

public static Object convert(AspectDescription desc,
                             Object value)


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.