| |
|
| java.lang.Object org.apache.cocoon.portal.aspect.impl.DefaultAspectDescription
DefaultAspectDescription | public class DefaultAspectDescription implements AspectDescription(Code) | | A configured aspect
author: Carsten Ziegeler version: CVS $Id: DefaultAspectDescription.java 433543 2006-08-22 06:22:54Z crossley $ |
autoCreate | protected boolean autoCreate(Code) | | |
getClassName | public String getClassName()(Code) | | The class name |
getDefaultValue | public String getDefaultValue()(Code) | | Default value
|
getStoreName | public String getStoreName()(Code) | | The role of the store |
isAutoCreate | public boolean isAutoCreate()(Code) | | If the data is not available, create it automatically (or not)
|
newInstance | public static AspectDescription newInstance(Configuration conf) throws ConfigurationException(Code) | | Create a new description from a
Configuration object.
All values must be stored as attributes
|
setAutoCreate | public void setAutoCreate(boolean b)(Code) | | Set auto create
|
setClassName | public void setClassName(String string)(Code) | | Parameters: string - |
setDefaultValue | public void setDefaultValue(String value)(Code) | | |
setName | public void setName(String string)(Code) | | Parameters: string - |
setPersistence | public void setPersistence(String string)(Code) | | Parameters: string - |
|
|
|