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

META-INF.ocpsoft-pretty-faces.tld Maven / Gradle / Ivy

There is a newer version: 10.0.2.Final
Show newest version



	0.01
	1.2
	prettyfaces
	http://ocpsoft.com/prettyfaces
	
		Tag library for PrettyFaces.
	
	
		
			link
		
		
			com.ocpsoft.pretty.faces.component.tag.LinkTag
		

		
			mappingId
			true
			false
			java.lang.String
			
				The unique identifier of the PrettyFaces mapping. (e.g.
				mapping-id in your pretty-config.xml)
			
		
		
			id
			false
			false
			java.lang.String
			
				A developer assigned id to the element. Must be unique
			
		
		
			rendered
			false
			false
			java.lang.Boolean
			
				A boolean value that indicates whether this component should be rendered.
				Default value: true.
			
		
		
			accesskey
			false
			false
			java.lang.String
			
				Access key that, when pressed, transfers focus to this
				element. 
			
		
		
			anchor
			false
			false
			java.lang.String
			
				When the "anchor" attribute is defined, the rendered URL
				is constructed as follows:
				http://{server}/{context}/{prettyUrl}#{anchor} 
			
		
		
			charset
			false
			false
			java.lang.String
			
				The character encoding of the resource designated by
				this hyperlink. 
			
		
		
			coords
			false
			false
			java.lang.String
			
				The position and shape of the hot spot on the screen
				(for use in client-side image maps). 
			
		
		
			dir
			false
			false
			java.lang.String
			
				Direction indication for text that does not inherit
				directionality. Valid values are "LTR" (left-to-right) and "RTL"
				(right-to-left).
			
		
		
			hreflang
			false
			false
			java.lang.String
			
				The language code of the resource designated by this
				hyperlink. 
			
		
		
			lang
			false
			false
			java.lang.String
			
				Code describing the language used in the generated
				markup for this component. 
			
		
		
			onblur
			false
			false
			java.lang.String
			
				Javascript code executed when this element loses focus. 
			
		
		
			onclick
			false
			false
			java.lang.String
			
				Javascript code executed when a pointer button is
				clicked over this element. 
			
		
		
			ondblclick
			false
			false
			java.lang.String
			
				Javascript code executed when a pointer button is double
				clicked over this element. 
			
		
		
			onfocus
			false
			false
			java.lang.String
			
				Javascript code executed when this element receives
				focus. 
			
		
		
			onkeydown
			false
			false
			java.lang.String
			
				Javascript code executed when a key is pressed down over
				this element. 
			
		
		
			onkeypress
			false
			false
			java.lang.String
			
				Javascript code executed when a key is pressed and
				released over this element. 
			
		
		
			onkeyup
			false
			false
			java.lang.String
			
				Javascript code executed when a key is released over
				this element. 
			
		
		
			onmousedown
			false
			false
			java.lang.String
			
				Javascript code executed when a pointer button is
				pressed down over this element. 
			
		
		
			onmousemove
			false
			false
			java.lang.String
			
				Javascript code executed when a pointer button is moved
				within this element. 
			
		
		
			onmouseout
			false
			false
			java.lang.String
			
				Javascript code executed when a pointer button is moved
				away from this element. 
			
		
		
			onmouseover
			false
			false
			java.lang.String
			
				Javascript code executed when a pointer button is moved
				onto this element. 
			
		
		
			onmouseup
			false
			false
			java.lang.String
			
				Javascript code executed when a pointer button is
				released over this element. 
			
		
		
			rel
			false
			false
			java.lang.String
			
				The relationship from the current document to the anchor
				specified by this hyperlink.
				The value of this attribute is a space-separated list of link types. 
			
		
		
			rev
			false
			false
			java.lang.String
			
				A reverse link from the anchor specified by this
				hyperlink to the current document.
				The value of this attribute is a space-separated list of link types. 
			
		
		
			shape
			false
			false
			java.lang.String
			
				The shape of the hot spot on the screen (for use in
				client-side image maps).
				Valid values are: default (entire region); rect (rectangular region);
				circle (circular region);
				and poly (polygonal region). 
			
		
		
			style
			false
			false
			java.lang.String
			
				CSS style(s) to be applied when this component is
				rendered. 
			
		
		
			styleClass
			false
			false
			java.lang.String
			
				Space-separated list of CSS style class(es) to be
				applied when this element is rendered.
				This value must be passed through as the "class" attribute on generated
				markup. 
			
		
		
			tabindex
			false
			false
			java.lang.String
			
				Position of this element in the tabbing order for the
				current document. This value must be an integer between 0 and 32767. 
			
		
		
			target
			false
			false
			java.lang.String
			
				Name of a frame where the resource retrieved via this
				hyperlink is to be displayed. 
			
		
		
			title
			false
			false
			java.lang.String
			
				Advisory title information about markup elements
				generated for this component. 
			
		
		
			type
			false
			false
			java.lang.String
			
				The content type of the resource designated by this
				hyperlink. 
			
		
	
	
		
			urlbuffer
		
		
			com.ocpsoft.pretty.faces.component.tag.UrlBufferTag
		
		
			mappingId
			true
			false
			java.lang.String
			
				The unique identifier of the PrettyFaces mapping. (e.g.
				mapping-id in your pretty-config.xml)
			
		
		
			var
			true
			false
			java.lang.String
			
				The request map key in which to store the generated Url.
				Accessed via #{requestScope.var}
			
		
    
      relative
      false
      false
      java.lang.Boolean
      
        Boolean flag defining whether url should be relative to
        web application context path ("true") or server root ("false").
        Default value is "false".
      
    
	




© 2015 - 2024 Weber Informatics LLC | Privacy Policy