All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.com.day.cq.wcm-cq-wcm-taglib-taglib.tld Maven / Gradle / Ivy

There is a newer version: 6.5.21
Show newest version




    A tag library for CQ Content Management support
    1.0
    cq
    http://www.day.com/taglibs/cq/1.0

    
    
        
            Creates an i18n localization context and stores it in the
            javax.servlet.jsp.jstl.fmt.localizationContext configuration variable.
        
        setContentBundle
        com.day.cq.wcm.tags.SetContentBundleTag
        empty
        
            
                The language of the locale for which to retrieve the resource
                bundle.
            
            language
            true
        
        
            
                Where the locale should be taken from. Either "static" (use "language"
                attribute), "request" (uses request.getLocale()), "page" (uses language
                of the current page or resource) or "auto" (uses page if available,
                otherwise request).
                Defaults to "static" if "language" is set; otherwise to "auto".
                For "static", the server default locale is used as a fallback.
                For "page", the "language" followed by the server default locale are
                used as fallbacks.
            
            source
            true
        
        
            
                The basename to use when creating the resource bundle.  A value of null
                will ignore basename properties when selecting messages; an empty-string
                value will filter messages by the existence of sling:basename properties
                (but ignoring the values of those properties); while a non-empty-string
                value will filter messages by the existence of sling:basename properties
                with at least one value matching the basename value.
            
            basename
            true
        
    

    
    
        
            Includes a resource rendering into the current page.
        
        include
        
            com.day.cq.wcm.tags.IncludeTag
        
        empty
        
            
                Whether to flush the output before including the target
            
            flush
            false
            true
            boolean
        
        
            
                The path to the resource object to include in the current
                request processing. If this path is relative it is
                appended to the path of the current resource whose
                script is including the given resource. Either resource
                or path must be specified. If both are specified, the
                resource takes precedences.
            
            path
            false
            true
        
        
            
                The resource type of a resource to include. If the resource
                to be included is specified with the path attribute,
                which cannot be resolved to a resource, the tag may
                create a synthetic resource object out of the path and
                this resource type. If the resource type is set the path
                must be the exact path to a resource object. That is,
                adding parameters, selectors and extensions to the path
                is not supported if the resource type is set. If the resource already exist its resource type is ignored
                and it's rendered using the resource type specified in this attribute. This attribute and the
                defaultResourceType attribute are mutually exclusive.
            
            resourceType
            false
            true
        
        
            
                The default resource type of the resource to include. If the resource
                to be included is specified with the path attribute,
                which cannot be resolved to a resource, the tag may
                create a synthetic resource object out of the path and
                this resource type. If the resource to be included resolves to an existing resource then it is rendered
                using its resource type and this attribute is ignored. This attribute and the resourceType attribute are
                mutually exclusive.
            
            defaultResourceType
            false
            true
        
        
            
                The jsp script to include.
            
            script
            false
            true
        
        
            
                Controls if the component hierarchy should be ignored for script
                resolution. If true, only the search paths are respected.
            
            ignoreComponentHierarchy
            false
            true
        
    

    
    
        
            Defines regularly used scripting variables
        
        defineObjects
        
            com.day.cq.wcm.tags.DefineObjectsTag
        
        
            com.day.cq.wcm.tags.DefineObjectsTEI
        
        empty
        
        
            requestName
            false
            false
        
        
            responseName
            false
            false
        
        
            resourceName
            false
            false
        
        
            nodeName
            false
            false
        
        
            logName
            false
            false
        
        
            resourceResolverName
            false
            false
        
        
            slingName
            false
            false
        
        
        
            componentContextName
            false
            false
        
        
            editContextName
            false
            false
        
        
            propertiesName
            false
            false
        
        
            pageManagerName
            false
            false
        
        
            currentPageName
            false
            false
        
        
            resourcePageName
            false
            false
        
        
            pagePropertiesName
            false
            false
        
        
            componentName
            false
            false
        
        
            designerName
            false
            false
        
        
            currentDesignName
            false
            false
        
        
            resourceDesignName
            false
            false
        
        
            currentStyleName
            false
            false
        
        
            xssAPIName
            false
            false
        
    

    
    
        
            Writes the current request URL to the JspWriter. The two tags
            addParam and removeParam may be used inside the body of this tag
            to modify the current request URL before it is written.
        
        requestURL
        
            com.day.cq.wcm.tags.RequestURLTag
        
        scriptless
    

    
    
        
            Adds a request parameter with the given name and value to the
            enclosing requestURL tag.
        
        addParam
        
            com.day.cq.wcm.tags.AddParamTag
        
        empty
        
            name
            true
            true
        
        
            value
            true
            true
        
    

    
    
        
            Removes a request parameter with the given name and value from the
            enclosing requestURL tag. If no value is provided all parameters
            with the given name are removed.
        
        removeParam
        
            com.day.cq.wcm.tags.RemoveParamTag
        
        empty
        
            name
            true
            true
        
        
            value
            false
            true
        
    

    
    
        
            Convenience tag to output component text.
        
        text
        
            com.day.cq.wcm.tags.TextTag
        
        JSP
        
            
                Name of the property to use. The name is
                relative to the current resource.
            
            property
            false
            true
        
        
            
                Value to use for output. If this attribute is present, it
                overwrites the use of the 'property' attribute.
            
            value
            false
            true
        
        
            
                Value to use for diff output. If this attribute is present, it
                overwrites the use of the 'property' attribute.
            
            oldValue
            false
            true
        
        
            
                Determines whether characters <,>,&,'," in the
                resulting string should be converted to their
                corresponding character entity codes. Default value is
                false.
                Note that the escaping is applied after the optional formatting.
            
            escapeXml
            false
            true
        
        
            
                Optional java.text.Format to use for formatting the text.
            
            format
            false
            true
            java.text.Format
        
        
            
                Suppress calculation of a diff output, even if a diff info
                is present.
            
            noDiff
            false
            true
        
        
            
                CSS class name of an element that will surround non-empty output.
                if empty, no element will be added.
            
            tagClass
            false
            true
        
        
            
                Name of an element that will surround non-empty output. defaults to
                DIV.
            
            tagName
            false
            true
        
        
            
                Default value to use for null / empty text in edit mode, i.e. the
                placeholder. Please note that the default check is performed
                after the optional formatting and escaping. I.e. is written as-is
                to the output.

                defaults to
                "<div><span class="cq-text-placeholder">&para;</span></div>"
            
            placeholder
            false
            true
        
        
            
                Default value to use for null / empty text.
                Please note that the default check is performed after the
                optional formatting and escaping. I.e. is written as-is to the
                output.
            
            default
            false
            true
        
		
            
                If set to true, it makes sure any HTML in the text
                gets filtered and not escaped, when escapeXml is set to true.
            
            enforceFilterHTML
            false
            true
        

    

    
    
        
            @deprecated Use <http://www.adobe.com/taglibs/granite/ui/1.0:includeClientLib/> instead.
            Includes a cq html client library. This can be a js, css or theme library.
            Depending on which attribute is set (in order: categories, theme, js or css),
            only that one will be handled. For multiple inclusions of different types
            please use this tag multiple times. This tag is a convenience wrapper
            around the com.adobe.granite.ui.clientlibs.HtmlLibraryManager, service interface.
        
        includeClientLib
        
            com.adobe.granite.ui.tags.IncludeClientLibraryTag
        
        empty
        
            
                A list of comma-separated client lib categories. This will include
                all Javascript and CSS libraries for the given categories. The theme
                name is extracted from the request.
            
            categories
            false
            true
        
        
            
                A list of comma-separated client lib categories. This will include
                all theme related libraries (both CSS and JS) for the given categories.
                The theme name is extracted from the request.
            
            theme
            false
            true
        
        
            
                A list of comma-separated client lib categories. This will include
                all Javascript libraries for the given categories.
            
            js
            false
            true
        
        
            
                A list of comma-separated client lib categories. This will include
                all CSS libraries for the given categories.
            
            css
            false
            true
        
        
            
                A flag that indicates of only themed or non themed libraries should
                be included. If omitted, both sets are included.
                Only applies to pure JS or CSS includes (not for categories or
                theme includes).
            
            themed
            false
            true
            boolean
        
    
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy