|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.taglibs.scrape.ScrapeData
ScrapeData - An object used to store data for a scrape, data stored is a scrapeid, begin and end markers, flags, and the results of the scrape
Constructor Summary | |
ScrapeData()
constructor simply creates an instance of ScrapeData |
Method Summary | |
boolean |
getanchorsFlag()
getter method for anchorsflag |
java.lang.String |
getBegin()
getter method for the beginning anchor for this scrape |
java.lang.String |
getEnd()
getter method for the ending anchor for this scrape |
java.lang.String |
getResult()
getter method for result |
boolean |
getstripFlag()
getter method for stripflag |
void |
setanchorsFlag(java.lang.String markers)
setter method for anchorsflag |
void |
setBegin(java.lang.String begin)
setter method for the beginning anchor for this scrape |
void |
setEnd(java.lang.String end)
setter method for the ending anchor for this scrape |
void |
setResult(java.lang.String result)
setter method for result |
void |
setstripFlag(java.lang.String notags)
setter method for stripflag |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ScrapeData()
Method Detail |
public final boolean getstripFlag()
public final void setstripFlag(java.lang.String notags)
notags
- a boolean value that determines if tags are kept in the
resultpublic final boolean getanchorsFlag()
public final void setanchorsFlag(java.lang.String markers)
markers
- a boolean value that determines if begin and end tags
are kept in the resultpublic final void setBegin(java.lang.String begin)
begin
- anchor for the beginning of this scrapepublic final java.lang.String getBegin()
public final void setEnd(java.lang.String end)
end
- anchor for the end of this scrapepublic final java.lang.String getEnd()
public final void setResult(java.lang.String result)
result
- the result of the scrape with this begin and endpublic final java.lang.String getResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |