edu.sc.seis.sod.velocity
Class ContextWrangler

java.lang.Object
  extended by edu.sc.seis.sod.velocity.ContextWrangler

public class ContextWrangler
extends java.lang.Object

Author:
groves Created on May 30, 2005

Constructor Summary
ContextWrangler()
           
 
Method Summary
static org.apache.velocity.VelocityContext createContext()
           
static org.apache.velocity.VelocityContext createContext(Channel chan)
           
static org.apache.velocity.VelocityContext createContext(EventAccessOperations event)
           
static org.apache.velocity.VelocityContext createContext(EventAccessOperations event, Channel channel, RequestFilter[] original, RequestFilter[] available, LocalSeismogramImpl[] seismograms, CookieJar cookieJar)
           
static org.apache.velocity.VelocityContext createContext(NetworkAttr net)
           
static org.apache.velocity.VelocityContext createContext(Station sta)
           
static VelocityChannel insertIntoContext(Channel chan, org.apache.velocity.VelocityContext ctx)
           
static VelocityEvent insertIntoContext(EventAccessOperations event, org.apache.velocity.VelocityContext ctx)
           
static VelocitySeismogram insertIntoContext(LocalSeismogramImpl seis, Channel chan, org.apache.velocity.VelocityContext ctx)
           
static VelocityNetwork insertIntoContext(NetworkAttr net, org.apache.velocity.VelocityContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextWrangler

public ContextWrangler()
Method Detail

createContext

public static org.apache.velocity.VelocityContext createContext()

createContext

public static org.apache.velocity.VelocityContext createContext(EventAccessOperations event)

createContext

public static org.apache.velocity.VelocityContext createContext(Station sta)

insertIntoContext

public static VelocityEvent insertIntoContext(EventAccessOperations event,
                                              org.apache.velocity.VelocityContext ctx)

createContext

public static org.apache.velocity.VelocityContext createContext(NetworkAttr net)

insertIntoContext

public static VelocityNetwork insertIntoContext(NetworkAttr net,
                                                org.apache.velocity.VelocityContext ctx)

createContext

public static org.apache.velocity.VelocityContext createContext(Channel chan)

insertIntoContext

public static VelocityChannel insertIntoContext(Channel chan,
                                                org.apache.velocity.VelocityContext ctx)

createContext

public static org.apache.velocity.VelocityContext createContext(EventAccessOperations event,
                                                                Channel channel,
                                                                RequestFilter[] original,
                                                                RequestFilter[] available,
                                                                LocalSeismogramImpl[] seismograms,
                                                                CookieJar cookieJar)

insertIntoContext

public static VelocitySeismogram insertIntoContext(LocalSeismogramImpl seis,
                                                   Channel chan,
                                                   org.apache.velocity.VelocityContext ctx)


Copyright © 2002-2007 Seismology at the University of South Carolina. All Rights Reserved.