Package org.javlo.helper
Class AjaxHelper
- java.lang.Object
-
- org.javlo.helper.AjaxHelper
-
public class AjaxHelper extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AjaxHelper.ScheduledRender
-
Constructor Summary
Constructors Constructor Description AjaxHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,String>
render(ContentContext ctx, Map<String,String> out, Map<String,AjaxHelper.ScheduledRender> scheduledRenders)
static void
updateBox(ContentContext ctx, Module.Box box)
static void
updateMainRenderer(ContentContext ctx, Module module)
-
-
-
Method Detail
-
updateBox
public static final void updateBox(ContentContext ctx, Module.Box box)
-
updateMainRenderer
public static final void updateMainRenderer(ContentContext ctx, Module module)
-
render
public static Map<String,String> render(ContentContext ctx, Map<String,String> out, Map<String,AjaxHelper.ScheduledRender> scheduledRenders) throws javax.servlet.ServletException, IOException
- Throws:
javax.servlet.ServletException
IOException
-
-