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