|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pepper.platform.page.PageInfo
public class PageInfo
Encapsulates info about a Page, including it's Section, it's index in the list of pages, and it's SectionPageMgr
Constructor Summary | |
---|---|
PageInfo(com.pepper.platform.program.SectionPageMgr sectionPageMgr,
Page page,
int index)
Creates a new PageInfo instance. |
Method Summary | |
---|---|
com.pepper.platform.xml.GeneratedPage |
getGeneratedPage()
Get the input stream that represents the page output after it is run through it's correct transformer |
int |
getIndex()
Describe getIndex method here. |
int |
getLoadFlags()
Get the load flags to use when loading this page. |
Page |
getPage()
Describe getPage method here. |
String |
getProperty(String propName)
Get a particular value of a query string attribute |
HashMap |
getQueryMap()
Get a HashMap containing name/value pairs representing values in the query string of the url |
Section |
getSection()
Describe getSection method here. |
com.pepper.platform.program.SectionPageMgr |
getSectionPageMgr()
Describe getSectionPageMgr method here. |
InputStream |
getTransformedPageInputStream()
Get the input stream that represents the page output after it is run through it's correct transformer |
URL |
getURL()
get the url that this pageInfo represents |
void |
setGeneratedPage(com.pepper.platform.xml.GeneratedPage thePage)
Set the page output after it is run through it's correct transform |
void |
setIndex(int index)
Describe setIndex method here. |
void |
setLoadFlags(int loadFlags)
Set teh load flags to use when loading this page |
void |
setQueryMap(HashMap queryMap)
Set the queryMap that contains name/value pairs representing values in the query string of the url |
void |
setTransformedPageInputStream(InputStream stream)
Set the input stream that represents the page output after it is run through it's correct transform |
void |
setURL(URL url)
set the url that this pageInfo represents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageInfo(com.pepper.platform.program.SectionPageMgr sectionPageMgr, Page page, int index)
PageInfo
instance.
sectionPageMgr
- a SectionPageMgr
valuepage
- a Page
valueindex
- an int
valueMethod Detail |
---|
public void setURL(URL url)
url
- an URL
valuepublic URL getURL()
URL
valuepublic void setQueryMap(HashMap queryMap)
queryMap
- a HashMap
valuepublic HashMap getQueryMap()
HashMap
valuepublic String getProperty(String propName)
propName
- query string attribute
String
valuepublic int getIndex()
getIndex
method here.
int
valuepublic void setIndex(int index)
setIndex
method here.
index
- an int
valuepublic Page getPage()
getPage
method here.
Page
valuepublic Section getSection()
getSection
method here.
Section
valuepublic com.pepper.platform.program.SectionPageMgr getSectionPageMgr()
getSectionPageMgr
method here.
SectionPageMgr
valuepublic void setTransformedPageInputStream(InputStream stream)
stream
- an InputStream
valuepublic InputStream getTransformedPageInputStream()
InputStream
valuepublic void setGeneratedPage(com.pepper.platform.xml.GeneratedPage thePage)
thePage
- a GeneratedPage
valuepublic com.pepper.platform.xml.GeneratedPage getGeneratedPage()
GeneratedPage
valuepublic int getLoadFlags()
int
valueWebNavigationConstants
public void setLoadFlags(int loadFlags)
loadFlags
- an int
valueWebNavigationConstants
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |