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

Part Number E13941-04

weblogicx.jsp.tags
Class Rewriter

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

public abstract class Rewriter
extends Object


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

getLinkString

protected abstract String getLinkString()

getFormString

protected abstract String getFormString()

setStreams

public void setStreams(Reader is,
                       Writer os)

parse

public void parse()
           throws Exception
Throws:
Exception

upto

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

Copyright 1996, 2010, 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.4)

Part Number E13941-04