Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.roller.model: Javadoc index of package org.roller.model.


Package Samples:

org.roller.model

Classes:

RollerFactory: This is primarily a static holder for whatever Roller implementation is being used. RollerContext should call setRoller(ServletContext) during its initialization so that the Roller implementation can be instantiated. Likewise, RollerContext.getRoller() should be replaced with calls to RollerFactory.getRoller(). This should prevent us any direct ties to Castor and permit for experimentation* with other persistence frameworks.
RollerSpellCheck: Since this class cannot be thread-safe due to the SpellCheckListener interface, first a "canonical" SpellDictionary must be instantiated with the path to the dictionary. Subsequently, call getInstance() which will return a new instance of RollerSpellCheck using the "precompiled" SpellDictionary, or will throw a NullPointerException. A better way can probably be found.
BookmarkManager: Interface to Bookmark Management. Provides methods for retrieving, storing, moving, and removing objects. Also provides methods for fetching folders for a specified user.
UserManager: Manages storage, retrieval, and querying of user, website, and page data.
ValueObject: Value object has collection of children and hashtable of attributes.
ParsedRequest: Servlet API free interface that represents an incoming web request.
Roller: The main entry point interface of the Roller business tier.
NewsfeedManager: Interface to Newsfeed Management.
RefererManager: Interface to Referer management.
WeblogManager: Interface to Weblog Management.
BookmarkComparator

Home | Contact Us | Privacy Policy | Terms of Service