Package org.onebusaway.presentation.impl
Class ServletLibrary
- java.lang.Object
-
- org.onebusaway.presentation.impl.ServletLibrary
-
public class ServletLibrary extends Object
-
-
Constructor Summary
Constructors Constructor Description ServletLibrary()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static String
getContextPath(javax.servlet.ServletContext context)
Deprecated.avoid using this if you can help it.
-
-
-
Method Detail
-
getContextPath
@Deprecated public static String getContextPath(javax.servlet.ServletContext context)
Deprecated.avoid using this if you can help it.TODO(bdferris): This method of determining the context path is pretty hacky. See if we can refactor existing users of this method to do something different.- Parameters:
context
-- Returns:
-
-