BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogicx.jsp.tags
Class Rewriter

java.lang.Object
  extended byweblogicx.jsp.tags.Rewriter
Direct Known Subclasses:
URLRewriter

public abstract class Rewriter
extends Object

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
Rewriter()
           
 
Method Summary
protected abstract  String getFormString()
           
protected abstract  String getLinkString()
           
 void parse()
           
 void setStreams(Reader is, Writer os)
           
protected  char upto(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rewriter

public Rewriter()
Method Detail

getFormString

protected abstract String getFormString()

getLinkString

protected abstract String getLinkString()

parse

public void parse()
           throws Exception
Throws:
Exception

setStreams

public void setStreams(Reader is,
                       Writer os)

upto

protected char upto(String s)
             throws IOException
Throws:
IOException

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.