| |
|
| java.lang.Object com.salmonllc.util.URLGenerator
URLGenerator | public class URLGenerator (Code) | | This class has methods which can be used to determin the URL of the server that the application is running on
|
generateLocalHostServerURL | public static String generateLocalHostServerURL(HttpServletRequest req)(Code) | | This method will return the url of the server running the servlet as a local url
|
generateLocalHostServerURL | public static String generateLocalHostServerURL()(Code) | | This method will return the url of the server running the servlet as a local url
|
generateObjectstoreURL | public static String generateObjectstoreURL(HttpServletRequest req)(Code) | | This method will return the url of the the object store from the system.properties file
|
generateObjectstoreURL | public static String generateObjectstoreURL(HttpServletRequest req, String appName)(Code) | | This method will return the url of the the object store for a particular application
|
generateSecureServerURL | public static String generateSecureServerURL(HttpServletRequest req)(Code) | | This method will return a secure url of the server running the servlet
|
generateServerURL | public static String generateServerURL(HttpServletRequest req)(Code) | | This method will return the url of the server running the servlet
|
generateServletBaseURL | public static String generateServletBaseURL(HttpServletRequest req)(Code) | | This method will return base url for every servlet in the web application ex:servlet in http://host/servlet/AppServer
|
generateServletURL | public static String generateServletURL(HttpServletRequest req)(Code) | | This method will return base url for every servlet in the web application ex:servlet in http://host/servlet/AppServer
|
|
|
|