net.sf.bimbo
Interface BimboContext
- All Known Implementing Classes:
- BimboServlet
public interface BimboContext
Bimbo Context interface. A page class can get the Bimbo context injected via
the Resource
annotation on a field of type BimboContext
.
- Author:
- fcorneli
Method Summary |
void |
performAction(java.lang.Object page,
java.lang.String actionName,
java.lang.Object actionParam,
javax.servlet.http.HttpSession session,
java.io.PrintWriter writer,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
performAction
void performAction(java.lang.Object page,
java.lang.String actionName,
java.lang.Object actionParam,
javax.servlet.http.HttpSession session,
java.io.PrintWriter writer,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2008 Frank Cornelis IT. All Rights Reserved.