com.mortbay.Servlets
Class PropertyTreeEditor.EditorDispatcher
java.lang.Object
|
+--com.mortbay.Servlets.PropertyTreeEditor.EditorDispatcher
- Enclosing class:
- PropertyTreeEditor
- public class PropertyTreeEditor.EditorDispatcher
- extends java.lang.Object
- implements ServletDispatchHandler
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
PropertyTreeEditor.EditorDispatcher
public PropertyTreeEditor.EditorDispatcher()
edit
public void edit(PropertyTreeEditor.Context context,
PropertyTreeEditor.EditArgs args,
javax.servlet.http.HttpServletRequest req)
save
public void save(PropertyTreeEditor.Context context,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.lang.Exception
load
public void load(PropertyTreeEditor.Context context,
javax.servlet.http.HttpServletRequest req)
throws java.lang.Exception
defaultDispatch
public java.lang.Object defaultDispatch(java.lang.String method,
ServletDispatch dispatch,
java.lang.Object contextObj,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.lang.Exception
- Description copied from interface: ServletDispatchHandler
- Handle an unmatched method
- Specified by:
- defaultDispatch in interface ServletDispatchHandler
- Tags copied from interface: ServletDispatchHandler
- Parameters:
method
- The name of the unmatched method - this will be null if
there was no path left to handledispatch
- The dispatch objectcontext
- req
- res
- - Returns:
- non-null if the request was handled