|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlojsomFetcher | |
org.blojsom.extension.xmlrpc.handlers | Defines the classes and interfaces for blojsom XML-RPC handlers |
org.blojsom.fetcher | Defines the classes and interfaces for blojsom fetchers |
org.blojsom.plugin.admin | Defines the classes and interfaces for the blojsom admin plugins |
org.blojsom.plugin.common | Defines the classes and interfaces common to a number of blojsom plugins |
org.blojsom.plugin.fetcher | Defines the classes and interfaces for the blojsom fetcher-related plugins |
org.blojsom.servlet | Defines the classes and interfaces for blojsom servlet functionality |
org.blojsom.util | Defines the classes and interfaces for blojsom utility functions |
Uses of BlojsomFetcher in org.blojsom.extension.xmlrpc.handlers |
Fields in org.blojsom.extension.xmlrpc.handlers declared as BlojsomFetcher | |
protected BlojsomFetcher |
AbstractBlojsomAPIHandler._fetcher
|
Methods in org.blojsom.extension.xmlrpc.handlers with parameters of type BlojsomFetcher | |
void |
AbstractBlojsomAPIHandler.setFetcher(BlojsomFetcher fetcher)
Set the BlojsomFetcher instance that will be used to fetch categories and entries |
Uses of BlojsomFetcher in org.blojsom.fetcher |
Classes in org.blojsom.fetcher that implement BlojsomFetcher | |
class |
CachingFetcher
CachingFetcher |
class |
StandardFetcher
StandardFetcher |
Uses of BlojsomFetcher in org.blojsom.plugin.admin |
Fields in org.blojsom.plugin.admin declared as BlojsomFetcher | |
protected BlojsomFetcher |
EditBlogEntriesPlugin._fetcher
|
Uses of BlojsomFetcher in org.blojsom.plugin.common |
Fields in org.blojsom.plugin.common declared as BlojsomFetcher | |
protected BlojsomFetcher |
AllEntriesPlugin._fetcher
|
Uses of BlojsomFetcher in org.blojsom.plugin.fetcher |
Fields in org.blojsom.plugin.fetcher declared as BlojsomFetcher | |
protected BlojsomFetcher |
FetcherHelperPlugin._fetcher
|
Constructors in org.blojsom.plugin.fetcher with parameters of type BlojsomFetcher | |
FetcherHelperPlugin.FetcherHelper(BlojsomFetcher fetcher,
BlogUser blog)
Create a new instance of the fetcher helper. |
Uses of BlojsomFetcher in org.blojsom.servlet |
Fields in org.blojsom.servlet declared as BlojsomFetcher | |
protected BlojsomFetcher |
BlojsomBaseServlet._fetcher
|
Uses of BlojsomFetcher in org.blojsom.util |
Methods in org.blojsom.util with parameters of type BlojsomFetcher | |
static BlogEntry |
BlojsomUtils.fetchEntry(BlojsomFetcher fetcher,
BlogUser blogUser,
java.lang.String category,
java.lang.String permalink)
Fetch an BlogEntry given a category and permalink |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |