Package | Description |
---|---|
com.serotonin.mango.web.dwr | |
com.serotonin.mango.web.dwr.beans | |
com.serotonin.mango.web.dwr.longPoll |
Modifier and Type | Method and Description |
---|---|
protected PointValueTime |
BaseDwr.prepareBasePointState(java.lang.String componentId,
BasePointState state,
DataPointVO pointVO,
DataPointRT point,
java.util.Map<java.lang.String,java.lang.Object> model)
Base method for preparing information in a state object and returning a
point value.
|
protected void |
BaseDwr.setChange(DataPointVO pointVO,
BasePointState state,
DataPointRT point,
javax.servlet.http.HttpServletRequest request,
java.util.Map<java.lang.String,java.lang.Object> model) |
protected void |
BaseDwr.setChange(DataPointVO pointVO,
BasePointState state,
DataPointRT point,
javax.servlet.http.HttpServletRequest request,
java.util.Map<java.lang.String,java.lang.Object> model,
User user) |
protected void |
BaseDwr.setChart(DataPointVO point,
BasePointState state,
javax.servlet.http.HttpServletRequest request,
java.util.Map<java.lang.String,java.lang.Object> model) |
protected void |
BaseDwr.setMessages(BasePointState state,
javax.servlet.http.HttpServletRequest request,
java.lang.String snippet,
java.util.Map<java.lang.String,java.lang.Object> model) |
Modifier and Type | Class and Description |
---|---|
class |
ViewComponentState
This class is used by DWR to package up information needed at the browser for
the display of the current state of point information.
|
class |
WatchListState |
Modifier and Type | Method and Description |
---|---|
void |
BasePointState.removeEqualValue(BasePointState that) |
Modifier and Type | Method and Description |
---|---|
private BasePointState |
LongPollState.getBasePointState(java.lang.String id,
java.util.List<? extends BasePointState> list) |
Modifier and Type | Method and Description |
---|---|
private BasePointState |
LongPollState.getBasePointState(java.lang.String id,
java.util.List<? extends BasePointState> list) |