Class GlobalWebContext

    • Constructor Detail

      • GlobalWebContext

        public GlobalWebContext​(@NotNull
                                javax.servlet.jsp.JspContext jspContext)
    • Method Detail

      • getProject

        @Nullable
        public SProject getProject()
        Specified by:
        getProject in interface WebContext
        Returns:
        optional project context for the text transformation
      • getContextPath

        @NotNull
        public String getContextPath()
        Specified by:
        getContextPath in interface WebContext
        Returns:
        context path
        See Also:
        HttpServletRequest.getContextPath()