org.apache.cocoon.portal.aspect
Interface AspectDescription

All Known Implementing Classes:
DefaultAspectDescription

public interface AspectDescription

A configured aspect for an Aspectalizable object

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

Method Summary
 String getClassName()
           
 String getDefaultValue()
          Default value
 String getName()
           
 String getStoreName()
           
 boolean isAutoCreate()
          If the data is not available, create it automatically (or not)
 

Method Detail

getClassName

String getClassName()
Returns:
The class name of the data

getName

String getName()
Returns:
The name of the aspect

getStoreName

String getStoreName()
Returns:
The name (role) of the store to store the data

isAutoCreate

boolean isAutoCreate()
If the data is not available, create it automatically (or not)


getDefaultValue

String getDefaultValue()
Default value



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