Class StationWaveformContext
java.lang.Object
org.apache.velocity.context.AbstractContext
edu.sc.seis.sod.status.waveformArm.StationWaveformContext
- All Implemented Interfaces:
org.apache.velocity.context.Context
,org.apache.velocity.context.InternalEventContext
public class StationWaveformContext
extends org.apache.velocity.context.AbstractContext
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStationWaveformContext
(edu.iris.Fissures.network.StationImpl station) StationWaveformContext
(org.apache.velocity.context.Context context, edu.iris.Fissures.network.StationImpl station) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.velocity.app.event.EventCartridge
attachEventCartridge
(org.apache.velocity.app.event.EventCartridge arg0) int
org.apache.velocity.runtime.resource.Resource
org.apache.velocity.app.event.EventCartridge
Object[]
Object[]
org.apache.velocity.util.introspection.IntrospectionCacheData
void
boolean
internalGet
(String key) Object[]
internalPut
(String key, Object p2) internalRemove
(Object key) void
void
void
pushCurrentMacroName
(String arg0) void
void
setCurrentResource
(org.apache.velocity.runtime.resource.Resource arg0) void
setMacroLibraries
(List arg0) Methods inherited from class org.apache.velocity.context.AbstractContext
containsKey, get, getChainedContext, getKeys, put, remove
-
Field Details
-
stationId
protected edu.iris.Fissures.network.StationImpl stationId -
ALL_EVENTS
- See Also:
-
SUCCESS_EVENTS_KEY
- See Also:
-
SUCCESS_ECPS_KEY
- See Also:
-
SUCCESS_ECGROUP_KEY
- See Also:
-
-
Constructor Details
-
StationWaveformContext
- Throws:
SQLException
-
StationWaveformContext
public StationWaveformContext(org.apache.velocity.context.Context context, edu.iris.Fissures.network.StationImpl station) throws SQLException - Throws:
SQLException
-
-
Method Details
-
internalGet
- Specified by:
internalGet
in classorg.apache.velocity.context.AbstractContext
-
internalContainsKey
- Specified by:
internalContainsKey
in classorg.apache.velocity.context.AbstractContext
-
internalGetKeys
- Specified by:
internalGetKeys
in classorg.apache.velocity.context.AbstractContext
-
internalRemove
- Specified by:
internalRemove
in classorg.apache.velocity.context.AbstractContext
-
internalPut
- Specified by:
internalPut
in classorg.apache.velocity.context.AbstractContext
-
pushCurrentTemplateName
-
popCurrentTemplateName
public void popCurrentTemplateName() -
getCurrentTemplateName
-
getTemplateNameStack
-
pushCurrentMacroName
-
popCurrentMacroName
public void popCurrentMacroName() -
getCurrentMacroName
-
getCurrentMacroCallDepth
public int getCurrentMacroCallDepth() -
getMacroNameStack
-
icacheGet
-
icachePut
public void icachePut(Object arg0, org.apache.velocity.util.introspection.IntrospectionCacheData arg1) -
setCurrentResource
public void setCurrentResource(org.apache.velocity.runtime.resource.Resource arg0) -
getCurrentResource
public org.apache.velocity.runtime.resource.Resource getCurrentResource() -
setMacroLibraries
-
getMacroLibraries
-
attachEventCartridge
public org.apache.velocity.app.event.EventCartridge attachEventCartridge(org.apache.velocity.app.event.EventCartridge arg0) - Specified by:
attachEventCartridge
in interfaceorg.apache.velocity.context.InternalEventContext
-
getEventCartridge
public org.apache.velocity.app.event.EventCartridge getEventCartridge()- Specified by:
getEventCartridge
in interfaceorg.apache.velocity.context.InternalEventContext
-