|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nitido.nimbox.http.SkinDispatcher
com.nitido.nimbox.http.SkinDispatcherForInclude
public class SkinDispatcherForInclude
The SkinDispatcher for do a RequestDispatcher.include(). This class treats the skin as the actual url of the page. This dispatcher should be used to handle Http requests that may have sent the browser some response already.
Field Summary |
---|
Constructor Summary | |
---|---|
SkinDispatcherForInclude()
Default constructor. |
Method Summary | |
---|---|
void |
dispatch(HttpNimletContainer container,
HttpNimletOutput prevOut)
This method is responsible for dispatching the information as specified by the parameters |
void |
init(java.util.HashMap map)
This method is used to initialize the SkinDispatcher. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SkinDispatcherForInclude()
Method Detail |
---|
public void init(java.util.HashMap map) throws javax.servlet.ServletException
SkinDispatcher
init
in class SkinDispatcher
map
- HashMap with the dispatcher initialization parameters.
javax.servlet.ServletException
- if the SkinDispatcher cannot be initialized correctly. We
throw ServletException because this is the standard Java
Servlet exception to be thrown for initialization failure.public void dispatch(HttpNimletContainer container, HttpNimletOutput prevOut) throws javax.servlet.ServletException, java.io.IOException
SkinDispatcher
dispatch
in class SkinDispatcher
container
- The HttpNimletContainer objectprevOut
- The HttpNimletOutput object to be passed to the skin being
dispatched.
javax.servlet.ServletException
- if the target resource throws this exception.
java.io.IOException
- if an input or output error is detected when dispatching.
|
Nitido NiM 2.5 Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.