|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Dispatcher
| Method Summary | |
void |
dispatch(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
java.lang.String flavorTemplate,
java.lang.String flavorContentType)
Dispatch a request and response. |
void |
init()
Initialization method for blojsom dispatchers |
| Method Detail |
public void init()
throws BlojsomException
BlojsomException - If there is an error initializing the dispatcher
public void dispatch(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Blog blog,
java.util.Map context,
java.lang.String flavorTemplate,
java.lang.String flavorContentType)
throws java.io.IOException,
javax.servlet.ServletException
httpServletRequest - RequesthttpServletResponse - Responseblog - Blogcontext - Context mapflavorTemplate - Template to dispatch to for the requested flavorflavorContentType - Content type for the requested flavor
java.io.IOException - If there is an exception during IO
javax.servlet.ServletException - If there is an exception in dispatching the request
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||