com.ideo.sweetdevria.taglib.reader
Class UpdateReader
java.lang.Object
com.ideo.sweetdevria.servlet.Action
com.ideo.sweetdevria.taglib.reader.UpdateReader
- All Implemented Interfaces:
- IAction
public class UpdateReader
- extends Action
Main control action entry point.
This action is stateless, created on demand, and handles a specific request
sent by the client control, launching the action through the launchAction method.
This class should not be directly extending by a custom user's action.
Some abstract ones have been defined to give some better information about the return types and method parameters.
Method Summary |
java.lang.Object |
execute(javax.servlet.http.HttpServletRequest request,
java.lang.String pageId,
java.util.Map params)
|
Methods inherited from class com.ideo.sweetdevria.servlet.Action |
execute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateReader
public UpdateReader()
execute
public final java.lang.Object execute(javax.servlet.http.HttpServletRequest request,
java.lang.String pageId,
java.util.Map params)
throws java.lang.Exception
- Overrides:
execute
in class Action
- Throws:
java.lang.Exception
Copyright © 2010 Ideo Technologies. All Rights Reserved.