com.acsinet_solutions.cetia4.test.controller
Class Topics10Servlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.acsinet_solutions.cetia4.controller.rest.AbstractRestServlet
com.acsinet_solutions.cetia4.controller.rest.RestServlet
com.acsinet_solutions.cetia4.test.controller.Topics10Servlet
- All Implemented Interfaces:
- AttributeKeys, ControllerConstants, RestModule, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class Topics10Servlet
- extends RestServlet
- See Also:
- Serialized Form
| Fields inherited from interface com.acsinet_solutions.cetia4.controller.ControllerConstants |
_METHOD_PARAM, _PAGE_PARAM, _ROOT_PARAM, DEFAULT_VIEW, ERROR_URL, ERROR_VIEW, LOAD_CANCEL, LOAD_CURRENT, LOAD_DEFAULT, LOAD_ERROR, LOAD_PREVIOUS |
| Fields inherited from interface com.acsinet_solutions.cetia4.controller.AttributeKeys |
_BUNDLE_KEY, _CONFIGURATION_KEY, _DEFAULT_CONTROLLER_KEY, _FORM_ACTION_KEY, _FORM_ATTRIBUTE_KEY, _LOCALE_KEY, _MESSAGE_KEY, _NAVIGATION_FLOW_KEY, _PORTAL_PATH_KEY, _RENDER_PARAMETERS_KEY, _SERVICE_LOCATOR_KEY, _SESSION_KEY, _SYSTEM_EXCEPTION_KEY, _VALIDATION_EXCEPTION_KEY |
| Methods inherited from class javax.servlet.http.HttpServlet |
doHead, doOptions, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Topics10Servlet
public Topics10Servlet()
render
public java.lang.String render(RenderContext context)
renderSummary
public java.lang.String renderSummary(RenderContext context)
renderInsertForm
public java.lang.String renderInsertForm(RenderContext context)
render
public java.lang.String render(RenderContext context,
int id)
insert
public java.lang.String insert(ActionContext context)
delete
public java.lang.String delete(ActionContext context,
int id)
update
public java.lang.String update(ActionContext context,
int id)
insert2
public java.lang.String insert2(ActionContext context)