public class PageId
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static long |
get(javax.portlet.PortletRequest request)
Get the current page id.
|
static void |
increment(javax.portlet.PortletRequest request)
Increment won't magically turn 2 calls to it from different threads into one increment, so make sure whatever is calling it only
increments it once when it needs to be incremented.
|
public static long get(javax.portlet.PortletRequest request)
public static void increment(javax.portlet.PortletRequest request)
Copyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.