|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.blojsom.plugin.xpath.BlogEntryWrapper
BlogEntryWrapper is a helper class for the XPath plugin to allow for running XPath expressions over BlogEntry array's.
Constructor Summary | |
BlogEntryWrapper(BlogEntry[] entries)
Construct a wrapper with an existing set of entries |
Method Summary | |
BlogEntry[] |
getEntries()
Retrieve the set of blog entries |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BlogEntryWrapper(BlogEntry[] entries)
entries
- Set of blog entriesMethod Detail |
public BlogEntry[] getEntries()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |