org.hyperic.hq.ui.json.action
Class JsonActionContext
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
org.hyperic.hq.ui.json.action.JsonActionContext
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map
public class JsonActionContext
- extends java.util.HashMap
context for json struts action apis
- See Also:
- Serialized Form
Constructor Summary |
protected |
JsonActionContext()
|
protected |
JsonActionContext(org.apache.struts.action.ActionMapping map,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
JsonActionContext
protected JsonActionContext()
JsonActionContext
protected JsonActionContext(org.apache.struts.action.ActionMapping map,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
newInstance
public static JsonActionContext newInstance(org.apache.struts.action.ActionMapping map,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
getId
public java.lang.Integer getId()
getAlertDefType
public EscalationAlertType getAlertDefType()
getName
public java.lang.String getName()
getSessionId
public int getSessionId()
getWriter
public java.io.Writer getWriter()
throws java.io.IOException
- Throws:
java.io.IOException
getJSONResult
public JSONResult getJSONResult()
setJSONResult
public void setJSONResult(JSONResult result)
isPrettyPrint
public boolean isPrettyPrint()
getParameterMap
public java.util.Map getParameterMap()
getServletContext
public javax.servlet.ServletContext getServletContext()
getSession
public javax.servlet.http.HttpSession getSession()
getRequest
public javax.servlet.http.HttpServletRequest getRequest()
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.