org.jboss.seam.ui.taglib
Class LinkTag

java.lang.Object
  extended by javax.faces.webapp.UIComponentTagBase
      extended by javax.faces.webapp.UIComponentClassicTagBase
          extended by javax.faces.webapp.UIComponentTag
              extended by org.jboss.seam.ui.util.cdk.UIComponentTagBase
                  extended by org.jboss.seam.ui.taglib.LinkTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspIdConsumer, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class LinkTag
extends UIComponentTagBase


Field Summary
 
Fields inherited from class javax.faces.webapp.UIComponentClassicTagBase
bodyContent, pageContext, UNIQUE_ID_PREFIX
 
Fields inherited from class javax.faces.webapp.UIComponentTagBase
log
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Constructor Summary
LinkTag()
           
 
Method Summary
 java.lang.String getComponentType()
           
 java.lang.String getRendererType()
           
 void release()
           
 void setAccesskey(java.lang.String __accesskey)
          This attribute assigns an access key to an element.
 void setAction(java.lang.String __action)
          MethodBinding pointing at the application action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property Setter for action
 void setActionExpression(java.lang.String __actionExpression)
          actionExpression Setter for actionExpression
 void setActionListener(java.lang.String __actionListener)
          MethodBinding pointing at method accepting an ActionEvent with return type void Setter for actionListener
 void setCharset(java.lang.String __charset)
          The character encoding of a resource designated by this hyperlink Setter for charset
 void setConversationName(java.lang.String __conversationName)
          The name of the conversation for natural conversations Setter for conversationName
 void setCoords(java.lang.String __coords)
          This attribute specifies the position and shape on the screen.
 void setDir(java.lang.String __dir)
          Direction indication for text that does not inherit directionality.
 void setDisabled(java.lang.String __disabled)
          disabled Setter for disabled
 void setFragment(java.lang.String __fragment)
          the fragment identifier to link to.
 void setHreflang(java.lang.String __hreflang)
          Base language of a resource specified with the href attribute; hreflang may only be used with href Setter for hreflang
 void setImmediate(java.lang.String __immediate)
          True means, that the default ActionListener should be executed immediately (i.e.
 void setLang(java.lang.String __lang)
          Code describing the language used in the generated markup for this component Setter for lang
 void setOnblur(java.lang.String __onblur)
          JavaScript code.
 void setOnclick(java.lang.String __onclick)
          HTML: a script expression; a pointer button is clicked Setter for onclick
 void setOndblclick(java.lang.String __ondblclick)
          HTML: a script expression; a pointer button is double-clicked Setter for ondblclick
 void setOnfocus(java.lang.String __onfocus)
          JavaScript code.
 void setOnkeydown(java.lang.String __onkeydown)
          HTML: a script expression; a key is pressed down Setter for onkeydown
 void setOnkeypress(java.lang.String __onkeypress)
          HTML: a script expression; a key is pressed and released Setter for onkeypress
 void setOnkeyup(java.lang.String __onkeyup)
          HTML: a script expression; a key is released Setter for onkeyup
 void setOnmousedown(java.lang.String __onmousedown)
          HTML: script expression; a pointer button is pressed down Setter for onmousedown
 void setOnmousemove(java.lang.String __onmousemove)
          HTML: a script expression; a pointer is moved within Setter for onmousemove
 void setOnmouseout(java.lang.String __onmouseout)
          HTML: a script expression; a pointer is moved away Setter for onmouseout
 void setOnmouseover(java.lang.String __onmouseover)
          HTML: a script expression; a pointer is moved onto Setter for onmouseover
 void setOnmouseup(java.lang.String __onmouseup)
          HTML: script expression; a pointer button is released Setter for onmouseup
 void setOutcome(java.lang.String __outcome)
          $prop.description Setter for outcome
 void setPageflow(java.lang.String __pageflow)
          a pageflow definition to begin.
 void setPropagation(java.lang.String __propagation)
          determines the conversation propagation style: begin, join, nest, none or end.
protected  void setProperties(javax.faces.component.UIComponent component)
           
 void setRel(java.lang.String __rel)
          The relationship from the current document to the anchor specified by this hyperlink.
 void setRev(java.lang.String __rev)
          A reverse link from the anchor specified by this hyperlink to the current document.
 void setShape(java.lang.String __shape)
          default|rect|circle|poly [CI] This attribute specifies the shape of a region.
 void setStyle(java.lang.String __style)
          CSS style(s) is/are to be applied when this component is rendered Setter for style
 void setStyleClass(java.lang.String __styleClass)
          Corresponds to the HTML class attribute Setter for styleClass
 void setTabindex(java.lang.String __tabindex)
          This attribute specifies the position of the current element in the tabbing order for the current document.
 void setTarget(java.lang.String __target)
          This attribute specifies the name of a frame where a document is to be opened.
 void setTaskInstance(java.lang.String __taskInstance)
          Specify the task to operate on (e.g.
 void setTitle(java.lang.String __title)
          Advisory title information about markup elements generated for this component Setter for title
 void setType(java.lang.String __type)
          The content type of the resource designated by this hyperlink Setter for type
 void setView(java.lang.String __view)
          the JSF view id to link to.
 
Methods inherited from class org.jboss.seam.ui.util.cdk.UIComponentTagBase
setActionListenerProperty, setActionProperty, setBooleanProperty, setCharterProperty, setConverter, setConverterProperty, setDoubleProperty, setFloatProperty, setIntegerProperty, setLongProperty, setStringProperty, setValidatorProperty, setValue, setValueBinding, setValueChangedListenerProperty, setValueProperty
 
Methods inherited from class javax.faces.webapp.UIComponentTag
createComponent, getParentUIComponentTag, hasBinding, isSuppressed, isValueReference, setBinding, setRendered
 
Methods inherited from class javax.faces.webapp.UIComponentClassicTagBase
addChild, addFacet, addVerbatimAfterComponent, addVerbatimBeforeComponent, createVerbatimComponent, createVerbatimComponentFromBodyContent, doAfterBody, doEndTag, doInitBody, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getBodyContent, getComponentInstance, getCreated, getCreatedComponents, getDoAfterBodyValue, getDoEndValue, getDoStartValue, getFacesContext, getFacesJspId, getFacetName, getId, getIndexOfNextChildTag, getJspId, getParent, getParentUIComponentClassicTagBase, getPreviousOut, setBodyContent, setId, setJspId, setPageContext, setParent, setupResponseWriter
 
Methods inherited from class javax.faces.webapp.UIComponentTagBase
getELContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, setPageContext, setParent
 

Constructor Detail

LinkTag

public LinkTag()
Method Detail

setAccesskey

public void setAccesskey(java.lang.String __accesskey)
This attribute assigns an access key to an element. An access key is a single character from the document character set. Note: Authors should consider the input method of the expected reader when specifying an accesskey Setter for accesskey

Parameters:
accesskey - - new value

setAction

public void setAction(java.lang.String __action)
MethodBinding pointing at the application action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property Setter for action

Parameters:
action - - new value

setActionExpression

public void setActionExpression(java.lang.String __actionExpression)
actionExpression Setter for actionExpression

Parameters:
actionExpression - - new value

setActionListener

public void setActionListener(java.lang.String __actionListener)
MethodBinding pointing at method accepting an ActionEvent with return type void Setter for actionListener

Parameters:
actionListener - - new value

setCharset

public void setCharset(java.lang.String __charset)
The character encoding of a resource designated by this hyperlink Setter for charset

Parameters:
charset - - new value

setConversationName

public void setConversationName(java.lang.String __conversationName)
The name of the conversation for natural conversations Setter for conversationName

Parameters:
conversationName - - new value

setCoords

public void setCoords(java.lang.String __coords)
This attribute specifies the position and shape on the screen. The number and order of values depends on the shape being defined. Possible combinations: rect: left-x, top-y, right-x, bottom-y. circle: center-x, center-y, radius. Note. When the radius value is percentage value, user agents should calculate the final radius value based on the associated object's width and height. The radius should be the smaller value of the two. poly: x1, y1, x2, y2, ..., xN, yN. The first x and y coordinate pair and the last should be the same to close the polygon. When these coordinate values are not the same, user agents should infer an additional coordinate pair to close the polygon. Coordinates are relative to the top, left corner of the object. All values are lengths. All values are separated by commas Setter for coords

Parameters:
coords - - new value

setDir

public void setDir(java.lang.String __dir)
Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left) Setter for dir

Parameters:
dir - - new value

setDisabled

public void setDisabled(java.lang.String __disabled)
disabled Setter for disabled

Parameters:
disabled - - new value

setFragment

public void setFragment(java.lang.String __fragment)
the fragment identifier to link to. Setter for fragment

Parameters:
fragment - - new value

setHreflang

public void setHreflang(java.lang.String __hreflang)
Base language of a resource specified with the href attribute; hreflang may only be used with href Setter for hreflang

Parameters:
hreflang - - new value

setImmediate

public void setImmediate(java.lang.String __immediate)
True means, that the default ActionListener should be executed immediately (i.e. during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase Setter for immediate

Parameters:
immediate - - new value

setLang

public void setLang(java.lang.String __lang)
Code describing the language used in the generated markup for this component Setter for lang

Parameters:
lang - - new value

setOnblur

public void setOnblur(java.lang.String __onblur)
JavaScript code. The onblur event occurs when an element loses focus either by the pointing device or by tabbing navigation. It may be used with the same elements as onfocus Setter for onblur

Parameters:
onblur - - new value

setOnclick

public void setOnclick(java.lang.String __onclick)
HTML: a script expression; a pointer button is clicked Setter for onclick

Parameters:
onclick - - new value

setOndblclick

public void setOndblclick(java.lang.String __ondblclick)
HTML: a script expression; a pointer button is double-clicked Setter for ondblclick

Parameters:
ondblclick - - new value

setOnfocus

public void setOnfocus(java.lang.String __onfocus)
JavaScript code. The onfocus event occurs when an element gets focus Setter for onfocus

Parameters:
onfocus - - new value

setOnkeydown

public void setOnkeydown(java.lang.String __onkeydown)
HTML: a script expression; a key is pressed down Setter for onkeydown

Parameters:
onkeydown - - new value

setOnkeypress

public void setOnkeypress(java.lang.String __onkeypress)
HTML: a script expression; a key is pressed and released Setter for onkeypress

Parameters:
onkeypress - - new value

setOnkeyup

public void setOnkeyup(java.lang.String __onkeyup)
HTML: a script expression; a key is released Setter for onkeyup

Parameters:
onkeyup - - new value

setOnmousedown

public void setOnmousedown(java.lang.String __onmousedown)
HTML: script expression; a pointer button is pressed down Setter for onmousedown

Parameters:
onmousedown - - new value

setOnmousemove

public void setOnmousemove(java.lang.String __onmousemove)
HTML: a script expression; a pointer is moved within Setter for onmousemove

Parameters:
onmousemove - - new value

setOnmouseout

public void setOnmouseout(java.lang.String __onmouseout)
HTML: a script expression; a pointer is moved away Setter for onmouseout

Parameters:
onmouseout - - new value

setOnmouseover

public void setOnmouseover(java.lang.String __onmouseover)
HTML: a script expression; a pointer is moved onto Setter for onmouseover

Parameters:
onmouseover - - new value

setOnmouseup

public void setOnmouseup(java.lang.String __onmouseup)
HTML: script expression; a pointer button is released Setter for onmouseup

Parameters:
onmouseup - - new value

setOutcome

public void setOutcome(java.lang.String __outcome)
$prop.description Setter for outcome

Parameters:
outcome - - new value

setPageflow

public void setPageflow(java.lang.String __pageflow)
a pageflow definition to begin. (This is only useful when propagation="begin" or propagation="join".) Setter for pageflow

Parameters:
pageflow - - new value

setPropagation

public void setPropagation(java.lang.String __propagation)
determines the conversation propagation style: begin, join, nest, none or end. Setter for propagation

Parameters:
propagation - - new value

setRel

public void setRel(java.lang.String __rel)
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 Setter for rel

Parameters:
rel - - new value

setRev

public void setRev(java.lang.String __rev)
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 Setter for rev

Parameters:
rev - - new value

setShape

public void setShape(java.lang.String __shape)
default|rect|circle|poly [CI] This attribute specifies the shape of a region. Possible values: default: Specifies the entire region. rect: Define a rectangular region. circle: Define a circular region. poly: Define a polygonal region. Setter for shape

Parameters:
shape - - new value

setStyle

public void setStyle(java.lang.String __style)
CSS style(s) is/are to be applied when this component is rendered Setter for style

Parameters:
style - - new value

setStyleClass

public void setStyleClass(java.lang.String __styleClass)
Corresponds to the HTML class attribute Setter for styleClass

Parameters:
styleClass - - new value

setTabindex

public void setTabindex(java.lang.String __tabindex)
This attribute specifies the position of the current element in the tabbing order for the current document. This value must be a number between 0 and 32767. User agents should ignore leading zeros Setter for tabindex

Parameters:
tabindex - - new value

setTarget

public void setTarget(java.lang.String __target)
This attribute specifies the name of a frame where a document is to be opened. By assigning a name to a frame via the name attribute, authors can refer to it as the "target" of links defined by other elements Setter for target

Parameters:
target - - new value

setTaskInstance

public void setTaskInstance(java.lang.String __taskInstance)
Specify the task to operate on (e.g. for @StartTask) Setter for taskInstance

Parameters:
taskInstance - - new value

setTitle

public void setTitle(java.lang.String __title)
Advisory title information about markup elements generated for this component Setter for title

Parameters:
title - - new value

setType

public void setType(java.lang.String __type)
The content type of the resource designated by this hyperlink Setter for type

Parameters:
type - - new value

setView

public void setView(java.lang.String __view)
the JSF view id to link to. Setter for view

Parameters:
view - - new value

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class UIComponentTagBase

setProperties

protected void setProperties(javax.faces.component.UIComponent component)
Overrides:
setProperties in class UIComponentTagBase

getComponentType

public java.lang.String getComponentType()
Specified by:
getComponentType in class javax.faces.webapp.UIComponentTagBase

getRendererType

public java.lang.String getRendererType()
Specified by:
getRendererType in class javax.faces.webapp.UIComponentTagBase


Copyright © 2008. All Rights Reserved.