|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerContext
Defines the request context contract. It's usage is related to the Servlet Container operational environment.
| Method Summary | |
|---|---|
java.lang.Object |
dispatch(org.jboss.portal.web.ServletContainer servletContainer,
javax.servlet.ServletContext targetServletContext,
org.jboss.portal.web.RequestDispatchCallback callback,
java.lang.Object handback)
Delegate to the request context the dispatching to the target servlet context using the specified spi elements. |
java.lang.String |
getScheme()
Return the scheme value. |
java.lang.String |
getServerName()
Return the server name value. |
int |
getServerPort()
Return the server port value. |
| Method Detail |
|---|
java.lang.String getScheme()
java.lang.String getServerName()
int getServerPort()
java.lang.Object dispatch(org.jboss.portal.web.ServletContainer servletContainer,
javax.servlet.ServletContext targetServletContext,
org.jboss.portal.web.RequestDispatchCallback callback,
java.lang.Object handback)
throws java.lang.Exception
servletContainer - the servlet container spitargetServletContext - the target servlet contextcallback - the call back to be done after dispatchhandback - the hand back object to provide after dispatch to the call back
java.lang.Exception - any exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||