org.onebusaway.webapp.gwt.common.context
Class ContextHelper

java.lang.Object
  extended by org.onebusaway.webapp.gwt.common.context.ContextHelper
Direct Known Subclasses:
AbstractPageSource

public class ContextHelper
extends Object


Constructor Summary
ContextHelper()
           
ContextHelper(ContextManager manager)
           
 
Method Summary
 ContextManager getManager()
           
 void setContext(Context context)
           
 void setContext(Map<String,String> params)
           
 void setContext(Object... params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextHelper

public ContextHelper()

ContextHelper

public ContextHelper(ContextManager manager)
Method Detail

getManager

public ContextManager getManager()

setContext

public void setContext(Object... params)

setContext

public void setContext(Map<String,String> params)

setContext

public void setContext(Context context)


Copyright © 2012 OneBusAway. All Rights Reserved.