public class Page extends Object
Modifier and Type | Field and Description |
---|---|
static String |
NUXEO_COM_URL |
Modifier and Type | Method and Description |
---|---|
void |
dispatchToJSP(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
void |
dispatchToJSP(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.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(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
javax.servlet.ServletException
IOException
public void dispatchToJSP(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, boolean postBack) throws javax.servlet.ServletException, IOException
javax.servlet.ServletException
IOException
public int getProgress()
public String getAssociatedIFrameUrl()
public String getLabelKey()
public boolean isVisibleInNavigationMenu()
public boolean isActive()
public boolean hasBeenNavigatedBefore()
Copyright © 2015 Nuxeo SA. All rights reserved.