|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nitido.nimbox.http.SkinDispatcher
public abstract class SkinDispatcher
The SkinDispatcher interface for HTTP.
Field Summary |
---|
Constructor Summary | |
---|---|
SkinDispatcher()
Default constructor. |
Method Summary | |
---|---|
abstract void |
dispatch(HttpNimletContainer container,
HttpNimletOutput prevOut)
This method is responsible for dispatching the information as specified by the parameters |
abstract void |
init(java.util.HashMap settings)
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 SkinDispatcher()
Method Detail |
---|
public abstract void init(java.util.HashMap settings) throws javax.servlet.ServletException
settings
- 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 abstract void dispatch(HttpNimletContainer container, HttpNimletOutput prevOut) throws javax.servlet.ServletException, java.io.IOException
container
- The HttpNimletContainer objectprevOut
- The HttpNimletOutput object to be passed to the skin being
dispatched.
java.io.IOException
- if an input or output error is detected when dispatching.
javax.servlet.ServletException
- if the target resource throws this exception.
|
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.