Class CookieJar

java.lang.Object
edu.sc.seis.sod.CookieJar
All Implemented Interfaces:
org.apache.velocity.context.Context

public class CookieJar extends Object implements org.apache.velocity.context.Context
CookieJar exists as a way for various subsetters and processors in the waveform arm to pass information down the chain. It is implemented as a Velocity Context which allows the cusomization of output status pages through velocity template files. The Event and Channel are placed in the context with names "sod_event" and "sod_channel". Created: Thu Dec 13 18:18:48 2001
  • Field Details

  • Constructor Details

  • Method Details

    • get

      public Object get(String key)
      Specified by:
      get in interface org.apache.velocity.context.Context
    • put

      public void put(String key, Serializable value)
    • getPair

      public CookieEventPair getPair()
    • getContext

      public org.apache.velocity.context.Context getContext()
    • containsKey

      public boolean containsKey(Object key)
      Specified by:
      containsKey in interface org.apache.velocity.context.Context
    • getKeys

      public Object[] getKeys()
      Specified by:
      getKeys in interface org.apache.velocity.context.Context
    • put

      public Object put(String key, Object value)
      Specified by:
      put in interface org.apache.velocity.context.Context
    • remove

      public Object remove(Object key)
      Specified by:
      remove in interface org.apache.velocity.context.Context