|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UtilityService
UtilityService provides several basic functions 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 | |
|---|---|
String[] |
getAllItems()
Retrieve all the context and prefix values called out in the interface as a single array. |
String |
getAssetServerUrlPrefix()
Retrieve the portion of the url that is key for identifying a request for a CMS managed asset. |
String |
getStoreFrontWebAppPrefix()
Retrieve the current web url prefix (if any) for the actual store front associated with this admin instance. |
String |
getWebAppContext()
Retrieve the current web application context (if any) in use for this admin application. |
| Method Detail |
|---|
String getWebAppContext()
throws ServiceException,
com.gwtincubator.security.exception.ApplicationSecurityException
ServiceException
com.gwtincubator.security.exception.ApplicationSecurityException
String getStoreFrontWebAppPrefix()
throws ServiceException,
com.gwtincubator.security.exception.ApplicationSecurityException
ServiceException
com.gwtincubator.security.exception.ApplicationSecurityException
String getAssetServerUrlPrefix()
throws ServiceException,
com.gwtincubator.security.exception.ApplicationSecurityException
ServiceException
com.gwtincubator.security.exception.ApplicationSecurityException
String[] getAllItems()
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 | |||||||||