|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcatalog.view.bean.BaseBean
Field Summary | |
protected org.apache.commons.logging.Log |
logger
|
protected ServiceLocator |
serviceLocator
|
Constructor Summary | |
BaseBean()
|
Method Summary | |
ServiceLocator |
getServiceLocator()
|
protected void |
init()
Used to initialize the managed bean. |
void |
setServiceLocator(ServiceLocator newServiceLocator)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected final org.apache.commons.logging.Log logger
protected ServiceLocator serviceLocator
Constructor Detail |
public BaseBean()
Method Detail |
public ServiceLocator getServiceLocator()
public void setServiceLocator(ServiceLocator newServiceLocator)
protected void init()
Called after the service locator is set. It is a workaround.
Once the JSF bean management facility can support init method, the init method can be configured and called from the JSF implementation directly.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |