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

META-INF.v4.security.tld Maven / Gradle / Ivy

There is a newer version: 4.0.38
Show newest version



	Tagria Security library
	Tagria Security
	4.0
	security
	http://v4.tagria.jslsolucoes.com/tags/security
	
	
		Renders an auth integration checking for existent rule
		Security
		authorize
		com.jslsolucoes.tagria.tag.security.v4.tag.AuthorizeTag
		scriptless
		
			Indicates the uri to be checked on integration
			uri
			true
			true
			java.lang.String
		
		
			Indicates the http method of uri. Default GET. Option GET,POST,PUT,DELETE 
			httpMethod
			true
			java.lang.String
		
		
			It indicates whether the component should be rendered . Default : true
			rendered
			true
			java.lang.Boolean
		
		
				 <security:authorize uri="/my/uri" httpMethod="GET">
			     	<html:input name="input1" value="Valor 0"/>
			     </security:authorize>
		
	
	
	





© 2015 - 2024 Weber Informatics LLC | Privacy Policy