|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectWebAppAssemblyContext.Factory
public static class WebAppAssemblyContext.Factory
Constructor Summary | |
---|---|
WebAppAssemblyContext.Factory()
|
Method Summary | |
---|---|
WebAppAssemblyContext |
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 WebAppAssemblyContext.Factory()
Method Detail |
---|
public WebAppAssemblyContext newInstance(Class controlIntfOrExt, Map<String,String> bindings, Set<String> clients, File moduleRoot, String moduleName, File srcOutputRoot) throws ControlAssemblyException
ControlAssemblyContext.Factory
newInstance
in interface ControlAssemblyContext.Factory
controlIntfOrExt
- 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 |