BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogicx.jsp.tags
Class PrefetchTag

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

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

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

Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
PrefetchTag()
           
 
Method Summary
 int doStartTag()
           
 java.lang.String getUri()
           
 void setUri(java.lang.String uri)
          The URI of the servlet or JSP to prefetch.
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, 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

PrefetchTag

public PrefetchTag()
Method Detail

setUri

public void setUri(java.lang.String uri)
The URI of the servlet or JSP to prefetch. Ideally a fragment that caches its own results.

getUri

public java.lang.String getUri()

doStartTag

public int doStartTag()

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

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.