|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectAppAssemblyContext.Factory
public static class AppAssemblyContext.Factory
| Constructor Summary | |
|---|---|
AppAssemblyContext.Factory()
|
|
| Method Summary | |
|---|---|
AppAssemblyContext |
newInstance(Class controlIntfOrExt,
Map<String,String> bindings,
Set<String> clients,
File moduleRoot,
String moduleName,
File srcOutputRoot)
Creates a new instance of a ControlAssemblyContext implementation. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AppAssemblyContext.Factory()
| Method Detail |
|---|
public AppAssemblyContext newInstance(Class controlIntfOrExt,
Map<String,String> bindings,
Set<String> clients,
File moduleRoot,
String moduleName,
File srcOutputRoot)
throws ControlAssemblyException
ControlAssemblyContext.Factory
newInstance in interface ControlAssemblyContext.FactorycontrolIntfOrExt - public interface/extension of the control
type being assembledbindings - map of control implementation bindings, null
means use defaults.clients - set of clients that use this control type.moduleRoot - file root of the J2EE module containing the
control clients to be assembledmoduleName - name of the J2EE module containing the
control clients to be assembledsrcOutputRoot - file root of a location where assemblers
should output any sources they create that
may need further processing before use.
ControlAssemblyException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||