Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.5)

Part Number E13941-05

weblogicx.jsp.tags
Class IncludeTag

java.lang.Object
  extended by BodyTagSupport
      extended by weblogicx.jsp.tags.IncludeTag

public class IncludeTag
extends BodyTagSupport

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


Constructor Summary
IncludeTag()
           
 
Method Summary
 int doEndTag()
           
 String getContentType()
           
 String getUrl()
           
 void release()
          Reset properties.
 void setContentType(String contentType)
          Content Type
 void setUrl(String url)
          This is the external URL that you wish to include in the current page.
 
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(String url)
This is the external URL that you wish to include in the current page.


getUrl

public String getUrl()

setContentType

public void setContentType(String contentType)
Content Type


getContentType

public String getContentType()

release

public void release()
Reset properties.


doEndTag

public int doEndTag()
             throws JspException
Throws:
JspException

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.5)

Part Number E13941-05