info.magnolia.module.blossom.dispatcher
Interface BlossomDispatcher

All Known Implementing Classes:
BlossomDispatcherServlet

public interface BlossomDispatcher

Provides access to the dispatcher for beans hosted within it. More specifically it allows beans hosted by BlossomDispatcherServlet a way to access its functionality. By implementing BlossomDispatcherAware beans will have a reference injected.

Since:
1.1.1
See Also:
BlossomDispatcherAware

Method Summary
 org.springframework.web.servlet.ModelAndView executeChain(org.springframework.web.servlet.HandlerExecutionChain mappedHandler, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void forward(String path, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void include(String path, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Method Detail

forward

void forward(String path,
             javax.servlet.http.HttpServletRequest request,
             javax.servlet.http.HttpServletResponse response)
             throws javax.servlet.ServletException,
                    IOException
Throws:
javax.servlet.ServletException
IOException

include

void include(String path,
             javax.servlet.http.HttpServletRequest request,
             javax.servlet.http.HttpServletResponse response)
             throws javax.servlet.ServletException,
                    IOException
Throws:
javax.servlet.ServletException
IOException

executeChain

org.springframework.web.servlet.ModelAndView executeChain(org.springframework.web.servlet.HandlerExecutionChain mappedHandler,
                                                          javax.servlet.http.HttpServletRequest request,
                                                          javax.servlet.http.HttpServletResponse response)
                                                          throws Exception
Throws:
Exception


Copyright © 2009-2014 Magnolia International Ltd.. All Rights Reserved.