|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.portal.portlet.impl.spi.AbstractRequestContext
public class AbstractRequestContext
| Constructor Summary | |
|---|---|
AbstractRequestContext(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
dispatch(ServletContainer servletContainer,
javax.servlet.ServletContext targetServletContext,
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 AbstractRequestContext(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
| Method Detail |
|---|
public java.lang.String getScheme()
RequestContext
getScheme in interface RequestContextpublic java.lang.String getServerName()
RequestContext
getServerName in interface RequestContextpublic int getServerPort()
RequestContext
getServerPort in interface RequestContext
public java.lang.Object dispatch(ServletContainer servletContainer,
javax.servlet.ServletContext targetServletContext,
RequestDispatchCallback callback,
java.lang.Object handback)
throws java.lang.Exception
RequestContext
dispatch in interface RequestContextservletContainer - 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 | ||||||||