Examples of htmlTag()


Examples of com.citytechinc.cq.component.annotations.Component.htmlTag()

    parameters.setTitle(getTitleForComponent(componentClass, componentAnnotation));
    parameters.setResourceSuperType(getResourceSuperTypeForComponent(componentAnnotation));
    parameters.setAdditionalProperties(getAdditionalPropertiesForComponent(componentAnnotation));
        parameters.setClassName(componentClass.getName());

        if (componentAnnotation.htmlTag().length > 0) {
            List<XmlElement> containedElements = Lists.newArrayList();

            containedElements.add(getHtmlTagForComponent(componentAnnotation));

            parameters.setContainedElements(containedElements);
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.