Package org.joinfaces
Klasse ServletContextUtils
java.lang.Object
org.joinfaces.ServletContextUtils
Utility Methods for working with
ServletContext
s.-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassLoader
getClassLoader
(ServletContext servletContext) Jetty-safe variant of callingServletContext.getClassLoader()
.
-
Methodendetails
-
getClassLoader
Jetty-safe variant of callingServletContext.getClassLoader()
.- Parameter:
servletContext
- TheServletContext
on whichServletContext.getClassLoader()
will be called.- Gibt zurück:
- The
ClassLoader
of the givenServletContext
.
-