|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.portal.portlet.impl.spi.AbstractServerContext
public class AbstractServerContext
| Constructor Summary | |
|---|---|
AbstractServerContext(javax.servlet.http.HttpServletRequest clientRequest,
javax.servlet.http.HttpServletResponse clientResponse)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractServerContext(javax.servlet.http.HttpServletRequest clientRequest,
javax.servlet.http.HttpServletResponse clientResponse)
| Method Detail |
|---|
public java.lang.String getScheme()
ServerContext
getScheme in interface ServerContextpublic java.lang.String getServerName()
ServerContext
getServerName in interface ServerContextpublic int getServerPort()
ServerContext
getServerPort in interface ServerContext
public 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
ServerContext
dispatch in interface ServerContextservletContainer - 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 | |||||||||