org.jboss.solder.servlet
Class WebApplication
java.lang.Object
org.jboss.solder.servlet.WebApplication
public class WebApplication
- extends java.lang.Object
Information about the current web application. This object can be used to observe the startup and shutdown events without
tying to the servlet API.
- Author:
- Dan Allen
|
Constructor Summary |
WebApplication(javax.servlet.ServletContext ctx)
|
WebApplication(java.lang.String name,
java.lang.String contextPath,
java.lang.String serverInfo)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
WebApplication
public WebApplication(javax.servlet.ServletContext ctx)
WebApplication
public WebApplication(java.lang.String name,
java.lang.String contextPath,
java.lang.String serverInfo)
getName
public java.lang.String getName()
getContextPath
public java.lang.String getContextPath()
getServerInfo
public java.lang.String getServerInfo()
getStartTime
public long getStartTime()
getRunningTime
public long getRunningTime()
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2008-2012 Seam Framework. All Rights Reserved.