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

META-INF.lightadmin.tld Maven / Gradle / Ivy

Go to download

Pluggable data management solution for Java web applications developed in a "Rapid" manner

There is a newer version: 1.2.0.RC1
Show newest version



    LightAdmin Custom Tag Library
    0.1
    light
    http://www.lightadmin.org/tags

    
        url
        org.lightadmin.core.view.tags.LightAdminUrlTag
        JSP
        
            The URL to build. This value can include template place holders that are replaced with the URL
                encoded value of the named parameter. Parameters must be defined using the param tag inside the body
                of this tag.
            
            value
            true
            true
        
        
            Specifies a remote application context path. The default is the current application context
                path.
            
            context
            false
            true
        
        
            The name of the variable to export the URL value to.
            var
            false
            true
        
        
            The scope for the var. 'application', 'session', 'request' and 'page' scopes are supported.
                Defaults to page scope. This attribute has no effect unless the var attribute is also defined.
            
            scope
            false
            true
        
        
            Set HTML escaping for this tag, as a boolean value. Overrides the default HTML escaping setting
                for the current page.
            
            htmlEscape
            false
            true
        
        
            Set JavaScript escaping for this tag, as a boolean value. Default is false.
            javaScriptEscape
            false
            true
        
    

    
        Renders html form element control
        edit-control-dispatcher
        org.lightadmin.core.view.tags.form.EditControlDispatcherTag
        empty
        
            Entity Attribute Metadata
            persistentProperty
            true
            true
        
        
            customControl
            false
            true
        
        
            simpleEditControl
            true
            true
        
        
            numberEditControl
            true
            true
        
        
            booleanEditControl
            true
            true
        
        
            fileEditControl
            true
            true
        
        
            dateEditControl
            true
            true
        
        
            n2oneEditControl
            true
            true
        
        
            n2manyEditControl
            true
            true
        
        
            mapEditControl
            true
            true
        
    

    
        Loops over all elements of the specified domain type
        domain-type-elements
        org.lightadmin.core.view.tags.form.DomainTypeElementsTag
        scriptless
        
            domainType
            true
            true
        
        
            idVar
            true
            false
        
        
            stringRepresentationVar
            true
            false
        
    

    
        restBaseUrl
        org.lightadmin.core.web.util.ApplicationUrlResolver
        java.lang.String restBaseUrl()
    

    
        baseUrl
        org.lightadmin.core.web.util.ApplicationUrlResolver
        java.lang.String baseUrl()
    

    
        domainBaseUrl
        org.lightadmin.core.web.util.ApplicationUrlResolver
        java.lang.String
            domainBaseUrl(org.lightadmin.core.config.domain.DomainTypeAdministrationConfiguration)
        
    

    
        cutLongText
        org.lightadmin.core.util.NamingUtils
        java.lang.String cutLongText(java.lang.String)
    

    
        capitalize
        org.springframework.util.StringUtils
        java.lang.String capitalize(java.lang.String)
    

    
        persistentPropertyTypeOf
        org.lightadmin.core.persistence.metamodel.PersistentPropertyType
        org.lightadmin.core.persistence.metamodel.PersistentPropertyType
            forPersistentProperty(org.springframework.data.mapping.PersistentProperty)
        
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy