Package org.codehaus.doxia.sink

Examples of org.codehaus.doxia.sink.Sink.sectionTitle2()


                        sink.list_();
                        sink.section2_();
                    }

                    sink.section2();
                    sink.sectionTitle2();
                    sink.text(StringUtils.capitalize(subpackage));
                    sink.sectionTitle2_();


                    sink.list();
View Full Code Here


          for (JavaMethod mth : clazz.getMethods()) {
            if (hasPathAnnotation(mth)) {
              for (Annotation annotation : mth.getAnnotations()) {
                if (annotation.getParameterValue().toString().contains("javax.ws.rs.Path")) {
                  sink.section2();
                  sink.sectionTitle2();
                  sink.text("Path: " + annotation.getNamedParameter("value"));
                  sink.sectionTitle2_();
                }
              }
              for (Annotation annotation : mth.getAnnotations()) {
View Full Code Here

                        sink.list_();
                        sink.section2_();
                    }

                    sink.section2();
                    sink.sectionTitle2();
                    sink.text(StringUtils.capitalize(subpackage));
                    sink.sectionTitle2_();


                    sink.list();
View Full Code Here

        sink.text(this.getBundle(locale).getString("meta.description"));
        sink.lineBreak();
        sink.text(this.getProject().getName() + " Version: " + this.getProject().getVersion());
        sink.paragraph_();
        sink.section2();
        sink.sectionTitle2();
        sink.text(this.getBundle(locale).getString("meta.title"));
        sink.sectionTitle2_();
        sink.text("Date: " + jmdReport.getDate());
        sink.lineBreak();
        sink.text("Architect: " + jmdReport.getArchitect());
View Full Code Here

        sink.lineBreak();
        sink.text("Differences found: " + jmdReport.getDifferences().size());
        sink.section2_();
       
        sink.section2();
        sink.sectionTitle2();
        sink.text(this.getBundle(locale).getString("differences.title"));
        sink.sectionTitle2_();
       
        sink.section3();
        sink.sectionTitle3();
View Full Code Here

        sink.lineBreak();
        sink.text("Differences found: " + jmdReport.getDifferences().size());
        sink.section2_();
       
        sink.section2();
        sink.sectionTitle2();
        sink.text(this.getBundle(locale).getString("differences.title"));
        sink.sectionTitle2_();
       
        sink.section3();
        sink.sectionTitle3();
View Full Code Here

        sink.text(this.getBundle(locale).getString("meta.description"));
        sink.lineBreak();
        sink.text("Version: " + this.getProject().getVersion());
        sink.paragraph_();
        sink.section2();
        sink.sectionTitle2();
        sink.text(this.getBundle(locale).getString("meta.title"));
        sink.sectionTitle2_();
        sink.text("Date: " + jmdReport.getDate());
        sink.lineBreak();
        sink.text("Architect: " + jmdReport.getArchitect());
View Full Code Here

                        sink.list_();
                        sink.section2_();
                    }

                    sink.section2();
                    sink.sectionTitle2();
                    sink.text(StringUtils.capitalize(subpackage));
                    sink.sectionTitle2_();


                    sink.list();
View Full Code Here

                        sink.list_();
                        sink.section2_();
                    }

                    sink.section2();
                    sink.sectionTitle2();
                    sink.text(StringUtils.capitalize(subpackage));
                    sink.sectionTitle2_();


                    sink.list();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.