java.lang.Object
com.aoapps.servlet.PropertiesUtils
Property utilities for servlet environments.
These methods moved here since they were causing a compile-time dependency on servlet APIs
for non-servlet related projects.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Properties
loadFromResource
(ServletContext servletContext, String resource) Loads properties from a web resource.
-
Method Details
-
loadFromResource
public static Properties loadFromResource(ServletContext servletContext, String resource) throws IOException Loads properties from a web resource.- Throws:
IOException
-