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

Quick Search    Search Deep
A C D E F G H I J K L M O P R S T V W

A

addParam(String, String, Hashtable) - Method in class org.roller.presentation.velocity.PageHelper
Another stupid helper method to make up for the shortcomings of Velocity.

C

ContextLoader - class org.roller.presentation.velocity.ContextLoader.
Load Velocity Context with Roller objects, values, and custom plugins.
ContextLoader(RollerRequest, HttpServletResponse, Context) - Constructor for class org.roller.presentation.velocity.ContextLoader
Initialize VelocityHelper, setting the variables it will be hiding from the Velocimacros.
cacheName - Static variable in class org.roller.presentation.velocity.PreviewResourceLoader
 
clearAllTemplates(String) - Static method in class org.roller.presentation.velocity.PreviewResourceLoader
Clear all templates for this user.
clearTemplate(String) - Static method in class org.roller.presentation.velocity.PreviewResourceLoader
Remove the temporary Template from the Map.
closeDbConnection(Connection) - Method in class org.roller.presentation.velocity.DataSourceResourceLoader
Closes connection to the datasource
closeDbConnection(Connection) - Method in class org.roller.presentation.velocity.DatabaseResourceLoader
Closes connection to the datasource
ctx - Variable in class org.roller.presentation.velocity.DataSourceResourceLoader
 
ctx - Variable in class org.roller.presentation.velocity.DatabaseResourceLoader
 

D

DataSourceResourceLoader - class org.roller.presentation.velocity.DataSourceResourceLoader.
This is a simple template file loader that loads templates from a DataSource instead of plain files.
DataSourceResourceLoader() - Constructor for class org.roller.presentation.velocity.DataSourceResourceLoader
 
DatabaseResourceLoader - class org.roller.presentation.velocity.DatabaseResourceLoader.
This is a simple template file loader that loads templates from a Database instead of plain files.
DatabaseResourceLoader() - Constructor for class org.roller.presentation.velocity.DatabaseResourceLoader
 
dataSource - Variable in class org.roller.presentation.velocity.DataSourceResourceLoader
 
dataSourceName - Variable in class org.roller.presentation.velocity.DataSourceResourceLoader
 

E

error(HttpServletRequest, HttpServletResponse, Exception) - Method in class org.roller.presentation.velocity.RollerServlet
Handle error in Velocity processing.
escapeHTML(String) - Static method in class org.roller.presentation.velocity.Macros
Escape all characters that need to be escaped for HTML.
evaluateString(String) - Method in class org.roller.presentation.velocity.PageHelper
Evaluates the String as a Velocimacro, returning the results.

F

figureResourcePath(RollerRequest) - Static method in class org.roller.presentation.velocity.ContextLoader
 
formatCurrentDate(String) - Method in class org.roller.presentation.velocity.Macros
Returns the current date formatted according to the specified pattern.
formatUpdateTime(ArrayList, String) - Method in class org.roller.presentation.velocity.Macros
Returns most recent update time of collection of weblog entries using the specified pattern.

G

getBookmarks(FolderData) - Method in class org.roller.presentation.velocity.PageModel
Encapsulates folder.getBookmarks() & sorting
getCache() - Static method in class org.roller.presentation.velocity.PreviewResourceLoader
Get the cache for the PreviewServlet
getCommentCount(String) - Method in class org.roller.presentation.velocity.PageModel
Encapsulates WeblogManager.getComments().size()
getComments(WeblogEntryData) - Method in class org.roller.presentation.velocity.PageModel
Get comments for weblog entry specified by request
getContext() - Method in class org.roller.presentation.velocity.WebappResourceLoader
 
getDayHits() - Method in class org.roller.presentation.velocity.PageModel
Encapsulates RefererManager
getEntryEditUrl(WeblogEntryData) - Method in class org.roller.presentation.velocity.PageHelper
Build the URL for editing an WeblogEntry
getFolder(String) - Method in class org.roller.presentation.velocity.PageModel
Encapsulates BookmarkManager.getFolder()
getLastModified(Resource) - Method in class org.roller.presentation.velocity.DataSourceResourceLoader
 
getLastModified(Resource) - Method in class org.roller.presentation.velocity.DatabaseResourceLoader
 
getLastModified(Resource) - Method in class org.roller.presentation.velocity.PreviewResourceLoader
 
getLastModified(Resource) - Method in class org.roller.presentation.velocity.RollerResourceLoader
 
getLastModified(Resource) - Method in class org.roller.presentation.velocity.WebappResourceLoader
Defaults to return 0.
getNewsfeed(String) - Method in class org.roller.presentation.velocity.PageModel
Encapsulates NewsfeedManager.getNewsfeed()
getNewsfeeds() - Method in class org.roller.presentation.velocity.PageModel
Encapsulates NewsfeedManager.getNewsfeed()
getPage(String) - Method in class org.roller.presentation.velocity.RollerResourceLoader
 
getPageByName(String) - Method in class org.roller.presentation.velocity.PageModel
Encapsulates UserManager.getPageByName()
getPageIdByName(String) - Method in class org.roller.presentation.velocity.PageModel
Encapsulates UserManager.getPageByName()
getRecentWeblogEntries(int) - Method in class org.roller.presentation.velocity.PageModel
Encapsulates RollerRequest.getRecentWeblogEntries()
getRecentWeblogEntriesArray(int) - Method in class org.roller.presentation.velocity.PageModel
Encapsulates RollerRequest.getRecentWeblogEntries()
getReferers(String) - Method in class org.roller.presentation.velocity.PageModel
Encapsulates RefererManager
getResourceStream(String) - Method in class org.roller.presentation.velocity.DataSourceResourceLoader
Get an InputStream so that the Runtime can build a template with it.
getResourceStream(String) - Method in class org.roller.presentation.velocity.DatabaseResourceLoader
Get an InputStream so that the Runtime can build a template with it.
getResourceStream(String) - Method in class org.roller.presentation.velocity.PreviewResourceLoader
Get an InputStream so that the Runtime can build a template with it.
getResourceStream(String) - Method in class org.roller.presentation.velocity.RollerResourceLoader
Get an InputStream so that the Runtime can build a template with it.
getResourceStream(String) - Method in class org.roller.presentation.velocity.WebappResourceLoader
 
getRoller() - Method in class org.roller.presentation.velocity.RollerResourceLoader
The web-app startup timing may be tricky.
getRollerMenuModel(RollerRequest) - Method in class org.roller.presentation.velocity.PageHelper
 
getRollerRequest() - Method in class org.roller.presentation.velocity.Macros
Get the Roller request object associated with this instance
getTemplate(String) - Method in class org.roller.presentation.velocity.PageServlet
Override the parent getTemplate( String name ) method.
getTemplate(String, String) - Method in class org.roller.presentation.velocity.PageServlet
Override the parent getTemplate(String name, String encoding) method.
getTemplate(String) - Static method in class org.roller.presentation.velocity.PreviewResourceLoader
Get the temporary Template from the Map.
getTodaysReferers() - Method in class org.roller.presentation.velocity.PageModel
Encapsulates RefererManager
getToggleLinkbackDisplayHTML(RefererData) - Method in class org.roller.presentation.velocity.PageHelper
 
getTotalHits() - Method in class org.roller.presentation.velocity.PageModel
Encapsulates RefererManager
getUpdateTime(ArrayList) - Method in class org.roller.presentation.velocity.Macros
Returns most recent update time of collection of weblog entries.
getUpdateTime(ArrayList) - Static method in class org.roller.presentation.velocity.PageModel
Returns most recent update time of collection of weblog entries.
getUser() - Method in class org.roller.presentation.velocity.Macros
Get UserData object.
getUsersPageByName(String, String) - Method in class org.roller.presentation.velocity.PageModel
Encapsulates UserManager.getPageByName()
getWeblogCategories() - Method in class org.roller.presentation.velocity.PageModel
Encapsulates WeblogManager.getWeblogCategories()
getWeblogEntry() - Method in class org.roller.presentation.velocity.PageModel
Encapsulates RollerRequest.getWeblogEntry()
getWebsite() - Method in class org.roller.presentation.velocity.Macros
Get WebsiteDataEx object.

H

handleRequest(HttpServletRequest, HttpServletResponse, Context) - Method in class org.roller.presentation.velocity.PageServlet
 
handleRequest(HttpServletRequest, HttpServletResponse, Context) - Method in class org.roller.presentation.velocity.PreviewServlet
 
handleRequest(HttpServletRequest, HttpServletResponse, Context) - Method in class org.roller.presentation.velocity.RollerServlet
 
handleRequest(HttpServletRequest, HttpServletResponse, Context) - Method in class org.roller.presentation.velocity.SearchServlet
 

I

includePage(String) - Method in class org.roller.presentation.velocity.Macros
Expand macros in specified page and include the results in this page.
init(ExtendedProperties) - Method in class org.roller.presentation.velocity.DataSourceResourceLoader
 
init(ExtendedProperties) - Method in class org.roller.presentation.velocity.DatabaseResourceLoader
 
init(RollerRequest, Context) - Method in interface org.roller.presentation.velocity.PagePlugin
 
init(ExtendedProperties) - Method in class org.roller.presentation.velocity.PreviewResourceLoader
 
init(ExtendedProperties) - Method in class org.roller.presentation.velocity.RollerResourceLoader
 
init(ServletConfig) - Method in class org.roller.presentation.velocity.RollerServlet
Sets servletContext for WebappResourceLoader.
init(ExtendedProperties) - Method in class org.roller.presentation.velocity.WebappResourceLoader
 
initVelocity(ServletConfig) - Method in class org.roller.presentation.velocity.PageServlet
Override initVelocity() so we can man-handle the list of resource loaders and remove "preview" if it is present.
isSourceModified(Resource) - Method in class org.roller.presentation.velocity.DataSourceResourceLoader
 
isSourceModified(Resource) - Method in class org.roller.presentation.velocity.DatabaseResourceLoader
 
isSourceModified(Resource) - Method in class org.roller.presentation.velocity.PreviewResourceLoader
 
isSourceModified(Resource) - Method in class org.roller.presentation.velocity.RollerResourceLoader
 
isSourceModified(Resource) - Method in class org.roller.presentation.velocity.WebappResourceLoader
Defaults to return false.
isUserAuthorizedToEdit() - Method in class org.roller.presentation.velocity.ContextLoader
 
isUserAuthorizedToEdit() - Method in class org.roller.presentation.velocity.PageHelper
 
isUserAuthorizedToEdit() - Method in class org.roller.presentation.velocity.PageModel
 

J

jdbcClass - Variable in class org.roller.presentation.velocity.DatabaseResourceLoader
 
jdbcPassword - Variable in class org.roller.presentation.velocity.DatabaseResourceLoader
 
jdbcUrl - Variable in class org.roller.presentation.velocity.DatabaseResourceLoader
 
jdbcUser - Variable in class org.roller.presentation.velocity.DatabaseResourceLoader
 

K

keyColumn - Variable in class org.roller.presentation.velocity.DataSourceResourceLoader
 
keyColumn - Variable in class org.roller.presentation.velocity.DatabaseResourceLoader
 

L

loadCommentValues(Context, RollerRequest, RollerContext) - Static method in class org.roller.presentation.velocity.ContextLoader
 
loadPathValues(Context, RollerRequest, RollerContext, String) - Static method in class org.roller.presentation.velocity.ContextLoader
 
loadRequestParamKeys(Context) - Static method in class org.roller.presentation.velocity.ContextLoader
 
loadRssValues(Context, RollerRequest, String) - Static method in class org.roller.presentation.velocity.ContextLoader
 
loadUtilityObjects(Context, RollerRequest, RollerContext) - Static method in class org.roller.presentation.velocity.ContextLoader
 
loadWebsiteValues(Context, RollerRequest, RollerContext) - Static method in class org.roller.presentation.velocity.ContextLoader
 

M

MAX_RECURSION_DEPTH - Static variable in class org.roller.presentation.velocity.Macros
Maximum depth of recursion for includePage and showWeblogEntry calls
Macros - class org.roller.presentation.velocity.Macros.
Provides the macros object that is available to Roller templates and weblog entries.
Macros(PageContext, PageHelper) - Constructor for class org.roller.presentation.velocity.Macros
Construts a macros object for a JSP page context.
mBookmarkMgr - Variable in class org.roller.presentation.velocity.PageModel
 
mCategories - Variable in class org.roller.presentation.velocity.PageModel
 
mContext - Static variable in class org.roller.presentation.velocity.WebappResourceLoader
 
mEntriesDayTLS - Static variable in class org.roller.presentation.velocity.Macros
Keep track of each thread's recursive depth in showWeblogEntries(s
mEntriesTLS - Static variable in class org.roller.presentation.velocity.Macros
Keep track of each thread's recursive depth in showWeblogEntries(s
mIncludePageTLS - Static variable in class org.roller.presentation.velocity.Macros
Keep track of each thread's recursive depth in includePage().
mLogger - Static variable in class org.roller.presentation.velocity.ContextLoader
 
mLogger - Static variable in class org.roller.presentation.velocity.Macros
 
mLogger - Static variable in class org.roller.presentation.velocity.PageHelper
 
mLogger - Static variable in class org.roller.presentation.velocity.PageModel
 
mLogger - Static variable in class org.roller.presentation.velocity.PageServlet
 
mLogger - Static variable in class org.roller.presentation.velocity.PreviewResourceLoader
 
mLogger - Static variable in class org.roller.presentation.velocity.RollerResourceLoader
 
mLogger - Static variable in class org.roller.presentation.velocity.RollerServlet
 
mLogger - Static variable in class org.roller.presentation.velocity.SearchServlet
 
mLogger - Static variable in class org.roller.presentation.velocity.WebappResourceLoader
 
mNewsfeedMgr - Variable in class org.roller.presentation.velocity.PageModel
 
mPageContext - Variable in class org.roller.presentation.velocity.ContextLoader
 
mPageContext - Variable in class org.roller.presentation.velocity.Macros
 
mPageContext - Variable in class org.roller.presentation.velocity.PageHelper
 
mPageContext - Variable in class org.roller.presentation.velocity.PageModel
 
mPageHelper - Variable in class org.roller.presentation.velocity.Macros
 
mPageMap - Variable in class org.roller.presentation.velocity.PageModel
 
mPlugins - Static variable in class org.roller.presentation.velocity.ContextLoader
 
mRefererMgr - Variable in class org.roller.presentation.velocity.PageModel
 
mResponse - Variable in class org.roller.presentation.velocity.ContextLoader
 
mResponse - Variable in class org.roller.presentation.velocity.PageHelper
 
mResponse - Variable in class org.roller.presentation.velocity.PageModel
 
mRollerReq - Variable in class org.roller.presentation.velocity.ContextLoader
 
mRollerReq - Variable in class org.roller.presentation.velocity.PageHelper
 
mRollerReq - Variable in class org.roller.presentation.velocity.PageModel
 
mUserMgr - Variable in class org.roller.presentation.velocity.PageModel
 
mUsername - Variable in class org.roller.presentation.velocity.ContextLoader
 
mUsername - Variable in class org.roller.presentation.velocity.PageHelper
 
mUsername - Variable in class org.roller.presentation.velocity.PageModel
 
mVelocityContext - Variable in class org.roller.presentation.velocity.ContextLoader
 
mVelocityContext - Variable in class org.roller.presentation.velocity.PageHelper
 
mVelocityContext - Variable in class org.roller.presentation.velocity.PageModel
 
mWeblogMgr - Variable in class org.roller.presentation.velocity.PageModel
 
maxObjects - Static variable in class org.roller.presentation.velocity.PreviewResourceLoader
number of objects to store in the cache, older objects are pushed out (acts like LRU) if maxObjects reached.

O

openDbConnection() - Method in class org.roller.presentation.velocity.DataSourceResourceLoader
gets connection to the datasource specified through the configuration parameters.
openDbConnection() - Method in class org.roller.presentation.velocity.DatabaseResourceLoader
gets connection to the datasource specified through the configuration parameters.
org.roller.presentation.velocity - package org.roller.presentation.velocity
 

P

PageHelper - class org.roller.presentation.velocity.PageHelper.
Provides assistance to VelociMacros, filling in where Velocity falls.
PageHelper(RollerRequest, HttpServletResponse, Context) - Constructor for class org.roller.presentation.velocity.PageHelper
Initialize VelocityHelper, setting the variables it will be hiding from the Velocimacros.
PageModel - class org.roller.presentation.velocity.PageModel.
Provides Roller page templates with access to Roller domain model objects.
PageModel(RollerRequest, HttpServletResponse, Context) - Constructor for class org.roller.presentation.velocity.PageModel
Initialize VelocityHelper, setting the variables it will be hiding from the Velocimacros.
PagePlugin - interface org.roller.presentation.velocity.PagePlugin.
 
PageServlet - class org.roller.presentation.velocity.PageServlet.
Extend RollerServlet to load proper resource loader for page execution.
PageServlet() - Constructor for class org.roller.presentation.velocity.PageServlet
 
PreviewResourceLoader - class org.roller.presentation.velocity.PreviewResourceLoader.
This is a simple template file loader that loads "preview" templates from a HashMap instance instead of plain files.
PreviewResourceLoader() - Constructor for class org.roller.presentation.velocity.PreviewResourceLoader
 
PreviewServlet - class org.roller.presentation.velocity.PreviewServlet.
Extend RollerServlet to load proper resource loader for page execution.
PreviewServlet() - Constructor for class org.roller.presentation.velocity.PreviewServlet
 

R

RollerResourceLoader - class org.roller.presentation.velocity.RollerResourceLoader.
This is a simple template file loader that loads templates from the Roller instance instead of plain files.
RollerResourceLoader() - Constructor for class org.roller.presentation.velocity.RollerResourceLoader
 
RollerServlet - class org.roller.presentation.velocity.RollerServlet.
Extend the VelocityServlet to load the VelocityContext with Roller values and to return Roller page templates for execution by Velocity.
RollerServlet() - Constructor for class org.roller.presentation.velocity.RollerServlet
 
readData(Connection, String, String) - Method in class org.roller.presentation.velocity.DataSourceResourceLoader
Reads the data from the datasource.
readData(Connection, String, String) - Method in class org.roller.presentation.velocity.DatabaseResourceLoader
Reads the data from the datasource.
readLastModified(Resource, String) - Method in class org.roller.presentation.velocity.DataSourceResourceLoader
Fetches the last modification time of the resource
readLastModified(Resource, String) - Method in class org.roller.presentation.velocity.DatabaseResourceLoader
Fetches the last modification time of the resource
readLastModified(Resource, String) - Method in class org.roller.presentation.velocity.RollerResourceLoader
Fetches the last modification time of the resource
removeAndEscapeHTML(String) - Static method in class org.roller.presentation.velocity.Macros
Run both removeHTML and escapeHTML on a string.
removeHTML(String) - Static method in class org.roller.presentation.velocity.Macros
Remove occurences of HTML from a string.
roller - Variable in class org.roller.presentation.velocity.RollerResourceLoader
 

S

SearchServlet - class org.roller.presentation.velocity.SearchServlet.
This servlet retrieves (and displays) search results.
SearchServlet() - Constructor for class org.roller.presentation.velocity.SearchServlet
 
setContentType(String) - Method in class org.roller.presentation.velocity.PageHelper
 
setServletContext(ServletContext) - Static method in class org.roller.presentation.velocity.WebappResourceLoader
 
setTemplate(String, String, String) - Static method in class org.roller.presentation.velocity.PreviewResourceLoader
Set the temporary Template into memory.
setupContext(Context, RollerRequest, HttpServletResponse) - Static method in class org.roller.presentation.velocity.ContextLoader
Setup the a Velocity context by loading it with objects, values, and RollerPagePlugins needed for Roller page execution.
showAllNewsfeeds(boolean, int) - Method in class org.roller.presentation.velocity.Macros
Show all newsfeeds.
showAllNewsfeeds(boolean, int, boolean) - Method in class org.roller.presentation.velocity.Macros
Show all newsfeeds with expanding folder option.
showBigWeblogCalendar() - Method in class org.roller.presentation.velocity.Macros
Display big weblog calendar, well suited for an archive page.
showBigWeblogCalendar() - Method in class org.roller.presentation.velocity.PageHelper
Display big weblog calendar, well suited for an archive page.
showBookmarks(String, String) - Method in class org.roller.presentation.velocity.Macros
Display bookmarks in specified folder using specified title.
showBookmarks(String, boolean) - Method in class org.roller.presentation.velocity.Macros
Display bookmarks in specified folder using specified title.
showBookmarks(String, boolean, boolean) - Method in class org.roller.presentation.velocity.Macros
Display bookmarks in specified folder as an expandable link.
showEditorNavBar(boolean) - Method in class org.roller.presentation.velocity.Macros
Show the Roller Editor menu as a navigation bar.
showEditorNavBar(boolean) - Method in class org.roller.presentation.velocity.PageHelper
Call hybrid EditorNavBarTag to render editor navbar.
showImage(String, String, String, int, String, String) - Method in class org.roller.presentation.velocity.Macros
Shows HTML for an image in user's resource directory.
showImagePath() - Method in class org.roller.presentation.velocity.Macros
Gets path to images directory on your Roller server.
showMenu(String, String) - Method in class org.roller.presentation.velocity.PageHelper
Call hybrid EditorNavBarTag to render editor navbar.
showNavBar(boolean) - Method in class org.roller.presentation.velocity.Macros
Show navigation links for pages that are not hidden.
showNavBar(boolean, String) - Method in class org.roller.presentation.velocity.Macros
Show navigation links for pages that are not hidden, separated by a specified delimeter.
showNewsfeed(String, boolean, int) - Method in class org.roller.presentation.velocity.Macros
Show one newsfeed.
showNewsfeed(String, boolean, int, boolean) - Method in class org.roller.presentation.velocity.Macros
Show one newsfeed, with expanding folder option.
showPageDescription() - Method in class org.roller.presentation.velocity.Macros
Return the description of the current Roller page being processed.
showPageName() - Method in class org.roller.presentation.velocity.Macros
Return the title of the current Roller page being processed.
showPageUpdateTime() - Method in class org.roller.presentation.velocity.Macros
Return the updateTime of the current Roller page being processed.
showRSSAutodiscoveryLink() - Method in class org.roller.presentation.velocity.Macros
Show RSS auto-discovery element.
showRSSBadge() - Method in class org.roller.presentation.velocity.Macros
Show RSS badge with link to your main RSS feed.
showRSSLinks() - Method in class org.roller.presentation.velocity.Macros
Show a list of links to each of your RSS feeds.
showReferers() - Method in class org.roller.presentation.velocity.Macros
Show list of links to today's biggest referers.
showReferers(int) - Method in class org.roller.presentation.velocity.Macros
Show list of links to today's biggest referers.
showReferers(int, int) - Method in class org.roller.presentation.velocity.Macros
Show list of links to today's biggest referers.
showResourceImage(String, String, String, int, String, String) - Method in class org.roller.presentation.velocity.Macros
Shows HTML for an image in user's resource directory.
showResourcePath() - Method in class org.roller.presentation.velocity.Macros
Gets path to your /resources directory, where you may have uploaded files.
showThemeImage(String, String) - Method in class org.roller.presentation.velocity.Macros
Display a theme image.
showThemeImagePath(String, String) - Method in class org.roller.presentation.velocity.Macros
This is a convenience method to calculate the path to a theme image.
showThemePath(String) - Method in class org.roller.presentation.velocity.Macros
This is a convenience method to calculate the path to a theme.
showThemeScript(String, String) - Method in class org.roller.presentation.velocity.Macros
Return the full HTML to use a scriptFile, for example:
showThemeScriptPath(String, String) - Method in class org.roller.presentation.velocity.Macros
Return the path to a theme's scripts directory.
showThemeStyle(String, String, boolean) - Method in class org.roller.presentation.velocity.Macros
Return HTML for referencing a theme.
showThemeStyleImport(String, String) - Method in class org.roller.presentation.velocity.Macros
Convenience macro to import a stylesheet using the import statement.
showThemeStylePath(String, String) - Method in class org.roller.presentation.velocity.Macros
Return the path to a theme's styles directory.
showVersion() - Method in class org.roller.presentation.velocity.Macros
Version number of Roller.
showWeblogCalendar() - Method in class org.roller.presentation.velocity.Macros
Display weblog calendar.
showWeblogCalendar(boolean) - Method in class org.roller.presentation.velocity.Macros
Weblog calendar display implementation.
showWeblogCalendar() - Method in class org.roller.presentation.velocity.PageHelper
Display weblog calendar.
showWeblogCalendar(boolean) - Method in class org.roller.presentation.velocity.PageHelper
Weblog calendar display implementation.
showWeblogCategoryChooser() - Method in class org.roller.presentation.velocity.Macros
Show a list of links to each of your weblog categores.
showWeblogEntries() - Method in class org.roller.presentation.velocity.Macros
Show weblog enties using the day template specified in your site settings.
showWeblogEntries(int) - Method in class org.roller.presentation.velocity.Macros
Show weblog enties using the day template specified in your site settings.
showWeblogEntries(String) - Method in class org.roller.presentation.velocity.Macros
Show most recent 15 weblog enties using specified day template.
showWeblogEntries(String, int) - Method in class org.roller.presentation.velocity.Macros
Show weblog enties using specified day template.
showWebsiteDescription() - Method in class org.roller.presentation.velocity.Macros
Website description.
showWebsiteTitle() - Method in class org.roller.presentation.velocity.Macros
Title of your website.
strutsUrlHelper(boolean, boolean, String, String, String) - Method in class org.roller.presentation.velocity.PageHelper
Convenience method, contrived helper for Velocity.
strutsUrlHelper(boolean, boolean, String, String, String, Hashtable) - Method in class org.roller.presentation.velocity.PageHelper
Very contrived helper method for Velocimacros generating Struts links.

T

tableName - Variable in class org.roller.presentation.velocity.DataSourceResourceLoader
 
tableName - Variable in class org.roller.presentation.velocity.DatabaseResourceLoader
 
templateColumn - Variable in class org.roller.presentation.velocity.DataSourceResourceLoader
 
templateColumn - Variable in class org.roller.presentation.velocity.DatabaseResourceLoader
 
time - Static variable in class org.roller.presentation.velocity.PreviewResourceLoader
time objects are in cache before they expire - default one hour.
timestampColumn - Variable in class org.roller.presentation.velocity.DataSourceResourceLoader
 
timestampColumn - Variable in class org.roller.presentation.velocity.DatabaseResourceLoader
 

V

ve - Variable in class org.roller.presentation.velocity.PageServlet
We are overriding the default Runtime Velocity singleton to gain control over the initialization and so that the PreviewResourceLoader is not set for the PageServlet.

W

WebappResourceLoader - class org.roller.presentation.velocity.WebappResourceLoader.
Tries to load Velocity resources from the Webapp.
WebappResourceLoader() - Constructor for class org.roller.presentation.velocity.WebappResourceLoader
 

A C D E F G H I J K L M O P R S T V W