|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UtilityService
UtilityService provides several basic function to the admin revolving
around retrieving current context information for the admin app.
NOTE - this service is NOT secured. Do not put features in this service
interface that require security!
| Method Summary | |
|---|---|
java.lang.String |
getStoreFrontWebAppContext()
Retrieve the current web application context (if any) for the actual store front associated with this admin instance. |
java.lang.String |
getWebAppContext()
Retrieve the current web application context (if any) in use for this admin application. |
| Method Detail |
|---|
java.lang.String getWebAppContext()
throws ServiceException,
com.gwtincubator.security.exception.ApplicationSecurityException
ServiceException
com.gwtincubator.security.exception.ApplicationSecurityException
java.lang.String getStoreFrontWebAppContext()
throws ServiceException,
com.gwtincubator.security.exception.ApplicationSecurityException
ServiceException
com.gwtincubator.security.exception.ApplicationSecurityException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||