public final class Host
extends java.lang.Object
Constructor and Description |
---|
Host(org.osgi.framework.Bundle bundle,
javax.servlet.ServletContext servletContext,
RequestRouter router) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
org.osgi.framework.Bundle |
getBundle() |
RequestRouter |
getRouter() |
javax.servlet.ServletContext |
getServletContext() |
int |
hashCode() |
java.lang.String |
toString() |
public Host(org.osgi.framework.Bundle bundle, javax.servlet.ServletContext servletContext, RequestRouter router)
public RequestRouter getRouter()
public org.osgi.framework.Bundle getBundle()
public javax.servlet.ServletContext getServletContext()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object