jrun.jsp.runtime
Interface JRunJspPage

All Known Implementing Classes:
JSTTag

public interface JRunJspPage


Method Summary
 java.util.Stack __getPageContextPool()
           
 java.lang.String __getPagePath()
           
 void __init(javax.servlet.ServletConfig config)
           
 void __setPageContextPool(java.util.Stack s)
           
 

Method Detail

__getPagePath

public java.lang.String __getPagePath()

__getPageContextPool

public java.util.Stack __getPageContextPool()

__setPageContextPool

public void __setPageContextPool(java.util.Stack s)

__init

public void __init(javax.servlet.ServletConfig config)
            throws javax.servlet.ServletException


Copyright � 2002 Macromedia Corporation. All Rights Reserved.