Uses of Interface
com.levigo.jadice.document.Page
Packages that use Page
Package
Description
-
Uses of Page in com.jadice.web.export.server
Methods in com.jadice.web.export.server that return types with arguments of type PageModifier and TypeMethodDescriptionorg.jadice.util.glazedlists.EventList
<Page> Exporter.getSourcePages()
AEventList
withpages
that shall be printed. -
Uses of Page in com.levigo.jadice.annotation
Methods in com.levigo.jadice.annotation with parameters of type PageModifier and TypeMethodDescriptionvoid
Annotation.initialize
(Page page) boolean
AnnotationInitializer.tryInitialize
(Annotation annotation, Page page) -
Uses of Page in com.levigo.jadice.document
Methods in com.levigo.jadice.document that return PageModifier and TypeMethodDescriptionAbstractPageEvent.getPage()
Return the page which originates this eventDocument.getPage
(int pageIndex) Convenience method: return the page at the given page index.Document.getPage
(int pageIndex, boolean create) Return the page at the given page index.Selection.getPage()
Provides thePage
this selection belongs to.Methods in com.levigo.jadice.document that return types with arguments of type PageModifier and TypeMethodDescriptionorg.jadice.util.glazedlists.EventList
<Page> Document.getPages()
Returns a list of pages in the document.Methods in com.levigo.jadice.document with parameters of type PageModifier and TypeMethodDescriptionint
Document.getPageIndex
(Page page) Convenience method: determine the index of a page in this document.protected void
Sets the page source of this event.Method parameters in com.levigo.jadice.document with type arguments of type PageModifier and TypeMethodDescriptionvoid
DocumentAdapter.listChanged
(org.jadice.util.glazedlists.event.ListEvent<Page> listEvent) Constructors in com.levigo.jadice.document with parameters of type PageModifierConstructorDescriptionAbstractPageEvent
(Document doc, Page page) ConstructorAbstractPageEvent
(Page page) ConstructorPageSegmentEvent
(Document document, Page page, PageSegment segment, DocumentLayer layer) ConstructorPageSegmentEvent
(Document document, Page page, PageSegment segment, DocumentLayer layer, PageSegmentEvent.Type type) ConstructorPageSegmentEvent
(Page page, PageSegment segment, DocumentLayer layer) Constructor -
Uses of Page in com.levigo.jadice.document.auth
Fields in com.levigo.jadice.document.auth with type parameters of type PageModifier and TypeFieldDescriptionAddPagesIntent.pages
final Collection
<? extends Page> RemovePagesIntent.pages
ReorderIntent.pages
Constructors in com.levigo.jadice.document.auth with parameters of type PageModifierConstructorDescriptionAddPagesIntent
(int index, Page page) RemovePagesIntent
(Page page) ReorderIntent
(int index, Page page) Constructor parameters in com.levigo.jadice.document.auth with type arguments of type PageModifierConstructorDescriptionAddPagesIntent
(int index, List<? extends Page> pages) RemovePagesIntent
(Collection<? extends Page> pages) ReorderIntent
(int index, List<? extends Page> pages) -
Uses of Page in com.levigo.jadice.web.client
Methods in com.levigo.jadice.web.client that return PageMethods in com.levigo.jadice.web.client that return types with arguments of type PageMethods in com.levigo.jadice.web.client with parameters of type PageModifier and TypeMethodDescriptionPageView.getLaidOutPageBounds
(Page page) JadicePageView.getPageControls
(Page page) Returns the render controls of the given page.JadicePageView.getPageControls
(Page Page, boolean create) Returns the render controls of the given page.void
Repaint all of the given page.void
JadicePageView.repaint
(Page p, Rectangle2D boundsDU) Repaint all of the given page.void
Repaint all of the given page.void
ViewComponent.repaint
(Page p, Rectangle2D boundsDU) Repaint all of the given page.void
ViewComponent.repaintAnnosAndTools
(Page page) Deprecated.use repaint insteadvoid
ViewComponent.repaintAnnosAndTools
(Page page, Rectangle2D boundsDU) Deprecated.use repaint insteadvoid
JadicePageView.scrollRectToTop
(Page targetPage, Rectangle2D rectDU) Instructs theJadicePageView
to scroll to the giventargetPage
and ensures that thetarget rectangle
is visible and the top of the view is scrolled to the top of the rectangle.void
JadicePageView.scrollRectToVisible
(Page targetPage, Rectangle2D rectDU) Instructs theJadicePageView
to scroll to the giventargetPage
and ensures that thetarget rectangle
is visible.void
JadicePageView.setCurrentPage
(Page page) Navigate to the given page. -
Uses of Page in com.levigo.jadice.web.client.bookmark
Methods in com.levigo.jadice.web.client.bookmark with parameters of type PageModifier and TypeMethodDescriptionstatic Bookmark
BookmarkFactory.createBookmark
(Document document, Page page) Creates a newBookmark
for the given document and page.static Bookmark
BookmarkFactory.createBookmark
(Document document, Page page, Point2D panPoint, Float zoomfactor, BaseRenderSettings.Rotation rotation) Creates a newBookmark
for the given document and page. -
Uses of Page in com.levigo.jadice.web.client.commands
Methods in com.levigo.jadice.web.client.commands that return PageModifier and TypeMethodDescriptionabstract Page
CreateAnnotationViaApiCommand.getPageForNewAnnotation()
Override this method to set the page onto which the newAnnotation
shall be placed.CreateMaskAnnoCommand.getPageForNewAnnotation()
CreateTextAnnoWithDefaultTextCommand.getPageForNewAnnotation()
-
Uses of Page in com.levigo.jadice.web.client.event
Methods in com.levigo.jadice.web.client.event that return PageModifier and TypeMethodDescriptionPageSelectionChangedEvent.getNewPage()
PageSelectionChangedEvent.getOldPage()
Methods in com.levigo.jadice.web.client.event with parameters of type PageModifier and TypeMethodDescriptionstatic <T> void
PageSelectionChangedEvent.fire
(com.google.gwt.event.shared.HasHandlers source, Page oldPage, Page newPage, int oldPageIndex, int newPageIndex) Constructors in com.levigo.jadice.web.client.event with parameters of type PageModifierConstructorDescriptionPageSelectionChangedEvent
(Page oldPage, Page newPage, int oldPageIndex, int newPageIndex, com.google.gwt.event.shared.HasHandlers source) -
Uses of Page in com.levigo.jadice.web.client.internal.annotation
Methods in com.levigo.jadice.web.client.internal.annotation that return PageModifier and TypeMethodDescriptionAbstractWranglerGesture.getPage()
AnnotationSelection.getPage()
Methods in com.levigo.jadice.web.client.internal.annotation with parameters of type PageModifier and TypeMethodDescriptionvoid
AnnotationSelection.add
(Document document, Page page, ShapeBasedAnnotation annotation) static Point2D
AnnotationTransformHelper.clampPositionOnPage
(Point2D position, Rectangle2D selectionBounds, Grid grid, Page page) Wrangler.getHandles
(PageView pageView, Page page, Type annotation) Creates handles for a specific annotation.void
AnnotationSelection.set
(Document document, Page page, ShapeBasedAnnotation... annotations) -
Uses of Page in com.levigo.jadice.web.client.internal.annotation.editor
Methods in com.levigo.jadice.web.client.internal.annotation.editor that return PageMethods in com.levigo.jadice.web.client.internal.annotation.editor with parameters of type PageModifier and TypeMethodDescriptionvoid
AnnotationPropertyEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) void
ColorEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) void
FontFaceEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) void
FontSizeEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) void
LineWidthEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) void
TextEditor.init
(Collection<? extends ShapeBasedAnnotation> selectedItems, PropertyProfile<?> profile, Page page, RenderControls renderControls, AnnotationTool annoTool, UndoManager undoManager) -
Uses of Page in com.levigo.jadice.web.client.internal.annotation.initializer
Methods in com.levigo.jadice.web.client.internal.annotation.initializer with parameters of type PageModifier and TypeMethodDescriptionboolean
CMAnnotationInitializer.tryInitialize
(Annotation annotation, Page page) boolean
FNP8AnnotationInitializer.tryInitialize
(Annotation annotation, Page page) -
Uses of Page in com.levigo.jadice.web.client.internal.annotation.wrangler
Fields in com.levigo.jadice.web.client.internal.annotation.wrangler declared as PageMethods in com.levigo.jadice.web.client.internal.annotation.wrangler with parameters of type PageModifier and TypeMethodDescriptionprotected Rectangle
CalloutAnnotationWrangler.calculateEditorBounds
(PageView pageView, Page page, TextAnnotation selected) protected Rectangle
StampAnnotationWrangler.calculateEditorBounds
(PageView pageView, Page page, TextAnnotation selected) protected Rectangle
TextAnnotationWrangler.calculateEditorBounds
(PageView pageView, Page page, TextAnnotation selected) Calculates the editor bounds which should be the same size and position as the text annotation.protected void
LineAnnotationWrangler.ensureMinimumLength
(Point2D start, Point2D end, double minLength, Grid.SnapTo snapTo, Page page, Grid grid) Makes sure the line length does not fall below the minimum length by maintaining a minimum distance between the edited point and its opposite.protected void
LineAnnotationWrangler.ensureMinimumLength
(Point2D start, Point2D end, Grid.SnapTo snapTo, Page page, Grid grid) ArrowAnnotationWrangler.getHandles
(PageView pageView, Page page, ArrowAnnotation annotation) CalloutAnnotationWrangler.getHandles
(PageView pageView, Page page, TextAnnotation annotation) DefaultWrangler.getHandles
(PageView pageView, Page page, T annotation) FreehandAnnotationWrangler.getHandles
(PageView pageView, Page page, PathAnnotation annotation) IconifiedTextAnnotationWrangler.getHandles
(PageView pageView, Page page, TextAnnotation annotation) IconWrangler.getHandles
(PageView pageView, Page page, T annotation) JWTImageAnnotationWrangler.getHandles
(PageView pageView, Page page, JWTImageAnnotation annotation) LineAnnotationWrangler.getHandles
(PageView pageView, Page page, LineAnnotation annotation) MultiWrangler.getHandles
(PageView pageView, Page page, Collection<? extends Annotation> annotations) PolygonAnnotationWrangler.getHandles
(PageView pageView, Page page, PathAnnotation annotation) ResizeAnnotationsGesture.getHandles
(PageView pageView, Page page, Collection<? extends Annotation> annotations) StampAnnotationWrangler.getHandles
(PageView pageView, Page page, TextAnnotation annotation) TextAnnotationWrangler.getHandles
(PageView pageView, Page page, TextAnnotation annotation) TextHighlightAnnotationWrangler.getHandles
(PageView pageView, Page page, TextHighlightAnnotation annotation) protected float
TextAnnotationWrangler.getMultiplier
(PageView pageView, Page page) This method calculates the multiplier for the correct translation of units for a correct presentation and positioning of the editor.static boolean
MoveGesture.isAllowed
(PageView pageView, Page page, Collection<? extends Annotation> annotations) protected void
TextAnnotationWrangler.openTextEditor
(TextAnnotation selected, Page page, RenderControls controls, PageView pageView, int editorMinWidth, int editorMinHeight) Opens the text editor in a new popup.Constructors in com.levigo.jadice.web.client.internal.annotation.wrangler with parameters of type PageModifierConstructorDescriptionMoveGesture
(Collection<? extends Annotation> annotations, PageView pageView, Page page) -
Uses of Page in com.levigo.jadice.web.client.internal.annotation.wrangler.callout
Fields in com.levigo.jadice.web.client.internal.annotation.wrangler.callout declared as PageMethods in com.levigo.jadice.web.client.internal.annotation.wrangler.callout with parameters of type PageModifier and TypeMethodDescriptionModifyTextBoxGesture.getHandles
(PageView pageView, Page page, CalloutAnnotation annotation) static void
CalloutAnnotations.pageClampPoint
(PageView pageView, Page page, Point2D p) Makes sure that the given point is inside the page rectangleConstructors in com.levigo.jadice.web.client.internal.annotation.wrangler.callout with parameters of type PageModifierConstructorDescriptionTextBoxMoveGesture
(PageView pageView, CalloutAnnotation annotation, Page page) -
Uses of Page in com.levigo.jadice.web.client.layout
Methods in com.levigo.jadice.web.client.layout with parameters of type PageModifier and TypeMethodDescriptioncom.levigo.jadice.web.client.viewer.internal.LaidOutPage
PageLayout.getLaidOutPage
(Page p) Return the rendered page for the given page, ornull
if the given page is not currently supposed to be rendered.Method parameters in com.levigo.jadice.web.client.layout with type arguments of type PageModifier and TypeMethodDescriptionvoid
PageLayout.setPageList
(List<Page> pageList) Set the current document. -
Uses of Page in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging that return PageMethods in com.levigo.jadice.web.client.messaging with parameters of type PageMethod parameters in com.levigo.jadice.web.client.messaging with type arguments of type Page -
Uses of Page in com.levigo.jadice.web.client.model.document
Methods in com.levigo.jadice.web.client.model.document that return PageModifier and TypeMethodDescriptionFilteredDocument.getDelegatePage
(int pageIndex) Finds a page in the original document, given by its page index.FilteredDocument.getPage
(int pageIndex) FilteredDocument.getPage
(int pageIndex, boolean create) Methods in com.levigo.jadice.web.client.model.document that return types with arguments of type PageModifier and TypeMethodDescriptioncom.levigo.jadice.web.shared.model.document.snapshot.internal.ChangeSet
<Page> FilteredDocument.getChangeSet()
org.jadice.util.glazedlists.EventList
<Page> FilteredDocument.getPages()
Methods in com.levigo.jadice.web.client.model.document with parameters of type PageMethod parameters in com.levigo.jadice.web.client.model.document with type arguments of type PageModifier and TypeMethodDescriptionvoid
FilteredDocument.setMatcher
(org.jadice.util.glazedlists.matchers.Matcher<? super Page> matcher) Since the list of Pages is represented by a Glazedlists FilterList, filtering is applied by setting a Matcher or a MatcherEditor, using the existing API of the FilterList.void
FilteredDocument.setMatcherEditor
(org.jadice.util.glazedlists.matchers.MatcherEditor<? super Page> editor) Since the list of Pages is represented by a Glazedlists FilterList, filtering is applied by setting a Matcher or a MatcherEditor, using the existing API of the FilterList. -
Uses of Page in com.levigo.jadice.web.client.rendercontrols
Method parameters in com.levigo.jadice.web.client.rendercontrols with type arguments of type PageModifier and TypeMethodDescriptionstatic void
RenderControlsJsonSerializer.deSerializeRenderControls
(String json, List<Page> pages, PageView pageView) Take a json object and restoreRenderControls
on the givenpages
currently present inPageViews
Document
.static String
RenderControlsJsonSerializer.serializeRenderControls
(PageView pageView, List<Page> pages) Take pageRenderControls
and create a json object for them.static String
RenderControlsJsonSerializer.serializeRenderControls
(PageView pageView, List<Page> pages, ControlsKitFilter filter) Take pageRenderControls
and create a json object for them. -
Uses of Page in com.levigo.jadice.web.client.rule
Methods in com.levigo.jadice.web.client.rule with parameters of type PageModifier and TypeMethodDescriptionvoid
AbstractPresentationRule.currentPageChanged
(PageView view, Page page) void
PresentationRule.currentPageChanged
(PageView view, Page page) -
Uses of Page in com.levigo.jadice.web.client.rules
Methods in com.levigo.jadice.web.client.rules with parameters of type PageModifier and TypeMethodDescriptionvoid
ApplyDynamicZoomRule.currentPageChanged
(PageView view, Page page) -
Uses of Page in com.levigo.jadice.web.client.settings
Methods in com.levigo.jadice.web.client.settings that return PageModifier and TypeMethodDescriptionInventoryRenderSettingsEvent.getPage()
Returns the page reference if the change concerns page specific settings, ornull
if a change of the document render settings cause this eventRenderSettingsEvent.getPage()
Gets the page which is associated with the event.Methods in com.levigo.jadice.web.client.settings with parameters of type PageModifier and TypeMethodDescriptionBasicRenderControlInventory.Inventory.getPageRenderControl
(Page page) Returns the render controls for the given page.BasicRenderControlInventory.Inventory.getPageRenderControl
(Page page, boolean create) Returns the render controls for the given page.Constructors in com.levigo.jadice.web.client.settings with parameters of type PageModifierConstructorDescriptionInventoryRenderSettingsEvent
(RenderControlInventory inv, Page page, RenderSettingsEvent evt) ConstructorInventoryRenderSettingsEvent
(RenderControlInventory inv, Page page, RenderControls rc, RenderSettings renderSettings, String propertyName, Object oldValue, Object newValue, com.google.gwt.event.shared.HasHandlers source) ConstructorRenderSettingsEvent
(RenderControls parent, RenderSettings renderSettings, String propertyName, Object oldValue, Object newValue, com.google.gwt.event.shared.HasHandlers source, Page page) Constructor with page parameter -
Uses of Page in com.levigo.jadice.web.client.tool
Fields in com.levigo.jadice.web.client.tool declared as PageMethods in com.levigo.jadice.web.client.tool that return PageModifier and TypeMethodDescriptionBasicRenderParameters.getPage()
ThePage
that is being rendered.Constructors in com.levigo.jadice.web.client.tool with parameters of type PageModifierConstructorDescriptionBasicRenderParameters
(Page page, int pageIndex, Rectangle bounds, com.levigo.jadice.web.client.util.internal.graphics.JadiceGraphics graphics, RenderControls renderControls) ConstructorRenderParameters
(PageView viewComponent, Page page, int pageIndex, Rectangle renderedPageBounds, com.levigo.jadice.web.client.util.internal.graphics.JadiceGraphics g, RenderControls renderControls) -
Uses of Page in com.levigo.jadice.web.client.tool.events
Methods in com.levigo.jadice.web.client.tool.events that return PageModifier and TypeMethodDescriptionEditEvent.getPage()
Return the Page to which this event pertains to.Methods in com.levigo.jadice.web.client.tool.events with parameters of type PageModifier and TypeMethodDescriptionstatic EditEvent
EditEvent.create
(PageView source, com.google.gwt.event.dom.client.DomEvent<?> e, Page page, int pageIndex, Rectangle renderBounds, RenderControls renderControls, int clickCount, boolean isPopupTrigger) Create the correct EditEvent for the given InputEvent.Constructors in com.levigo.jadice.web.client.tool.events with parameters of type PageModifierConstructorDescriptionPointerEditEvent
(PageView source, com.google.gwt.event.dom.client.DomEvent<?> inputEvent, Page page, int pageIndex, Rectangle pageBounds, RenderControls pageRenderControls) -
Uses of Page in com.levigo.jadice.web.client.tools
Fields in com.levigo.jadice.web.client.tools declared as PageMethods in com.levigo.jadice.web.client.tools that return PageMethods in com.levigo.jadice.web.client.tools with parameters of type PageModifier and TypeMethodDescriptionvoid
AnnotationTool.selectAnnotations
(Page page, boolean showAnnoToolbar, ShapeBasedAnnotation... annotations) Selects the given annotation(s) for the given page.void
AnnotationTool.selectAnnotations
(Page page, ShapeBasedAnnotation... annotations) Selects the given annotation(s) for the given page. -
Uses of Page in com.levigo.jadice.web.client.undo
Methods in com.levigo.jadice.web.client.undo that return types with arguments of type PageModifier and TypeMethodDescriptionstatic EventListUndoTracker
<Page> DocumentUndoSupport.createTracker
(Document document) Return an EventListUndoTracker tracking changes to the document's page list. -
Uses of Page in com.levigo.jadice.web.client.util.helper
Methods in com.levigo.jadice.web.client.util.helper that return PageMethods in com.levigo.jadice.web.client.util.helper with parameters of type PageModifier and TypeMethodDescriptionstatic void
Annotations.clearModified
(Page page) Clear the modified state of allAnnotation
s on thePage
.static Rectangle
Annotations.getAnnotationBoundsInPixel
(PageView pageView, Annotation annotation, Page page) Returns the Bounds of the givenAnnotation
in Pixel.static com.levigo.jadice.web.shared.model.annotation.internal.AnnotationPageSegment
Annotations.getAnnotationPageSegment
(Page page, String profileId) Returns theAnnotationPageSegment
for passed page.static Collection
<Annotation> Annotations.getAnnotations
(Page page) Retrieves the list of annotations lying in thePageSegment
corresponding to the givenPage
.static Collection
<Annotation> Annotations.getAnnotations
(Page page, DocumentLayer documentLayer) Retrieves the list of annotations lying in the correspondingPageSegment
for a givenPage
andDocumentLayer
.static Collection
<Annotation> Annotations.getDeletedAnnotations
(Page page) To a givenPage
retrieve the list of annotations that have been deleted from the initial set of annotations which was sent from the server to the clientstatic Collection
<Annotation> Annotations.getDeletedAnnotations
(Page page, DocumentLayer documentLayer) To a givenPage
andDocumentLayer
retrieve the list of annotations that have been deleted from the initial set of annotations which was sent from the server to the clientstatic Point2D
Points.getMousePoint
(com.google.gwt.event.dom.client.MouseEvent<?> event, PageView pageView, Page page) Calculates the MousePosition in DocUnits relative to the Page.static Point2D
Points.getMousePointInPageAndGrid
(com.google.gwt.event.dom.client.MouseEvent event, Grid grid, PageView pageView, Page page) Calculates the MousePosition in DocUnits relative to the Page.static Events.PagePoint
Events.getPagePoint
(PageView pageView, Page page, com.google.gwt.dom.client.NativeEvent event) static Events.PagePoint
Events.getPagePoint
(PageView pageView, Page page, com.google.gwt.event.dom.client.DomEvent<?> e) static Events.PagePoint
Events.getPagePoint
(PageView pageView, Page page, Point2D point) static Rectangle
Annotations.getRelativeAnnotationBoundsInPixel
(PageView pageView, Annotation annotation, Page page) Returns the Bounds of the givenAnnotation
in Pixel.static Dimension
Pages.getRenderedSize
(Page page, RenderControls rc) Get the renderedPage
size in base units.static Point2D
Points.getTouchPoint
(com.google.gwt.event.dom.client.TouchEvent<?> event, PageView pageView, Page page) Calculates the TouchPosition in DocUnits relative to the Page.static Point2D
Points.getTouchPointInPageAndGrid
(com.google.gwt.event.dom.client.TouchMoveEvent event, Grid grid, PageView pageView, Page page) Calculates the TouchPosition in DocUnits relative to the Page and inside the page bounds.boolean
Annotations.isAnnotationPageSegment
(Page page, DocumentLayer documentLayer) static boolean
Annotations.isModified
(Page page) Checks whether the annotations on the given page were modified after loading it from the server.Constructors in com.levigo.jadice.web.client.util.helper with parameters of type Page -
Uses of Page in com.levigo.jadice.web.client.viewer
Methods in com.levigo.jadice.web.client.viewer with parameters of type Page -
Uses of Page in com.levigo.jadice.web.demo.enterprise.server
Methods in com.levigo.jadice.web.demo.enterprise.server with parameters of type PageModifier and TypeMethodDescriptionThumbnailCreator.createThumbnail
(Page page) ThumbnailCreator.createThumbnail
(Page page, Dimension dimension) void
ThumbnailCreator.createThumbnail
(Page page, Dimension dimension, OutputStream os) void
ThumbnailCreator.createThumbnail
(Page page, OutputStream os) protected com.levigo.jadice.document.render.RenderControls
ThumbnailCreator.getThumbnailRenderControls
(Page page, Dimension ts) -
Uses of Page in com.levigo.jadice.web.server.messaging
Methods in com.levigo.jadice.web.server.messaging that return PageMethods in com.levigo.jadice.web.server.messaging that return types with arguments of type PageModifier and TypeMethodDescriptionstatic com.levigo.jadice.web.shared.model.document.snapshot.internal.Change
<Page> Methods in com.levigo.jadice.web.server.messaging with parameters of type Page