BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogicx.jsp.tags
Class IncludeTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--javax.servlet.jsp.tagext.BodyTagSupport
              |
              +--weblogicx.jsp.tags.IncludeTag

public class IncludeTag
extends javax.servlet.jsp.tagext.BodyTagSupport

This include tag allows you to include information from an external URL inline in the page.

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

Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
IncludeTag()
           
 
Method Summary
 int doEndTag()
           
 java.lang.String getContentType()
           
 java.lang.String getUrl()
           
 void release()
          Reset properties.
 void setContentType(java.lang.String contentType)
          Content Type
 void setUrl(java.lang.String url)
          This is the external URL that you wish to include in the current page.
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
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

IncludeTag

public IncludeTag()
Method Detail

setUrl

public void setUrl(java.lang.String url)
This is the external URL that you wish to include in the current page.

getUrl

public java.lang.String getUrl()

setContentType

public void setContentType(java.lang.String contentType)
Content Type

getContentType

public java.lang.String getContentType()

release

public void release()
Reset properties.

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

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException

Overrides:
doEndTag in class javax.servlet.jsp.tagext.BodyTagSupport

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.