|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.webbeans.cfg.AbstractBeanConfig
public abstract class AbstractBeanConfig
Convenience classes for the bean config
| Constructor Summary | |
|---|---|
protected |
AbstractBeanConfig()
|
| Method Summary | |
|---|---|
void |
addBinding(WbBinding binding)
Adds a component binding. |
WbComponentType |
getComponentType()
Gets the component type. |
java.lang.String |
getFilename()
|
ContainerProgram |
getInit()
Sets the init program. |
java.lang.Class |
getInstanceClass()
Returns the instance class |
java.lang.String |
getJndiName()
Gets the component's EL binding name. |
int |
getLine()
|
java.lang.String |
getName()
Gets the component's EL binding name. |
protected void |
register()
|
protected void |
register(java.lang.Object value)
|
protected void |
register(java.lang.Object value,
java.lang.Class api)
|
void |
setClass(java.lang.Class cl)
Assigns the class |
void |
setComponentType(java.lang.Class type)
Sets the component type. |
void |
setConfigLocation(java.lang.String filename,
int line)
Sets the configuration location |
void |
setInit(ContainerProgram init)
Sets the init program. |
void |
setJndiName(java.lang.String name)
Returns the component's EL binding name. |
void |
setName(java.lang.String name)
Returns the component's EL binding name. |
void |
setScope(java.lang.String scope)
Sets the scope attribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractBeanConfig()
| Method Detail |
|---|
public void setConfigLocation(java.lang.String filename,
int line)
public java.lang.String getFilename()
public int getLine()
public void setName(java.lang.String name)
public java.lang.String getName()
public void setJndiName(java.lang.String name)
public java.lang.String getJndiName()
public void setClass(java.lang.Class cl)
public java.lang.Class getInstanceClass()
public void setComponentType(java.lang.Class type)
public WbComponentType getComponentType()
public void addBinding(WbBinding binding)
public void setScope(java.lang.String scope)
public void setInit(ContainerProgram init)
public ContainerProgram getInit()
protected void register()
protected void register(java.lang.Object value)
protected void register(java.lang.Object value,
java.lang.Class api)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||