org.apache.myfaces.trinidadinternal.taglib.html
Class HtmlFrameTag

java.lang.Object
  extended by javax.faces.webapp.UIComponentTag
      extended by org.apache.myfaces.trinidad.webapp.UIXComponentTag
          extended by org.apache.myfaces.trinidadinternal.taglib.html.HtmlFrameTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class HtmlFrameTag
extends org.apache.myfaces.trinidad.webapp.UIXComponentTag

Auto-generated tag class.


Field Summary
 
Fields inherited from class javax.faces.webapp.UIComponentTag
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
HtmlFrameTag()
          Construct an instance of the HtmlFrameTag.
 
Method Summary
 java.lang.String getComponentType()
           
 java.lang.String getRendererType()
           
 void release()
           
 void setHeight(java.lang.String height)
           
 void setInlineStyle(java.lang.String inlineStyle)
           
 void setLongDescURL(java.lang.String longDescURL)
           
 void setMarginHeight(java.lang.String marginHeight)
           
 void setMarginWidth(java.lang.String marginWidth)
           
 void setName(java.lang.String name)
           
 void setPartialTriggers(java.lang.String partialTriggers)
           
protected  void setProperties(org.apache.myfaces.trinidad.bean.FacesBean bean)
           
 void setScrolling(java.lang.String scrolling)
           
 void setShortDesc(java.lang.String shortDesc)
           
 void setSource(java.lang.String source)
           
 void setStyleClass(java.lang.String styleClass)
           
 void setWidth(java.lang.String width)
           
 
Methods inherited from class org.apache.myfaces.trinidad.webapp.UIXComponentTag
createMethodBinding, createValueBinding, doEndTag, doStartTag, encodeBegin, setAttributeChangeListener, setBooleanProperty, setCharacterProperty, setDateProperty, setDoubleProperty, setFloatProperty, setId, setIntArrayProperty, setIntegerProperty, setLongProperty, setNumberProperty, setProperties, setProperty, setRendered, setStringArrayProperty, setValidationError
 
Methods inherited from class javax.faces.webapp.UIComponentTag
encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setPageContext, setParent, setupResponseWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlFrameTag

public HtmlFrameTag()
Construct an instance of the HtmlFrameTag.

Method Detail

getComponentType

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

getRendererType

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

setSource

public void setSource(java.lang.String source)

setLongDescURL

public void setLongDescURL(java.lang.String longDescURL)

setName

public void setName(java.lang.String name)

setWidth

public void setWidth(java.lang.String width)

setHeight

public void setHeight(java.lang.String height)

setMarginWidth

public void setMarginWidth(java.lang.String marginWidth)

setMarginHeight

public void setMarginHeight(java.lang.String marginHeight)

setScrolling

public void setScrolling(java.lang.String scrolling)

setShortDesc

public void setShortDesc(java.lang.String shortDesc)

setPartialTriggers

public void setPartialTriggers(java.lang.String partialTriggers)

setStyleClass

public void setStyleClass(java.lang.String styleClass)

setInlineStyle

public void setInlineStyle(java.lang.String inlineStyle)

setProperties

protected void setProperties(org.apache.myfaces.trinidad.bean.FacesBean bean)
Overrides:
setProperties in class org.apache.myfaces.trinidad.webapp.UIXComponentTag

release

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


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.