org.apache.tapestry.mojo
Class ClassDescription
java.lang.Object
org.apache.tapestry.mojo.ClassDescription
public class ClassDescription
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassDescription
public ClassDescription(String className,
String superClassName,
String description,
boolean supportsInformalParameters,
String since)
getClassName
public String getClassName()
getDescription
public String getDescription()
getParameters
public Map<String,ParameterDescription> getParameters()
getSuperClassName
public String getSuperClassName()
isSupportsInformalParameters
public boolean isSupportsInformalParameters()
getSince
public String getSince()
getPublishedParameters
public Map<String,String> getPublishedParameters()
- Case insensitive map, keyed on parameter name, value is class name of component from which the parameter is
published.
getEvents
public Map<String,String> getEvents()
- Case insentive map, keyes on event name, value is optional description (often blank).
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.