public class ServerCommHelper extends Object implements Component, Serviceable, Contextualizable
| Modifier and Type | Field and Description |
|---|---|
private Context |
_context |
private JSONUtils |
_jsonUtils |
static String |
ROLE
The Avalon Role
|
| Constructor and Description |
|---|
ServerCommHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextualize(Context context) |
Map<String,Object> |
getJsParameters()
Get the JS parameters as a Map object
|
void |
service(ServiceManager manager) |
private JSONUtils _jsonUtils
public ServerCommHelper()
public void service(ServiceManager manager) throws ServiceException
service in interface ServiceableServiceExceptionpublic void contextualize(Context context) throws ContextException
contextualize in interface ContextualizableContextExceptionpublic Map<String,Object> getJsParameters()