jaxx.runtime
Interface JAXXAction
public interface JAXXAction
This is the contract to be realized by any class to be used as Action class for an ui.
- Author:
- tchemit
init
JAXXInitialContext init(JAXXContext parentContent,
Object... datas)
- Prepare the initial context of the ui.
- Parameters:
parentContent - the context of the parent of the ui (can be null if no parent is required)datas - other datas to inject in initial context
- Returns:
- the
JAXXInitialContext to be injected in the ui via the constructor of the JAXXObject
Copyright © 2008-2010 CodeLutin. All Rights Reserved.