org.onebusaway.webapp.gwt.common
Class AbstractPageSource
java.lang.Object
org.onebusaway.webapp.gwt.common.context.ContextHelper
org.onebusaway.webapp.gwt.common.AbstractPageSource
- All Implemented Interfaces:
- IPageSource
- Direct Known Subclasses:
- ExceptionPage, ExceptionPage, PointToPointPage, WhereCommonPage
public class AbstractPageSource
- extends ContextHelper
- implements IPageSource
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractPageSource
public AbstractPageSource()
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.