org.apache.tomee.catalina
Class Contexts

java.lang.Object
  extended by org.apache.tomee.catalina.Contexts

public class Contexts
extends Object


Constructor Summary
Contexts()
           
 
Method Summary
static String getHostname(org.apache.catalina.core.StandardContext ctx)
           
static File realWarPath(org.apache.catalina.Context standardContext)
           
static File warPath(org.apache.catalina.Context standardContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Contexts

public Contexts()
Method Detail

getHostname

public static String getHostname(org.apache.catalina.core.StandardContext ctx)

warPath

public static File warPath(org.apache.catalina.Context standardContext)

realWarPath

public static File realWarPath(org.apache.catalina.Context standardContext)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.