|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.impl.AbstractContainer
public abstract class AbstractContainer
An implementation of some of the simpler methods from Container
This class has nothing whatsoever to do with
ContainerAbstraction.
| Constructor Summary | |
|---|---|
AbstractContainer()
|
|
| Method Summary | ||
|---|---|---|
|
getBean(java.lang.Class<T> type)
Get the contained instance of a bean of a given type |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.directwebremoting.Container |
|---|
destroy, getBean, getBeanNames, initializeBean, newInstance |
| Constructor Detail |
|---|
public AbstractContainer()
| Method Detail |
|---|
public <T> T getBean(java.lang.Class<T> type)
Container
getBean in interface Containertype - The type to get an instance of
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||