All Packages Class Hierarchy This Package Previous Next Index
|  | 
java.lang.Object | +----Acme.Serve.ServeUtils
 Fetch the software.
 Fetch the entire Acme package.
 
 serverName
	serverName
   serverUrl
	serverUrl
   serverVersion
	serverVersion
   
 ServeUtils()
	ServeUtils()
   
 getCookie(HttpServletRequest, String)
	getCookie(HttpServletRequest, String)
   setCookie(HttpServletResponse, String, String)
	setCookie(HttpServletResponse, String, String)
   writeAddress(OutputStream)
	writeAddress(OutputStream)
   
 serverName
serverName
public static final String serverName
 serverVersion
serverVersion
public static final String serverVersion
 serverUrl
serverUrl
public static final String serverUrl
 
 ServeUtils
ServeUtils
public ServeUtils()
 
 writeAddress
writeAddress
public static void writeAddress(OutputStream o) throws IOException
 getCookie
getCookie
 public static String getCookie(HttpServletRequest req,
                                String name)
 setCookie
setCookie
 public static void setCookie(HttpServletResponse res,
                              String name,
                              String value)
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs