Deprecated API


Contents
Deprecated Fields
php.java.bridge.SessionFactory.TIMER_FREQ
          Use SessionFactory.TIMER_DURATION 
 

Deprecated Methods
php.java.servlet.RemoteContext.getHttpServletRequest()
          Use java_context()->getAttribute(...) instead 
php.java.servlet.HttpSessionFacade.getHttpServletRequest()
          Use Context.getHttpServletRequest() 
php.java.servlet.Context.getHttpServletRequest()
          Use java_context()->getAttribute(...) instead 
php.java.servlet.RemoteContext.getHttpServletResponse()
          Use java_context()->getAttribute(...) instead 
php.java.servlet.HttpSessionFacade.getHttpServletResponse()
          Use Context.getHttpServletResponse() 
php.java.servlet.Context.getHttpServletResponse()
          Use java_context()->getAttribute(...) instead 
php.java.servlet.RemoteContext.getServlet()
          Use java_context()->getAttribute(...) instead 
php.java.servlet.Context.getServlet()
          Use java_context()->getAttribute(...) instead 
php.java.servlet.RemoteContext.getServletConfig()
          Use java_context()->getAttribute(...) instead 
php.java.servlet.Context.getServletConfig()
          Use java_context()->getAttribute(...) instead 
php.java.servlet.RemoteContext.getServletContext()
          Use java_context()->getAttribute(...) instead 
php.java.servlet.HttpSessionFacade.getServletContext()
          Use Context.getServletContext() 
php.java.servlet.Context.getServletContext()
          Use java_context()->getAttribute(...) instead 
php.java.bridge.DynamicJavaBridgeClassLoader.initClassLoader(String)
            
php.java.bridge.JavaBridge.main(String[])
          Use Standalone.main() 
php.java.bridge.http.IContextFactory.recycle(ContextFactory)
          Use recycle(String id) instead. 
php.java.bridge.http.IContextFactory.recycleLegacy(String)
          Use recycle(String id) instead. 
php.java.bridge.http.ContextFactory.recycleLegacy(String)
            
php.java.bridge.http.SimpleContextFactory.remove()
          Use SimpleContextFactory.destroy() instead 
php.java.bridge.http.ContextFactory.removeAll()
            
php.java.bridge.Response.selectWriter(int)
          Use setArrayValuesWriter or setCoerceWriter instead. 
php.java.bridge.JavaBridge.setJarLibraryPath(String, String)
            
php.java.bridge.JavaBridge.setLibraryPath(String, String)