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

META-INF.ocpsoft-pretty-faces.taglib.xml Maven / Gradle / Ivy

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



  http://ocpsoft.com/prettyfaces

  
    
      JSF2 client behavior to change the current URL 
      by setting 'window.location.href'.
    
    location
    
      com.ocpsoft.pretty.LocationBehavior
    
    
      
        The event to bind the behavior to.
      
      event
      false
      java.lang.String
    
    
      
        The unique identifier of the PrettyFaces mapping to generate
        the URL from. This attribute is ignored if you set the 'url' 
        attribute.
      
      mappingId
      false
      java.lang.String
    
    
      
        The URL to navigate to. If this attribute is set, the behavior
        will ignore the 'mappingId' attribute.
      
      url
      false
      java.lang.String
    
  

  
    
      Link component used to render Pretty URLs based on parameters passed. (see f:param)
    
    link
    
      com.ocpsoft.pretty.Link
      javax.faces.Link
    
    
      
        The unique identifier of the PrettyFaces mapping. (e.g.
        mapping-id in your pretty-config.xml)
      
      mappingId
      true
      java.lang.String
    
    
      
        A developer assigned id to the element. Must be unique
      
      id
      false
      java.lang.String
    
    
      
        Access key that, when pressed, transfers focus to this
        element. 
      
      accesskey
      false
      java.lang.String
    
    
      
        When the "anchor" attribute is defined, the rendered URL
        is constructed as follows:
        http://{server}/{context}/{prettyUrl}#{anchor} 
      
      anchor
      false
      java.lang.String
    
    
      
        The character encoding of the resource designated by
        this hyperlink. 
      
      charset
      false
      java.lang.String
    
    
      
        The position and shape of the hot spot on the screen
        (for use in client-side image maps). 
      
      coords
      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).
      
      dir
      false
      java.lang.String
    
    
      
        The language code of the resource designated by this
        hyperlink. 
      
      hreflang
      false
      java.lang.String
    
    
      
        Code describing the language used in the generated
        markup for this component. 
      
      lang
      false
      java.lang.String
    
    
      
        Javascript code executed when this element loses focus. 
      
      onblur
      false
      java.lang.String
    
    
      
        Javascript code executed when a pointer button is
        clicked over this element. 
      
      onclick
      false
      java.lang.String
    
    
      
        Javascript code executed when a pointer button is double
        clicked over this element. 
      
      ondblclick
      false
      java.lang.String
    
    
      
        Javascript code executed when this element receives
        focus. 
      
      onfocus
      false
      java.lang.String
    
    
      
        Javascript code executed when a key is pressed down over
        this element. 
      
      onkeydown
      false
      java.lang.String
    
    
      
        Javascript code executed when a key is pressed and
        released over this element. 
      
      onkeypress
      false
      java.lang.String
    
    
      
        Javascript code executed when a key is released over
        this element. 
      
      onkeyup
      false
      java.lang.String
    
    
      
        Javascript code executed when a pointer button is
        pressed down over this element. 
      
      onmousedown
      false
      java.lang.String
    
    
      
        Javascript code executed when a pointer button is moved
        within this element. 
      
      onmousemove
      false
      java.lang.String
    
    
      
        Javascript code executed when a pointer button is moved
        away from this element. 
      
      onmouseout
      false
      java.lang.String
    
    
      
        Javascript code executed when a pointer button is moved
        onto this element. 
      
      onmouseover
      false
      java.lang.String
    
    
      
        Javascript code executed when a pointer button is
        released over this element. 
      
      onmouseup
      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. 
      
      rel
      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. 
      
      rev
      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). 
      
      shape
      false
      java.lang.String
    
    
      
        CSS style(s) to be applied when this component is
        rendered. 
      
      style
      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. 
      
      styleClass
      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. 
      
      tabindex
      false
      java.lang.String
    
    
      
        Name of a frame where the resource retrieved via this
        hyperlink is to be displayed. 
      
      target
      false
      java.lang.String
    
    
      
        Advisory title information about markup elements
        generated for this component. 
      
      title
      false
      java.lang.String
    
    
      
        The content type of the resource designated by this
        hyperlink. 
      
      type
      false
      java.lang.String
    
  

  
    
      Component used to generate Pretty URLs based on parameters passed (see f:param.)
      The generated URL is stored in the designated EL variable (in the requestScope).
    
    urlbuffer
    
      com.ocpsoft.pretty.UrlBuffer
      com.ocpsoft.pretty.UrlBuffer
    
    
      
        The unique identifier of the PrettyFaces mapping. (e.g.
        mapping-id in your pretty-config.xml)
      
      mappingId
      true
      java.lang.String
    
    
      
        The request map key in which to store the generated Url.
        Accessed via #{requestScope.var}
      
      var
      true
      java.lang.String
    
  






© 2015 - 2024 Weber Informatics LLC | Privacy Policy