org.apache.myfaces.buildtools.maven2.plugin.builder.qdox.parse
Class ClassMetaPropertyParsingStrategy
java.lang.Object
org.apache.myfaces.buildtools.maven2.plugin.builder.qdox.parse.ClassMetaParsingStrategy
org.apache.myfaces.buildtools.maven2.plugin.builder.qdox.parse.ClassMetaPropertyParsingStrategy
- All Implemented Interfaces:
- JavaClassParsingStrategy
- Direct Known Subclasses:
- BehaviorParsingStrategy, ClientBehaviorParsingStrategy, ComponentParsingStrategy, ConverterParsingStrategy, ValidatorParsingStrategy
public abstract class ClassMetaPropertyParsingStrategy
- extends ClassMetaParsingStrategy
Method Summary |
void |
processComponentProperties(com.thoughtworks.qdox.model.JavaClass clazz,
PropertyHolder component)
Look for any methods on the specified class that are annotated as being
component properties, and add metadata about them to the model. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOC_COMPONENT
public static final String DOC_COMPONENT
- See Also:
- Constant Field Values
DOC_PROPERTY
public static final String DOC_PROPERTY
- See Also:
- Constant Field Values
DOC_JSP_PROPERTY
public static final String DOC_JSP_PROPERTY
- See Also:
- Constant Field Values
DOC_JSP_PROPERTIES
public static final String DOC_JSP_PROPERTIES
- See Also:
- Constant Field Values
ClassMetaPropertyParsingStrategy
public ClassMetaPropertyParsingStrategy()
processComponentProperties
public void processComponentProperties(com.thoughtworks.qdox.model.JavaClass clazz,
PropertyHolder component)
- Look for any methods on the specified class that are annotated as being
component properties, and add metadata about them to the model.
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.