org.richfaces.cdk.apt.processors
Class DescriptionProcessorImpl

java.lang.Object
  extended by org.richfaces.cdk.apt.processors.DescriptionProcessorImpl
All Implemented Interfaces:
DescriptionProcessor

public class DescriptionProcessorImpl
extends java.lang.Object
implements DescriptionProcessor

Author:
asmirnov@exadel.com

Constructor Summary
DescriptionProcessorImpl()
           
 
Method Summary
 void processDescription(DescriptionGroup model, org.richfaces.cdk.annotations.Description description)
          

process Description annotation and set information from it into model.

 void processDescription(DescriptionGroup model, org.richfaces.cdk.annotations.Description description, java.lang.String docComment)
          

process Description annotation and set information from it into model.

protected  void setIcon(DescriptionGroup component, org.richfaces.cdk.annotations.Description icon)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescriptionProcessorImpl

public DescriptionProcessorImpl()
Method Detail

processDescription

public void processDescription(DescriptionGroup model,
                               org.richfaces.cdk.annotations.Description description,
                               java.lang.String docComment)
Description copied from interface: DescriptionProcessor

process Description annotation and set information from it into model. Optional string from the JavaDoc comment has precedence over Desription#value() attribute.

Specified by:
processDescription in interface DescriptionProcessor
docComment - JavaDoc comment associated with described element.

processDescription

public void processDescription(DescriptionGroup model,
                               org.richfaces.cdk.annotations.Description description)
Description copied from interface: DescriptionProcessor

process Description annotation and set information from it into model.

Specified by:
processDescription in interface DescriptionProcessor

setIcon

protected void setIcon(DescriptionGroup component,
                       org.richfaces.cdk.annotations.Description icon)


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.