org.onebusaway.webapp.gwt.common
Class AbstractPageSource

java.lang.Object
  extended by org.onebusaway.webapp.gwt.common.context.ContextHelper
      extended by org.onebusaway.webapp.gwt.common.AbstractPageSource
All Implemented Interfaces:
IPageSource
Direct Known Subclasses:
ExceptionPage, ExceptionPage, PointToPointPage, WhereCommonPage

public class AbstractPageSource
extends ContextHelper
implements IPageSource


Constructor Summary
AbstractPageSource()
           
 
Method Summary
 com.google.gwt.user.client.ui.Widget create(Context context)
           
 com.google.gwt.user.client.ui.Widget update(Context context)
           
 
Methods inherited from class org.onebusaway.webapp.gwt.common.context.ContextHelper
getManager, setContext, setContext, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPageSource

public AbstractPageSource()
Method Detail

create

public com.google.gwt.user.client.ui.Widget create(Context context)
                                            throws PageException
Specified by:
create in interface IPageSource
Throws:
PageException

update

public com.google.gwt.user.client.ui.Widget update(Context context)
                                            throws PageException
Specified by:
update in interface IPageSource
Throws:
PageException


Copyright © 2012 OneBusAway. All Rights Reserved.