org.jboss.seam.ui.taglib
Class DownloadTag

java.lang.Object
  extended by javax.faces.webapp.UIComponentTagBase
      extended by javax.faces.webapp.UIComponentClassicTagBase
          extended by javax.faces.webapp.UIComponentELTag
              extended by org.jboss.seam.ui.util.cdk.UIComponentELTagBase
                  extended by org.jboss.seam.ui.util.cdk.UIComponentTagBase
                      extended by org.jboss.seam.ui.taglib.DownloadTag
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 DownloadTag
extends UIComponentTagBase


Field Summary
 
Fields inherited from class javax.faces.webapp.UIComponentClassicTagBase
bodyContent, pageContext, UNIQUE_ID_PREFIX
 
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
DownloadTag()
           
 
Method Summary
 java.lang.String getComponentType()
           
 java.lang.String getRendererType()
           
 void release()
           
 void setAction(javax.el.MethodExpression __action)
          action Setter for action
 void setActionExpression(javax.el.MethodExpression __actionExpression)
          actionExpression Setter for actionExpression
 void setActionListener(javax.el.MethodExpression __actionListener)
          actionListener Setter for actionListener
 void setConversationName(javax.el.ValueExpression __conversationName)
          conversationName Setter for conversationName
 void setConverter(javax.el.ValueExpression __converter)
          converter Setter for converter
 void setDisabled(javax.el.ValueExpression __disabled)
          disabled Setter for disabled
 void setFragment(javax.el.ValueExpression __fragment)
          fragment Setter for fragment
 void setImmediate(javax.el.ValueExpression __immediate)
          immediate Setter for immediate
 void setIncludePageParams(javax.el.ValueExpression __includePageParams)
          includePageParams Setter for includePageParams
 void setPageflow(javax.el.ValueExpression __pageflow)
          pageflow Setter for pageflow
 void setPropagation(javax.el.ValueExpression __propagation)
          propagation Setter for propagation
protected  void setProperties(javax.faces.component.UIComponent component)
           
 void setSrc(javax.el.ValueExpression __src)
          Source xhtml file that acts as resource holder Setter for src
 void setStyle(javax.el.ValueExpression __style)
          CSS style rules to be applied to the component Setter for style
 void setStyleClass(javax.el.ValueExpression __styleClass)
          Assigns one or more CSS class names to the component.
 void setValue(javax.el.ValueExpression __value)
          value Setter for value
 void setView(javax.el.ValueExpression __view)
          view Setter for view
 
Methods inherited from class org.jboss.seam.ui.util.cdk.UIComponentTagBase
getExpressionFactory, isValueReference, setActionListenerProperty, setActionProperty, setBooleanProperty, setBooleanProperty, setDoubleProperty, setDoubleProperty, setFloatProperty, setFloatProperty, setIntegerProperty, setIntegerProperty, setLongProperty, setLongProperty, setProperty, setProperty, setStringProperty, setStringProperty, setValueChangedListenerProperty, setValueProperty, setValueProperty
 
Methods inherited from class org.jboss.seam.ui.util.cdk.UIComponentELTagBase
setActionListenerProperty, setActionProperty, setConverterProperty, setValidatorProperty, setValueChangeListenerProperty
 
Methods inherited from class javax.faces.webapp.UIComponentELTag
createComponent, getELContext, hasBinding, 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 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

DownloadTag

public DownloadTag()
Method Detail

setAction

public void setAction(javax.el.MethodExpression __action)
action Setter for action

Parameters:
action - - new value

setActionExpression

public void setActionExpression(javax.el.MethodExpression __actionExpression)
actionExpression Setter for actionExpression

Parameters:
actionExpression - - new value

setActionListener

public void setActionListener(javax.el.MethodExpression __actionListener)
actionListener Setter for actionListener

Parameters:
actionListener - - new value

setConversationName

public void setConversationName(javax.el.ValueExpression __conversationName)
conversationName Setter for conversationName

Parameters:
conversationName - - new value

setConverter

public void setConverter(javax.el.ValueExpression __converter)
converter Setter for converter

Parameters:
converter - - new value

setDisabled

public void setDisabled(javax.el.ValueExpression __disabled)
disabled Setter for disabled

Parameters:
disabled - - new value

setFragment

public void setFragment(javax.el.ValueExpression __fragment)
fragment Setter for fragment

Parameters:
fragment - - new value

setImmediate

public void setImmediate(javax.el.ValueExpression __immediate)
immediate Setter for immediate

Parameters:
immediate - - new value

setIncludePageParams

public void setIncludePageParams(javax.el.ValueExpression __includePageParams)
includePageParams Setter for includePageParams

Parameters:
includePageParams - - new value

setPageflow

public void setPageflow(javax.el.ValueExpression __pageflow)
pageflow Setter for pageflow

Parameters:
pageflow - - new value

setPropagation

public void setPropagation(javax.el.ValueExpression __propagation)
propagation Setter for propagation

Parameters:
propagation - - new value

setSrc

public void setSrc(javax.el.ValueExpression __src)
Source xhtml file that acts as resource holder Setter for src

Parameters:
src - - new value

setStyle

public void setStyle(javax.el.ValueExpression __style)
CSS style rules to be applied to the component Setter for style

Parameters:
style - - new value

setStyleClass

public void setStyleClass(javax.el.ValueExpression __styleClass)
Assigns one or more CSS class names to the component. Corresponds to the HTML "class" attribute. Setter for styleClass

Parameters:
styleClass - - new value

setValue

public void setValue(javax.el.ValueExpression __value)
value Setter for value

Parameters:
value - - new value

setView

public void setView(javax.el.ValueExpression __view)
view 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 javax.faces.webapp.UIComponentELTag

setProperties

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

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 © 2011 Seam Framework. All Rights Reserved.