oracle.panama.rt.hook
Interface PostProcessorHook


public interface PostProcessorHook

This interface represents the plug-in modules that process the response string.

Since:
Oracle9i Application Server Wireless Edition

Method Summary
TypeMethod
 java.lang.String process(Request req, Response resp, java.lang.String content)
           
 

Method Detail

process

public java.lang.String process(Request req,
                                Response resp,
                                java.lang.String content)