|
|
|||||||||
| 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.SkinDispatcherForDynamic
public class SkinDispatcherForDynamic
The SkinDispatcher for Dynamic protocol (in other words, the regular JSP skins).
This dispatcher will accept skin names in the format of "<SkinCore>?<HttpGetParameters>". It will dispatch a JSP in the format of "dynamic/<SkinCore>?<HttpGetParameters>".
This dispatcher support the following additional configurations:
| Field Summary | |
|---|---|
protected NiMAdService |
_adService
|
| Constructor Summary | |
|---|---|
SkinDispatcherForDynamic()
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)
Initializes the SkinDispatcher. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected NiMAdService _adService
| Constructor Detail |
|---|
public SkinDispatcherForDynamic()
| Method Detail |
|---|
public void init(java.util.HashMap map)
throws javax.servlet.ServletException
init in class SkinDispatchermap - 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 SkinDispatchercontainer - 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.