|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.scrashmeow.ojb.console.framework.OjbcLogicFactory
Base class for a Factory that create's view controls. A View control is a bean used in the JSP that is created by the controller layer from the model.
| Constructor Summary | |
OjbcLogicFactory()
Constructor for DescriptorConnectionFactory. |
|
| Method Summary | |
ApplicationService |
getApplicationService()
Returns the applicationService. |
HttpServletRequest |
getRequest()
Returns the request. |
java.lang.String |
getSelfLink()
Returns the selfLink. |
java.util.Map |
getSelfParams()
Returns the selfParams. |
java.util.Locale |
getUserLocale()
Returns the userLocale. |
protected void |
initialize(ApplicationService service)
Method initialize @add-javadoc!!! |
protected void |
initialize(ApplicationService service,
HttpServletRequest request)
Method initialize @add-javadoc!!! |
void |
setApplicationService(ApplicationService applicationService)
Sets the applicationService. |
void |
setRequest(HttpServletRequest request)
Sets the request. |
void |
setSelfLink(java.lang.String selfLink)
Sets the selfLink. |
void |
setSelfParams(java.util.Map selfParams)
Sets the selfParams. |
void |
setUserLocale(java.util.Locale userLocale)
Sets the userLocale. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OjbcLogicFactory()
| Method Detail |
public ApplicationService getApplicationService()
getApplicationService in interface ApplicationServiceAwarepublic HttpServletRequest getRequest()
public java.lang.String getSelfLink()
public java.util.Map getSelfParams()
public void setApplicationService(ApplicationService applicationService)
applicationService - The applicationService to setpublic void setRequest(HttpServletRequest request)
request - The request to setpublic void setSelfLink(java.lang.String selfLink)
selfLink - The selfLink to setpublic void setSelfParams(java.util.Map selfParams)
selfParams - The selfParams to set
protected void initialize(ApplicationService service)
throws ServiceException
service - @add-javadoc!!!
ServiceException - @add-javadoc!!!
protected void initialize(ApplicationService service,
HttpServletRequest request)
throws ServiceException
service - @add-javadoc!!!request - @add-javadoc!!!
ServiceException - @add-javadoc!!!public java.util.Locale getUserLocale()
public void setUserLocale(java.util.Locale userLocale)
userLocale - The userLocale to set
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||