|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.openedit.page.PageStreamer
public class PageStreamer
| Constructor Summary | |
|---|---|
PageStreamer()
|
|
| Method Summary | |
|---|---|
boolean |
canDo(java.lang.String inDo,
java.lang.String inPath)
|
WebPageRequest |
canDoPermissions(java.lang.String inPath)
|
boolean |
canEdit(java.lang.String inPath)
|
boolean |
canView(java.lang.String inPath)
|
PageStreamer |
copy()
|
boolean |
doesExist(java.lang.String inPath)
|
void |
forward(java.lang.String path,
WebPageRequest inReq)
|
java.util.List |
getChildContentList()
|
OpenEditEngine |
getEngine()
|
int |
getMaxLoop()
|
Output |
getOutput()
|
Page |
getPage(java.lang.String inPath)
|
PageManager |
getPageManager()
|
WebPageRequest |
getWebPageRequest()
|
java.util.Map |
getWebPageRequestedCount()
|
void |
include(Page inPage)
|
void |
include(Page inPage,
WebPageRequest inContext)
Allows a page to be streamed that uses this request as the parent request |
void |
include(java.lang.String inPath)
|
void |
include(java.lang.String inPath,
WebPageRequest inReq)
|
void |
includeContent()
|
boolean |
isDebug()
|
void |
render()
This is called only once We need to exec all the page actions ahead of time And check the read permissions ahead of time Then we can do the rendering |
void |
renderContent()
Deprecated. use includeContent() |
void |
setDebug(boolean inDebug)
|
void |
setEngine(OpenEditEngine engine)
|
void |
setMaxLoop(int inMaxLoop)
|
void |
setOutput(Output inOutput)
|
void |
setWebPageRequest(WebPageRequest WebPageRequest)
|
void |
stream(Page inPage)
Deprecated. |
void |
stream(Page inPage,
WebPageRequest inContext)
Deprecated. |
void |
stream(java.lang.String inPath)
Deprecated. |
void |
stream(java.lang.String inPath,
WebPageRequest inReq)
Deprecated. |
void |
streamContent()
Deprecated. use includeContent() |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PageStreamer()
| Method Detail |
|---|
public void render()
throws OpenEditException
OpenEditException
public void streamContent()
throws OpenEditException
OpenEditException
public void renderContent()
throws OpenEditException
OpenEditException
public void includeContent()
throws OpenEditException
OpenEditException
public void include(Page inPage)
throws OpenEditException
OpenEditException
public void include(Page inPage,
WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void include(java.lang.String inPath,
WebPageRequest inReq)
throws OpenEditException
OpenEditException
public void include(java.lang.String inPath)
throws OpenEditException
OpenEditException
public void stream(Page inPage)
throws OpenEditException
OpenEditException
public void stream(Page inPage,
WebPageRequest inContext)
throws OpenEditException
OpenEditException
public void stream(java.lang.String inPath,
WebPageRequest inReq)
throws OpenEditException
OpenEditException
public void stream(java.lang.String inPath)
throws OpenEditException
OpenEditExceptionpublic java.util.Map getWebPageRequestedCount()
public boolean doesExist(java.lang.String inPath)
throws OpenEditException
OpenEditException
public Page getPage(java.lang.String inPath)
throws OpenEditException
OpenEditExceptionpublic PageManager getPageManager()
public OpenEditEngine getEngine()
public void setEngine(OpenEditEngine engine)
public WebPageRequest getWebPageRequest()
public void setWebPageRequest(WebPageRequest WebPageRequest)
public void forward(java.lang.String path,
WebPageRequest inReq)
throws OpenEditException
OpenEditExceptionpublic PageStreamer copy()
public java.util.List getChildContentList()
public Output getOutput()
public void setOutput(Output inOutput)
public boolean canView(java.lang.String inPath)
throws OpenEditException
OpenEditException
public boolean canDo(java.lang.String inDo,
java.lang.String inPath)
throws OpenEditException
OpenEditException
public WebPageRequest canDoPermissions(java.lang.String inPath)
throws OpenEditException
OpenEditException
public boolean canEdit(java.lang.String inPath)
throws OpenEditException
OpenEditExceptionpublic int getMaxLoop()
public void setMaxLoop(int inMaxLoop)
public boolean isDebug()
public void setDebug(boolean inDebug)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||