Package io.ebean.enhance.common
Class UrlPathHelper
java.lang.Object
io.ebean.enhance.common.UrlPathHelper
Helper methods for URL class path conversion.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic URLconvertToUrl(String path) Convert string path into URL class path.static URL[]convertToUrl(String[] paths) Convert string paths into URL class paths.static StringconvertUrlString(String classpath) Convert a string path to be used in URL class path entry.
-
Constructor Details
-
UrlPathHelper
public UrlPathHelper()
-
-
Method Details
-
convertToUrl
Convert string paths into URL class paths. -
convertToUrl
Convert string path into URL class path. -
convertUrlString
Convert a string path to be used in URL class path entry.
-