Class WebAppImpl

java.lang.Object
org.exoplatform.component.test.web.WebAppImpl
All Implemented Interfaces:
org.gatein.wci.WebApp

public class WebAppImpl extends Object implements org.gatein.wci.WebApp
  • Constructor Details

  • Method Details

    • getServletContext

      public jakarta.servlet.ServletContext getServletContext()
      Specified by:
      getServletContext in interface org.gatein.wci.WebApp
    • getClassLoader

      public ClassLoader getClassLoader()
      Specified by:
      getClassLoader in interface org.gatein.wci.WebApp
    • getContextPath

      public String getContextPath()
      Specified by:
      getContextPath in interface org.gatein.wci.WebApp
    • importFile

      public boolean importFile(String parentDirRelativePath, String name, InputStream source, boolean overwrite) throws IOException
      Specified by:
      importFile in interface org.gatein.wci.WebApp
      Throws:
      IOException
    • invalidateSession

      public boolean invalidateSession(String sessId)
    • getHttpSession

      public jakarta.servlet.http.HttpSession getHttpSession(String s)
      Specified by:
      getHttpSession in interface org.gatein.wci.WebApp
    • fireRequestDestroyed

      public void fireRequestDestroyed(jakarta.servlet.ServletRequest servletRequest)
      Specified by:
      fireRequestDestroyed in interface org.gatein.wci.WebApp
    • fireRequestInitialized

      public void fireRequestInitialized(jakarta.servlet.ServletRequest servletRequest)
      Specified by:
      fireRequestInitialized in interface org.gatein.wci.WebApp