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

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

Go to download

Servlet-specific additions allowing one to more easily deploy the Stormpath SDK in a servlet-container-based web application.

The newest version!




    1.0
    stormpath
    http://stormpath.com/jsp/tags

    
        Tag based on the JSTL fmt:message tag. Retrieves the translated message for the given i18n key
            based on the resolved request locale.
        
        message
        com.stormpath.sdk.servlet.i18n.MessageTag
        JSP
        
            The i18n key (dotted property code) to use when looking up the message.
            key
            true
            true
        
        
            The string to use when binding the result to the page,
                request, session or application scope. If not specified, the result
                gets outputted to the writer (i.e. typically directly to the JSP).
            var
            false
            true
        
        
            The scope to use when exporting the result to a variable.
                This attribute is only used when var is also set. Possible values are
                page, request, session and application.
            scope
            false
            true
        
    

    
        Param tag based on the JSTL fmt:param tag to support parameters to the stormpath:message tag.
        
        param
        com.stormpath.sdk.servlet.i18n.MessageParamTag
        JSP
        
            The value of the parameter.  If unspecified, the tag body will be used.
            value
            false
            true
            java.lang.Object
        
    





© 2015 - 2025 Weber Informatics LLC | Privacy Policy