public class Page extends Object
Modifier and Type | Field and Description |
---|---|
static String |
NUXEO_COM_URL |
Modifier and Type | Method and Description |
---|---|
void |
dispatchToJSP(HttpServletRequest req,
HttpServletResponse resp) |
void |
dispatchToJSP(HttpServletRequest req,
HttpServletResponse resp,
boolean postBack) |
String |
getAction() |
String |
getAssociatedIFrameUrl() |
String |
getJsp() |
String |
getLabelKey() |
int |
getProgress() |
boolean |
hasBeenNavigatedBefore() |
boolean |
isActive() |
boolean |
isVisibleInNavigationMenu() |
Page |
next() |
Page |
prev() |
String |
toString() |
public static String NUXEO_COM_URL
public Page(String pageConfigString)
public String getAction()
public String getJsp()
public Page prev()
public Page next()
public void dispatchToJSP(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
ServletException
IOException
public void dispatchToJSP(HttpServletRequest req, HttpServletResponse resp, boolean postBack) throws ServletException, IOException
ServletException
IOException
public int getProgress()
public String getAssociatedIFrameUrl()
public String getLabelKey()
public boolean isVisibleInNavigationMenu()
public boolean isActive()
public boolean hasBeenNavigatedBefore()
Copyright © 2013 Nuxeo SA. All Rights Reserved.