Package io.keikai.jsf.ui.impl
Class ActionBridgeImpl
java.lang.Object
io.keikai.jsf.ui.impl.ActionBridgeImpl
- All Implemented Interfaces:
ActionBridge,Serializable
Implement of action bridge
- Author:
- dennis
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidExecute the action in zk lifecycle, and update the result to client, it throws ComponentNotFoundException if zk desktop not found (e.g you run the action in JSF post-back, so desktop was removed)voidExecute the action in zk lifecycle, and update the result to client.
-
Constructor Details
-
ActionBridgeImpl
-
-
Method Details
-
execute
Description copied from interface:ActionBridgeExecute the action in zk lifecycle, and update the result to client, it throws ComponentNotFoundException if zk desktop not found (e.g you run the action in JSF post-back, so desktop was removed)- Specified by:
executein interfaceActionBridge
-
execute
Description copied from interface:ActionBridgeExecute the action in zk lifecycle, and update the result to client. It will callAction.execute()directly if there has no zk desktop to wrap lice-cycle and you setautoto true. It will throw ComponentNotFoundException if there has no zk desktop and you setautoto false.- Specified by:
executein interfaceActionBridgeauto- true wrap the execution in zk desktop lifecycle automatically,
-