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.java 433543 2006-08-22 06:22:54Z crossley $
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-2007 The Apache Software Foundation. All Rights Reserved.