Package org.wso2.carbon.ui.action
Class ActionHelper
- java.lang.Object
-
- org.wso2.carbon.ui.action.ActionHelper
-
public class ActionHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description ActionHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidrender(String actionUrl, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-
-
Method Detail
-
render
public static void render(String actionUrl, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
- Parameters:
actionUrl- url should be start with "/"request- HttpServletRequestresponse- HttpServletResponse- Throws:
Exception- Exception
-
-