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
 void forward(String path, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.springframework.web.servlet.HandlerAdapter getHandlerAdapter(Object handler)
           
 void include(String path, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Method Detail

getHandlerAdapter

org.springframework.web.servlet.HandlerAdapter getHandlerAdapter(Object handler)
                                                                 throws javax.servlet.ServletException
Throws:
javax.servlet.ServletException

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


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