public class Contexts extends Object
| Constructor and Description |
|---|
Contexts() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getHostname(org.apache.catalina.core.StandardContext ctx) |
static File |
realWarPath(org.apache.catalina.Context standardContext) |
static String |
toAppContext(javax.servlet.ServletContext servletContext,
String contextPath) |
static String |
toAppContext(org.apache.catalina.core.StandardContext standardContext) |
static File |
warPath(org.apache.catalina.Context standardContext) |
public static String toAppContext(javax.servlet.ServletContext servletContext, String contextPath)
public static String toAppContext(org.apache.catalina.core.StandardContext standardContext)
public static String getHostname(org.apache.catalina.core.StandardContext ctx)
public static File warPath(org.apache.catalina.Context standardContext)
public static File realWarPath(org.apache.catalina.Context standardContext)
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.