- All Implemented Interfaces:
- com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.AnimatedLayout, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.HasWidgets.ForIsWidget, com.google.gwt.user.client.ui.IndexedPanel, com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget, com.google.gwt.user.client.ui.IsWidget, com.google.gwt.user.client.ui.ProvidesResize, com.google.gwt.user.client.ui.RequiresResize, java.lang.Iterable<com.google.gwt.user.client.ui.Widget>
public class ItemRequestPage
extends BurocratPage
This is the page that is shown when the user navigates to a site path
that is not implemented as a PageImpl. The client makes a Cmd.GET request
for the given path and then uses the corresponding ItemPageImpl to build
an ItemPage for that item.
- Author:
- Dan Vegeto