com.caucho.jsp
Interface CauchoPage

All Known Implementing Classes:
Page

public interface CauchoPage


Method Summary
 com.caucho.java.LineMap _caucho_getLineMap()
           
 void _caucho_init(HttpServletRequest request, HttpServletResponse response)
           
 boolean _caucho_isModified()
           
 long _caucho_lastModified()
           
 void init(ServletConfig config, com.caucho.java.LineMap lineMap, Path path)
           
 

Method Detail

init

public void init(ServletConfig config,
                 com.caucho.java.LineMap lineMap,
                 Path path)
          throws ServletException

_caucho_init

public void _caucho_init(HttpServletRequest request,
                         HttpServletResponse response)

_caucho_isModified

public boolean _caucho_isModified()

_caucho_lastModified

public long _caucho_lastModified()

_caucho_getLineMap

public com.caucho.java.LineMap _caucho_getLineMap()