Click or drag to resize

PFItemControllerPFItemTypeView Method

Overload List
  NameDescription
Protected methodView (Inherited from Controller.)
Protected methodView(Object) (Inherited from Controller.)
Protected methodView(String) (Inherited from Controller.)
Protected methodView(IView) (Inherited from Controller.)
Protected methodView(String, String) (Inherited from Controller.)
Protected methodView(String, Object) (Inherited from Controller.)
Protected methodView(IView, Object) (Inherited from Controller.)
Protected methodView(String, String, Object)
Standard method called by MVC at the end of all controllers' actions.

This method is overridden to handle the AutoStartTask option.

If the option is activated, this will ensure a lock and set the current task as active, if possible.

In general, avoid to call or override this method.

(Overrides Controller.View(String, String, Object).)
Top
See Also