WebLogic Integration


com.bea.web.tag
Class ContentTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.bea.web.tag.ContentTag

public class ContentTag
extends javax.servlet.jsp.tagext.TagSupport

Provides the rendering logic for HTML content.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
ContentTag()
           
 
Method Summary
 int doStartTag()
           
 void release()
           
 void setArg(java.lang.String strArg)
           
 void setName(java.lang.String strName)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentTag

public ContentTag()
Method Detail

release

public void release()

Overrides:
release in class javax.servlet.jsp.tagext.TagSupport

setName

public final void setName(java.lang.String strName)

setArg

public final void setArg(java.lang.String strArg)

doStartTag

public final int doStartTag()

Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport

WebLogic Integration

WebLogic Integration (WLI)