Uses of Class
org.sakaiproject.cheftool.ControllerState
-
Packages that use ControllerState Package Description org.sakaiproject.cheftool -
-
Uses of ControllerState in org.sakaiproject.cheftool
Methods in org.sakaiproject.cheftool that return ControllerState Modifier and Type Method Description protected ControllerStateVelocityPortletStateAction. getState(String peid, RunData rundata, Class stateClass)Get the proper state for this instance (if portlet id is known).protected ControllerStateVelocityPortletStateAction. getState(Context context, RunData rundata, Class stateClass)Get the proper state for this instance (if portlet is not known, only context).protected ControllerStateVelocityPortletStateAction. getState(VelocityPortlet portlet, RunData rundata, Class stateClass)Get the proper state for this instance (if portlet is known).
-