A B C D E F G H I L M N O P Q R S T U V W X

A

addDocId(String) - Method in class org.cofax.CofaxPage
To be implemented.
addPageToCache(String, CofaxPage) - Method in class org.cofax.CofaxCache
Adds an item to cache and keys it by it's ID.
AdminServlet - class org.cofax.cds.AdminServlet.
Provides web based administration of CofaxServlet.
AdminServlet() - Constructor for class org.cofax.cds.AdminServlet
 
append(String) - Method in class org.cofax.CofaxPage
Appends to the content field.
applyRequestGlossary(String) - Static method in class org.cofax.taglibs.CDSTagsUtils
apply Request Glossary as a string
applyTemplate() - Method in class org.cofax.TemplateProcessor
 
applyTemplate() - Method in class org.cofax.WysiwygTemplate
Processes template data and sets a CofaxPage when finished.
applyTemplate(StringBuffer, HashMap) - Method in class org.cofax.TemplateProcessor
 
applyTemplate(StringBuffer, HashMap) - Method in class org.cofax.WysiwygTemplate
Processes template and returns a string.
arrayToStringBuffer(String[]) - Static method in class org.cofax.cms.CofaxToolsUtil
Ports Array elements into a StringBuffer in their natural order.
articleHash - Static variable in class org.cofax.taglibs.CDSTagsUtils
 

B

bodyColor - Static variable in class org.cofax.cms.CofaxToolsServlet
The html body color for tools pages.
bubbleSort(String[]) - Static method in class org.cofax.cms.CofaxToolsUtil
Sorts a String array by value and returns sorted value.

C

caseInsensitiveIndexOf(String, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Duplicates String indexOf() functionality but is case insensitive.
CDSBodyTag - class org.cofax.taglibs.CDSBodyTag.
 
CDSBodyTag() - Constructor for class org.cofax.taglibs.CDSBodyTag
 
CDSFooterTag - class org.cofax.taglibs.CDSFooterTag.
 
CDSFooterTag() - Constructor for class org.cofax.taglibs.CDSFooterTag
 
CDSHeaderTag - class org.cofax.taglibs.CDSHeaderTag.
 
CDSHeaderTag() - Constructor for class org.cofax.taglibs.CDSHeaderTag
 
CDSNoArticleTag - class org.cofax.taglibs.CDSNoArticleTag.
 
CDSNoArticleTag() - Constructor for class org.cofax.taglibs.CDSNoArticleTag
 
CDSServlet - class org.cofax.cds.CDSServlet.
The Cofax project's web serving program.
CDSServlet() - Constructor for class org.cofax.cds.CDSServlet
 
CDSTags - class org.cofax.taglibs.CDSTags.
 
CDSTags() - Constructor for class org.cofax.taglibs.CDSTags
 
CDSTagsUtils - class org.cofax.taglibs.CDSTagsUtils.
 
CDSTagsUtils() - Constructor for class org.cofax.taglibs.CDSTagsUtils
 
CDSTagsUtils(HashMap) - Constructor for class org.cofax.taglibs.CDSTagsUtils
 
checkFileTransferFolder(String) - Static method in class org.cofax.cms.CofaxToolsUtil
Check to see that the file transfer folder is set correctly
checkInstance(String, String) - Static method in class org.cofax.OracleDataStore
 
checkInstance(String, String) - Static method in class org.cofax.SqlDataStore
 
checkPermissions(DataStore, HttpSession, String) - Static method in class org.cofax.cms.CofaxToolsSecurity
Runs current mode request against user permissions and determines if they are allowed to complete action.
choose(String, String, String) - Method in class org.cofax.TemplateLoader
Determine's the template's ID based upon a search.
choose(String, String, String) - Method in class org.cofax.FilesTemplateLoader
Chooses a template based on its arguments.
clear() - Method in class org.cofax.CofaxCache
Clears the cache of items and hit counts.
clearCache(int) - Method in class org.cofax.DataStore
Clears the cache indicated with whichCache
clearCache(int) - Method in class org.cofax.OracleDataStore
 
clearCache(int) - Method in class org.cofax.DummyDataStore
 
clearCache(int) - Method in class org.cofax.SqlDataStore
 
CLOB_COLUMNS - Static variable in class org.cofax.DataStore
 
clobber(String) - Method in class org.cofax.OracleDataStore
 
clobColumns - Static variable in class org.cofax.OracleDataStore
Hashmap into a determination of if stored procedures contain clobs is placed to speed transactions.
clobColumns - Static variable in class org.cofax.SqlDataStore
Hashmap into a determination of if stored procedures contain clobs is placed to speed transactions.
CofaxCache - class org.cofax.CofaxCache.
Provides HTML response caching capabilies for CofaxServlet
CofaxCache(int, int, int) - Constructor for class org.cofax.CofaxCache
Initializes variables.
CofaxPage - class org.cofax.CofaxPage.
This is the container class of Cofax.
CofaxPage() - Constructor for class org.cofax.CofaxPage
Default constructor
CofaxToolsClearCache - class org.cofax.cms.CofaxToolsClearCache.
CofaxToolsClearCache: Makes http calls to Cofax Servlet Server to clear article cache or template cache.
CofaxToolsDbUtils - class org.cofax.cms.CofaxToolsDbUtils.
CofaxDbUtils: Collection of database results formatting utilities for Cofax Tools.
CofaxToolsDbUtils() - Constructor for class org.cofax.cms.CofaxToolsDbUtils
 
CofaxToolsFTP - class org.cofax.cms.CofaxToolsFTP.
CofaxToolsFTP: Handles FTP transactions and menus for Cofax Tools to allow access to templates and images on remote file systems.
CofaxToolsFTP() - Constructor for class org.cofax.cms.CofaxToolsFTP
 
CofaxToolsLogin - class org.cofax.cms.CofaxToolsLogin.
CofaxToolsLogin: Verifies user information and populates the user (session) values if verification is true.
CofaxToolsLogin() - Constructor for class org.cofax.cms.CofaxToolsLogin
 
CofaxToolsNavigation - class org.cofax.cms.CofaxToolsNavigation.
CofaxToolsNavigation: Handles Navigation and security for CofaxTools.
CofaxToolsNavigation() - Constructor for class org.cofax.cms.CofaxToolsNavigation
 
CofaxToolsNTFileListParser - class org.cofax.cms.CofaxToolsNTFileListParser.
CofaxToolsNTFileListParser: Replaces DefaultFileListParser for the Oroinc netComponents class - which does not seem to perform the ftp list() call correctly on NT machines.
CofaxToolsNTFileListParser() - Constructor for class org.cofax.cms.CofaxToolsNTFileListParser
 
CofaxToolsSecurity - class org.cofax.cms.CofaxToolsSecurity.
CofaxToolsSecurity: CofaxToolsSecurity handles Security for CofaxTools.
CofaxToolsSecurity() - Constructor for class org.cofax.cms.CofaxToolsSecurity
 
CofaxToolsServlet - class org.cofax.cms.CofaxToolsServlet.
Cofax Tools Servlet: Main driver for Cofax Tools.
CofaxToolsServlet() - Constructor for class org.cofax.cms.CofaxToolsServlet
 
CofaxToolsUser - class org.cofax.cms.CofaxToolsUser.
CofaxToolsUser: CofaxToolsUser is instantiated as a session object for each new user - utilities for permissions, workflow, etc flow through this object.
CofaxToolsUser() - Constructor for class org.cofax.cms.CofaxToolsUser
 
CofaxToolsUtil - class org.cofax.cms.CofaxToolsUtil.
CofaxToolsUtil: Collection of shared utilities for Cofax Tools. CofaxToolsUtil consists of routines needed to populate an HTML page with SQL data or get HTML data from a request.
CofaxToolsUtil() - Constructor for class org.cofax.cms.CofaxToolsUtil
 
CofaxUtil - class org.cofax.CofaxUtil.
The general utilities class of Cofax.
CofaxUtil() - Constructor for class org.cofax.CofaxUtil
 
COMMON_DATA_SIZE - Static variable in class org.cofax.CofaxUtil
 
connect() - Static method in class org.cofax.cms.CofaxToolsServlet
Creates a database connection to be passed through all CofaxTools classes.
connect(String) - Method in class org.cofax.DataStore
Establishes a connection to the datastore.
connect(String) - Method in class org.cofax.OracleDataStore
Connects to the database using a connection established in the database pool properties file.
connect(String) - Method in class org.cofax.DummyDataStore
Empty connect method always reports success
connect(String) - Method in class org.cofax.SqlDataStore
Connects to the database using a connection established in the database poo
connectFromPool() - Method in class org.cofax.DataStore
Establishes a connection to the datastore.
connectFromPool() - Method in class org.cofax.OracleDataStore
Connects to the database using a connection established in the database poo
connectFromPool() - Method in class org.cofax.DummyDataStore
Empty connect method always reports success
connectFromPool() - Method in class org.cofax.SqlDataStore
Connects to the database using a connection established in the database poo
ConnectionPool - class org.cofax.connectionpool.ConnectionPool.
 
ConnectionPool(String, String, String, String, int, int, int, PrintWriter, int, String, int) - Constructor for class org.cofax.connectionpool.ConnectionPool
 
containsDocId(String) - Method in class org.cofax.CofaxPage
To be implemented.
containsFourDigits(String) - Static method in class org.cofax.cms.CofaxToolsFTP
Determine if a String contains four consecutive numbers; return true if so, false if not.
convertBooleanToChecked(HashMap, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Converts a given boolean in a hashmap to "checked" or "" accordingly for placement on an html page.
convertCheckedToBoolean(String) - Static method in class org.cofax.cms.CofaxToolsUtil
Converts a given checkbox String to a boolean according to its status.
createCheckBoxTable(HashMap, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Takes a HashMap of items, text, and a name and returns an HTML table populated with checkboxes.
createCheckBoxTable(HashMap, Vector, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Takes a HashMap of items, text, and a name and a vector of checked items returns an HTML table populated with checkboxes checked where applicable.
createMultipleSelect(String, HashMap, int) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns an html multiple select field given a name, a HashMap of names and values, and a size for the amount of fields to show.
createMultipleSelect(String, HashMap, int, Vector) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns an html multiple select field given a name, a HashMap of names and values, and a size for the amount of fields to show.
createSelect(String, ArrayList) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns an html select bar given a name and a HashMap of values.
createSelect(String, ArrayList, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns an html select bar given a name and a HashMap of values.  Parameter selected will be marked as selected in the bar.
createSelect(String, ArrayList, String, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns an html select bar given a name and a HashMap of values.  Parameter selected will be marked as selected in the bar.  Parameter javascript will be placed in the SELECT tag for onChange, etc.
createSelect(String, HashMap) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns an html select bar given a name and a HashMap of values.
createSelect(String, HashMap, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns an html select bar given a name and a HashMap of values.  Parameter selected will be marked as selected in the bar.
createSelect(String, HashMap, String, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns an html select bar given a name and a HashMap of values.  Parameter selected will be marked as selected in the bar.  Parameter javascript will be placed in the SELECT tag for onChange, etc.
createShowPreOrderSelect(String, String) - Static method in class org.cofax.cms.CofaxToolsUtil
 

D

dataLog - Static variable in class org.cofax.DataStore
whether to print logs or not
dataLogLocation - Static variable in class org.cofax.DataStore
whether to print logs to a file location (named) or System.out(empty)
dataLogMaxSize - Static variable in class org.cofax.DataStore
Max size (in bits) of the log
DataStore - class org.cofax.DataStore.
Cofax's top level data store class.
DataStore() - Constructor for class org.cofax.DataStore
 
dbPackageTags - Static variable in class org.cofax.OracleDataStore
Hashmap into which package tags may be placed into memory upon initialization.
dbPackageTags - Variable in class org.cofax.DummyDataStore
Hashmap into which package tags may be placed into memory upon initialization.
dbPackageTags - Static variable in class org.cofax.SqlDataStore
Hashmap into which package tags may be placed into memory upon initialization.
dbPackageTagsCache - Static variable in class org.cofax.OracleDataStore
Hashmap into which package tag results are cached.
dbPackageTagsCache - Variable in class org.cofax.DummyDataStore
Hashmap into which package tag results are cached.
dbPackageTagsCache - Static variable in class org.cofax.SqlDataStore
Hashmap into which package tag results are cached.
dbPackageTagsCacheCommand - Static variable in class org.cofax.OracleDataStore
Hashmap into which the cache results parameter (1,0) is thrown upon initialization.
dbPackageTagsCacheCommand - Variable in class org.cofax.DummyDataStore
Hashmap into which the cache results parameter (1,0) is thrown upon initialization.
dbPackageTagsCacheCommand - Static variable in class org.cofax.SqlDataStore
Hashmap into which the cache results parameter (1,0) is thrown upon initialization.
DEBUG - Static variable in class org.cofax.connectionpool.LogWriter
 
debug(PrintWriter, String) - Static method in class org.cofax.CofaxUtil
Displays the passed in debug message if debugging is turned on
defaultPubDate - Static variable in class org.cofax.taglibs.CDSTagsUtils
 
defaultPubFile - Static variable in class org.cofax.taglibs.CDSTagsUtils
 
defaultPubName - Static variable in class org.cofax.taglibs.CDSTagsUtils
 
defaultPubSection - Static variable in class org.cofax.taglibs.CDSTagsUtils
 
destroy() - Method in class org.cofax.DataStore
To be ran once after using the data store.
destroy() - Method in class org.cofax.OracleDataStore
Destroys the connection pool.
destroy() - Method in class org.cofax.DummyDataStore
Empty destroy method
destroy() - Method in class org.cofax.SqlDataStore
 
destroy() - Method in class org.cofax.cds.AdminServlet
Calls destroy.
destroy() - Method in class org.cofax.cds.CDSServlet
Performs servlet cleanup such as closing down the database pool.
disConnect(String) - Method in class org.cofax.DataStore
Disconnects from the data store.
disConnect(String) - Method in class org.cofax.OracleDataStore
Frees a connection from the database pool.
disConnect(String) - Method in class org.cofax.DummyDataStore
Empty disconnect method
disConnect(String) - Method in class org.cofax.SqlDataStore
Free's a connection from the database pool.
displayCachedObjects(CofaxCache, String) - Method in class org.cofax.cds.AdminServlet
Displays a table of items that have been cached.
displayMemUsage(PrintWriter) - Method in class org.cofax.cds.AdminServlet
Displays statistics.
displayTrackedObjects(CofaxCache, String) - Method in class org.cofax.cds.AdminServlet
Displays a table of items that are being counted.
doAfterBody() - Method in class org.cofax.taglibs.CDSBodyTag
 
doAfterBody() - Method in class org.cofax.taglibs.CDSFooterTag
 
doAfterBody() - Method in class org.cofax.taglibs.CDSNoArticleTag
 
doAfterBody() - Method in class org.cofax.taglibs.CDSHeaderTag
 
doesHeaderExist(String) - Method in class org.cofax.CofaxPage
Returns all headers from the page.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.cofax.cds.EmailServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.cofax.cds.AdminServlet
Main routine of the servlet.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.cofax.cds.CDSServlet
Responds to a url requested from the server.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.cofax.cms.CofaxToolsServlet
All navigation & page returns flow through Get.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.cofax.cds.EmailServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.cofax.cds.CDSServlet
Calls doGet for a post
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.cofax.cms.CofaxToolsServlet
Sends all requests to Get.
doStartTag() - Method in class org.cofax.taglibs.CDSTags
 
doStartTag() - Method in class org.cofax.taglibs.CDSBodyTag
 
doStartTag() - Method in class org.cofax.taglibs.CDSFooterTag
 
doStartTag() - Method in class org.cofax.taglibs.CDSNoArticleTag
 
doStartTag() - Method in class org.cofax.taglibs.CDSHeaderTag
 
doStartTag() - Method in class org.cofax.taglibs.HelloTag
 
DummyDataStore - class org.cofax.DummyDataStore.
Provides an empty data store for use if no database connectivity is desired.
DummyDataStore() - Constructor for class org.cofax.DummyDataStore
 
DummyRedirection - class org.cofax.DummyRedirection.
A empty redirection class to use in Cofax's configuration when redirection capabilities are not necessary.
DummyRedirection() - Constructor for class org.cofax.DummyRedirection
 

E

EmailServlet - class org.cofax.cds.EmailServlet.
EmailServlet.java provides e-mail functionality for cofax "aemail" template.
EmailServlet() - Constructor for class org.cofax.cds.EmailServlet
 
empty() - Method in class org.cofax.XMLConfig
Clears out all of the hash table contents
encodeUrl(String) - Static method in class org.cofax.CofaxUtil
Encodes a string into URL format.
ERROR - Static variable in class org.cofax.connectionpool.LogWriter
 
escapeHTML(HashMap) - Static method in class org.cofax.cms.CofaxToolsUtil
Escapes >,<,",' to ascii characters and returns the HashMap

F

fileNameStart - Variable in class org.cofax.cms.CofaxToolsNTFileListParser
Point in the string at which file name information starts.
fileNameStop - Variable in class org.cofax.cms.CofaxToolsNTFileListParser
Point in the string at which file name information stops.
fileSizeStart - Variable in class org.cofax.cms.CofaxToolsNTFileListParser
Point in the string at which file size information starts.
fileSizeStop - Variable in class org.cofax.cms.CofaxToolsNTFileListParser
Point in the string at which file size information stops.
FilesTemplateLoader - class org.cofax.FilesTemplateLoader.
Loads templates from the file system.
FilesTemplateLoader() - Constructor for class org.cofax.FilesTemplateLoader
 
fileTransferFolder - Static variable in class org.cofax.cms.CofaxToolsServlet
Location of folder with 777 permissions on this hard drive for writing temp during file transfers.
fillTag(DataStore, String) - Static method in class org.cofax.cms.CofaxToolsDbUtils
Returns a package tag unfulfilled from memory
fillTemplate(HttpServletRequest, HttpSession, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a fulfilled template by running a HashMap of results against a template file and replacing key with key value from given HashMap.
fillTemplate(HttpServletRequest, HttpSession, String, HashMap, boolean) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a fulfilled template by running a HashMap of results against a template file and replacing key with key value from given HashMap.  Parameter ifHeader determines if the designated header file should be prepended to the results body template.
fillToolsTag(HashMap, String) - Static method in class org.cofax.OracleDataStore
Populates A SQL String with query values from a HashMap when String is formatted as: select req:value from etc.
fillToolsTag(HashMap, String) - Static method in class org.cofax.SqlDataStore
Populates A SQL String with query values from a HashMap when String is formatted as: select req:value from etc.
find(String, String, String) - Static method in class org.cofax.FilesTemplateLoader
Walks up the path sent to find the first matching file and returns that file.
freeConnection(ConnectionWrapper) - Method in class org.cofax.connectionpool.ConnectionPool
 
freeConnection(String, ConnectionWrapper) - Method in class org.cofax.connectionpool.PoolManager
 

G

get(String) - Method in class org.cofax.XMLConfig
Returns a member of the internal hash as an object of its own type
getArticleInfoByItemID(DataStore, String, HttpSession) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns info needed to edit an article by itemID.
getArticleMappingsAndRankByItemID(DataStore, String, String, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns mappings/ ranks associated with an article by itemID - Omits original rank!
getArticletypeInfoByID(DataStore, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns info associated with an article type by articletypeID.
getBodyFormat() - Method in class org.cofax.taglibs.CDSTags
 
getCacheHits() - Method in class org.cofax.CofaxCache
 
getCacheRequests() - Method in class org.cofax.CofaxCache
 
getCacheValue(Object, int) - Method in class org.cofax.DataStore
Gets a single value from a cache object
getCacheValue(Object, int) - Method in class org.cofax.OracleDataStore
 
getCacheValue(Object, int) - Method in class org.cofax.DummyDataStore
 
getCacheValue(Object, int) - Method in class org.cofax.SqlDataStore
 
getClearedTimeTotal() - Method in class org.cofax.CofaxCache
 
getCofaxUrlParameters(String) - Static method in class org.cofax.cms.CofaxToolsUtil
Splits an url into section, date, publication, fileName and returns a HashMap of values.
getConnection() - Method in class org.cofax.connectionpool.ConnectionPool
 
getConnection(String) - Method in class org.cofax.connectionpool.PoolManager
 
getContents() - Method in class org.cofax.CofaxPage
Gets the content field's data.
getContentsLength() - Method in class org.cofax.CofaxPage
Gets the lenght of the content field.
getContentType(String) - Method in class org.cofax.cms.MultipartRequest
Returns the Content-Type of a file.
getDateFormat(String, Date) - Static method in class org.cofax.CofaxUtil
 
getDateFormat(String, String) - Static method in class org.cofax.CofaxUtil
 
getDateInfo() - Static method in class org.cofax.cms.CofaxToolsUtil
Returns info about the current date in a hash.
getDatePreferred(int, int, String) - Static method in class org.cofax.OracleRedirection
Returns a date, based upon a url pattern and rollOverTime, the date from the path
getDatePreferred(int, int, String) - Static method in class org.cofax.SqlRedirection
Returns a date, based upon a url pattern and rollOverTime, the date from the path
getDateString() - Static method in class org.cofax.cms.CofaxToolsUtil
Formats the current date into String yyyy/mm/dd.
getDefaultIndex() - Method in class org.cofax.TemplateLoader
Gets the default index template.
getDefaultObject() - Method in class org.cofax.TemplateLoader
Gets the default object template.
getDocIds() - Method in class org.cofax.CofaxPage
To be implemented.
getError() - Method in class org.cofax.DataStore
Gets the error set with setError()
getErrorMsg() - Method in class org.cofax.CofaxPage
Gets the error message.
getFile(String) - Method in class org.cofax.cms.MultipartRequest
Because the strSaveDirectory you specify is really only the temporary location to stream the files to, we want a way to get at the files contents to put it in the correct location.
getFileExtension(String) - Static method in class org.cofax.cms.CofaxToolsUtil
Strips a file extension from a path and returns it
getFileParameterNames() - Method in class org.cofax.cms.MultipartRequest
 
getFileSize(String) - Method in class org.cofax.cms.MultipartRequest
Returns the File Size of a file.
getFileSystemName(String) - Method in class org.cofax.cms.MultipartRequest
Returns the File System name of a file.
getFooterFormat() - Method in class org.cofax.taglibs.CDSTags
 
getGlossary() - Method in class org.cofax.Glossary
Gets the internal keyValue HashMap
getGroupInfo(DataStore, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Return group info for a specific group.
getGroups(DataStore, HttpSession) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns groupID & GroupName for all groups.
getGroupsConverse(DataStore) - Static method in class org.cofax.cms.CofaxToolsUtil
Return GroupName & groupID for all groups.
getGroupsNonPublications(DataStore, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns the publications not associated with a group.
getGroupsPublications(DataStore, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns the publications associated with a group.
getGroupsSelectID(DataStore, HttpSession) - Static method in class org.cofax.cms.CofaxToolsUtil
Produces an html select of all Groups.
getGroupsSelectID(DataStore, String, HttpSession) - Static method in class org.cofax.cms.CofaxToolsUtil
Produces an html select of all Groups with parameter selected as the selected value.
getGroupTypeIDs(DataStore) - Static method in class org.cofax.cms.CofaxToolsUtil
Return groupTypeID in a Vector.
getGroupTypeInfo(DataStore, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a select of all group types.
getGroupTypeNames(DataStore) - Static method in class org.cofax.cms.CofaxToolsUtil
Return groupTypeName in a Vector.
getGroupTypes(DataStore) - Static method in class org.cofax.cms.CofaxToolsUtil
Return all group types in a HashMap.
getGroupTypesSelectID(DataStore) - Static method in class org.cofax.cms.CofaxToolsUtil
Produces an html select of all Group Types.
getGroupTypesSelectID(DataStore, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Produces an html select of all Group Types with parameter selected as the selected value.
getHasPubDate() - Method in class org.cofax.taglibs.CDSTags
 
getHasPubFile() - Method in class org.cofax.taglibs.CDSTags
 
getHasPubName() - Method in class org.cofax.taglibs.CDSTags
 
getHasPubSection() - Method in class org.cofax.taglibs.CDSTags
 
getHasShowFormat() - Method in class org.cofax.taglibs.CDSTags
 
getHeader(String) - Method in class org.cofax.CofaxPage
Gets a header.
getHeaderFormat() - Method in class org.cofax.taglibs.CDSTags
 
getHeaders() - Method in class org.cofax.CofaxPage
Returns all headers from the page.
getHitCount() - Method in class org.cofax.CofaxPage
Gets the hit count.
getHitCount(String) - Method in class org.cofax.CofaxCache
Gets the hit count of a page in cache.
getHtmlTable() - Method in class org.cofax.cms.MultipartRequest
For debugging.
getImportFileBody(String, HttpSession) - Static method in class org.cofax.cms.CofaxToolsFTP
Retrieves a file via FTP from the import server, writes the file to the local transfer folder, reads in file contents, and returns the body as a string so it may be placed into the creat article tool.
getImportFileComboBox(HttpServletRequest, HttpSession) - Static method in class org.cofax.cms.CofaxToolsUtil
Return comboBox of possible files to import.
getInstance() - Static method in class org.cofax.connectionpool.PoolManager
 
getInstance(Properties) - Static method in class org.cofax.connectionpool.PoolManager
 
getInstance(String) - Static method in class org.cofax.connectionpool.PoolManager
 
getIntegerAsString(HashMap, String) - Static method in class org.cofax.CofaxUtil
Returns a member of a hashtable as a string
getIsMaxStoreReached() - Method in class org.cofax.CofaxCache
 
getIsMaxTrackReached() - Method in class org.cofax.CofaxCache
 
getItemIDFromNameSectionDate(DataStore, HashMap) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns an itemid when given a hash of section name and section date.
getLastError() - Method in class org.cofax.DataStore
Returns the last error recorded.
getLastError() - Method in class org.cofax.XMLConfig
Returns the last error recorderd by XMLConfig
getLastModified() - Method in class org.cofax.CofaxPage
Get's the last modified time.
getList(String) - Method in class org.cofax.XMLConfig
Returns a list of key-value pairs (HashMaps) For example:
front_page
20
will produce a list containing: key value --- ----- map:section front_page map:rank 20
getLogLevel() - Method in class org.cofax.connectionpool.LogWriter
 
getMappingCodeBySectionPublication(DataStore, HashMap) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a mapping code when given a hash of section name and pubname.
getMappingCodesRankComboTable(DataStore, int, HttpSession) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a combo box allowing user to set or delete mappings, sets selected values and mappings.
getMappingCodesRankComboTable(DataStore, int, HttpSession, HashMap) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a combo box allowing user to set or delete mappings, sets selected values and mappings.
getMaxStore() - Method in class org.cofax.CofaxCache
 
getMaxStoreReached() - Method in class org.cofax.CofaxCache
 
getMaxTrack() - Method in class org.cofax.CofaxCache
 
getMaxTrackReached() - Method in class org.cofax.CofaxCache
 
getMaxTrackTurnOver() - Method in class org.cofax.CofaxCache
 
getModes(DataStore) - Static method in class org.cofax.cms.CofaxToolsUtil
Return modes/ group types in a Vector of Hashes.
getMultiMediaComboBox(DataStore, List, String, HttpSession, String) - Static method in class org.cofax.cms.CofaxToolsUtil
returns a MultiMedia comboBox associated with an article by itemID.
getMultiMediaTypes(DataStore) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns all MultiMedia types.
getNameValuePackageHash(DataStore, HashMap, String) - Static method in class org.cofax.cms.CofaxToolsDbUtils
Returns a HashMap formatted name / value by one column wide SQl query by arrangment of getPackageData ArrayList results.
getNameValuePackageHash(DataStore, String) - Static method in class org.cofax.cms.CofaxToolsDbUtils
Returns a HashMap formatted name / value by one column wide SQl query by arrangment of getPackageData ArrayList results.
getNoArticleFormat() - Method in class org.cofax.taglibs.CDSTags
 
getOrderSectionComboBox(DataStore, String, HttpSession, HttpServletRequest, HashMap, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a comboBox to order sections by.
getOrderSectionComboBox(DataStore, String, HttpSession, HttpServletRequest, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a comboBox to order sections by.
getPackageData(DataStore, HashMap, String) - Static method in class org.cofax.cms.CofaxToolsDbUtils
Returns an ArrayList of HashMap results from SQL query.
getPackageData(DataStore, HashMap, String, boolean) - Static method in class org.cofax.cms.CofaxToolsDbUtils
Returns an ArrayList of HashMap results from SQL query.
getPackageData(DataStore, String) - Static method in class org.cofax.cms.CofaxToolsDbUtils
Returns an ArrayList of HashMap results from SQL query.
getPackageData(HashMap, String, String, boolean) - Method in class org.cofax.DataStore
Overload for getPackageData that handles tag data and clobs additionally.
getPackageData(HashMap, String, String, boolean) - Method in class org.cofax.OracleDataStore
Returns a set of content by tag for stored procedures, inserts, updates, or selects.
getPackageData(HashMap, String, String, boolean) - Method in class org.cofax.DummyDataStore
 
getPackageData(HashMap, String, String, boolean) - Method in class org.cofax.SqlDataStore
Returns a set of content by tag for stored procedures, inserts, updates, or selects.
getPackageData(String, String) - Method in class org.cofax.DataStore
Executes the tag definition and prefixes the name of returned values with the tag name.
getPackageData(String, String) - Method in class org.cofax.OracleDataStore
 
getPackageData(String, String) - Method in class org.cofax.DummyDataStore
Empty getPackageData routine, returns an empty ArrayList
getPackageData(String, String) - Method in class org.cofax.SqlDataStore
Returns a set of content by tag.
getPackageTag(String, HashMap) - Method in class org.cofax.DataStore
Looks up the package tag definition and does variable substitution with the params HashMap.
getPackageTag(String, HashMap) - Method in class org.cofax.OracleDataStore
Gets the stored procedure that is used for the packageTag request and parses it with its parameters.
getPackageTag(String, HashMap) - Method in class org.cofax.DummyDataStore
Empty getPackageTag method, always returns an empty string.
getPackageTag(String, HashMap) - Method in class org.cofax.SqlDataStore
Gets the sql string that is used for the packageTag request and parses it with it's parameters.
getPackageVector(DataStore, HashMap, String) - Static method in class org.cofax.cms.CofaxToolsDbUtils
Returns a Vector formatted one column wide SQl query through ArrayList results by getPackageData.
getPackageVector(DataStore, String) - Static method in class org.cofax.cms.CofaxToolsDbUtils
Returns a Vector formatted one column wide SQl query through ArrayList results by getPackageData.
getPage(String) - Method in class org.cofax.CofaxCache
Gets a page from cache.
getpage(URL) - Static method in class org.cofax.util.getUrl2
 
getParameterNames() - Method in class org.cofax.cms.MultipartRequest
An enumeration of all URL Parameters for the current HTTP Request.
getPrintWriter() - Method in class org.cofax.connectionpool.LogWriter
 
getPubDate() - Method in class org.cofax.taglibs.CDSTags
 
getPubDescFromID(DataStore, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns pubDesc given pubID.
getPubFile() - Method in class org.cofax.taglibs.CDSTags
 
getPubIDFromName(DataStore, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns pubID given pubName.
getPublicationInfo(DataStore, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a hash of all publication info by pub id.
getPublications(DataStore) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns pub Desc / pub ID for all Publications.
getPublicationSelectID(DataStore, HttpSession, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Produces an html select of all publications.
getPublicationSelectID(DataStore, HttpSession, String, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Produces an html select of all publications with parameter selected as the selected value.  Produces only the publications a user is grouped to unless the user is a national admin, in which case produces all publications.
getPubName() - Method in class org.cofax.taglibs.CDSTags
 
getPubNameFromID(DataStore, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns pubName given pubID.
getPubNamePubDescFromID(DataStore, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a HashMap of pubDesc and pubName given a pubID.
getPubSection() - Method in class org.cofax.taglibs.CDSTags
 
getRedirectDefaultSection(DataStore, String, HashMap, HashMap) - Method in class org.cofax.OracleRedirection
Returns a set of content by publication = tag value (inquirer => front_page; inquirer => 5).
getRedirectDefaultSection(DataStore, String, HashMap, HashMap) - Method in class org.cofax.SqlRedirection
Returns a set of content by publication = tag value (inquirer => front_page; inquirer => 5).
getRedirection(String) - Method in class org.cofax.Redirection
Get's a redirection URL and returns it to the servlet.
getRedirection(String) - Method in class org.cofax.OracleRedirection
Get's a redirection
getRedirection(String) - Method in class org.cofax.SqlRedirection
Get's a redirection
getRedirection(String) - Method in class org.cofax.DummyRedirection
Get's a redirection URL and returns it to the servlet.
getRedirectMonthDay(DataStore, String, HashMap, HashMap) - Method in class org.cofax.OracleRedirection
 
getRedirectMonthDay(DataStore, String, HashMap, HashMap) - Method in class org.cofax.SqlRedirection
 
getRefreshInterval() - Method in class org.cofax.CofaxCache
 
getRelatedLinksComboBox(DataStore) - Static method in class org.cofax.cms.CofaxToolsUtil
Return comboBox of related links
getRelatedLinksComboBox(DataStore, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Return comboBox of related links by an itemID
getRelatedMultiMediaByItemID(DataStore, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns all MultiMedia info associated with an article by itemID.
getRelatedMultiMediaByMultiMediaID(DataStore, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns all MultiMedia info associated with a MultiMedia item by multiMediaID.
getSearchSelectCombo(HttpServletRequest) - Static method in class org.cofax.cms.CofaxToolsUtil
Unpacks a serialized search and returns the correctly selected elements to the user.
getSectionInfoByMappingCode(DataStore, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a hash of all values associated with a section mapping code.
getSecurityCheckboxTable(DataStore) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a checkbox table for security settings.
getSelectArticleSection(DataStore, String, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a select of all article sections for a given publication with no selected value.
getSelectArticleSection(DataStore, String, String, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a select of all article sections for a given publication with a selected value.
getSelectArticleType(DataStore, String, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a select of article types for a given publication with no selected value.
getSelectArticleType(DataStore, String, String, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a select of article types for a given publication with a selected value.
getSelectArticleTypeCategory(DataStore, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a select of article type categories with no selected value.
getSelectArticleTypeCategory(DataStore, String, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a select of article type categories with a selected value.
getSelectCategoriesMultiplePublications(DataStore, HttpSession, HttpServletRequest) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a select of all sections from all publications a user is grouped to.
getSelectDate(String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a select of dates (mm/dd/yyyy).
getSelectDate(String, int, int, int) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a select of dates with given dates selected (mm/dd/yyyy).
getSelectGroupType(DataStore) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a select of all group types with a group selected
getSelectGroupType(DataStore, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a select of all group types.
getSelectMappingsMultiplePublications(DataStore, String, HttpSession) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a hash of all mappings from all publications a user is grouped to.
getSelectMappingsMultiplePublicationsArrayList(DataStore, String, HttpSession) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a hash of all mappings from all publications a user is grouped to.
getSelectMultipleMultiplePublication(HttpSession, int, HttpServletRequest) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a multiple select of all publications that user is grouped to.
getSelectOrderSectionResults(String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a select with params for how many results a user desires to see.
getSelectSavedSearches(DataStore, HttpSession) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a user's saved searches from the database
getSelectSection(DataStore, String, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a select of section types for a given publication with no selected value.
getSelectSection(DataStore, String, String, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a select of section types for a given publication with a selected value.
getSelectTime(String, int, int, int, String) - Static method in class org.cofax.cms.CofaxToolsUtil
 
getServletInfo() - Method in class org.cofax.cds.CDSServlet
Returns where to find more information about cofax.
getStatus() - Method in class org.cofax.CofaxPage
Get's the status.
getStoredCount() - Method in class org.cofax.CofaxCache
 
getStoreHash() - Method in class org.cofax.CofaxCache
 
getString(HashMap, String) - Static method in class org.cofax.CofaxUtil
Returns a member of a hashtable as a string
getString(String) - Method in class org.cofax.XMLConfig
Returns a member of the internal hash as a string
getString(String) - Method in class org.cofax.Glossary
Returns a member of the Glossary as a string
getTemplateRoot() - Method in class org.cofax.TemplateLoader
Gets the default index template.
getTrackedCount() - Method in class org.cofax.CofaxCache
 
getTrackedTotal() - Method in class org.cofax.CofaxCache
Gets the total number of items counted.
getTrackHash() - Method in class org.cofax.CofaxCache
 
getUploadDeleteComboBox(String, String, String, String, HttpSession) - Static method in class org.cofax.cms.CofaxToolsFTP
Returns an HTML Combo Box of media or templates to be uploaded from the beta server or deleted from the live server.
getUrl2 - class org.cofax.util.getUrl2.
 
getUrl2() - Constructor for class org.cofax.util.getUrl2
 
getURLParameter(String) - Method in class org.cofax.cms.MultipartRequest
If an error occurs will return null.
getUserGroups(DataStore, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Return all groups that a given user belongs to in a Vector.
getUserInfo(DataStore, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Return contents of tblPermUser for a specific user in a HashMap.
getUsersSelect(DataStore, HttpSession) - Static method in class org.cofax.cms.CofaxToolsUtil
Produces an html select of all users.
getUsersSelect(DataStore, HttpSession, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Produces an html select of all users with parameter selected selected. Produces only users that belong to the same group(s) as the current user, unless the current user is a national admin, in which case produces all users.
getValueValuePackageHash(DataStore, HashMap, String, String, String) - Static method in class org.cofax.cms.CofaxToolsDbUtils
Returns a HashMap formatted value / value by two column wide SQl query through arrangement of ArrayList returned by getPackageData.
getValueValuePackageHash(DataStore, HashMap, String, String, String, boolean) - Static method in class org.cofax.cms.CofaxToolsDbUtils
Returns a HashMap formatted value / value by two column wide SQl query through arrangement of ArrayList returned by getPackageData.
getValueValuePackageHash(DataStore, String, String, String) - Static method in class org.cofax.cms.CofaxToolsDbUtils
Returns a HashMap formatted value / value by two column wide SQl query through arrangement of ArrayList returned by getPackageData.
getValueValuePackageHash(DataStore, String, String, String, boolean) - Static method in class org.cofax.cms.CofaxToolsDbUtils
Returns a HashMap formatted value / value by two column wide SQl query through arrangement of ArrayList returned by getPackageData.
Glossary - class org.cofax.Glossary.
A container object for the glossary variable space.
Glossary() - Method in class org.cofax.Glossary
 
Glossary() - Constructor for class org.cofax.Glossary
 

H

HelloTag - class org.cofax.taglibs.HelloTag.
 
HelloTag() - Constructor for class org.cofax.taglibs.HelloTag
 
hilite - Static variable in class org.cofax.cms.CofaxToolsServlet
The html color that appears on highlighted tabs for tools pages.
hostName - Variable in class org.cofax.cms.CofaxToolsServlet
Name of the host.

I

incrementHitCount() - Method in class org.cofax.CofaxPage
Increments the hitCount .
incrementHitCount(String) - Method in class org.cofax.CofaxCache
Increments the hit count of an item in cache.
INFO - Static variable in class org.cofax.connectionpool.LogWriter
 
init(DataStore, String) - Method in class org.cofax.Redirection
To be ran once before using the redirection class.
init(DataStore, String) - Method in class org.cofax.OracleRedirection
To be ran once before using the redirection class.
init(DataStore, String) - Method in class org.cofax.SqlRedirection
To be ran once before using the redirection class.
init(DataStore, String) - Method in class org.cofax.DummyRedirection
To be ran once before using the redirection class.
init(Properties) - Method in class org.cofax.DataStore
To be ran once before using the data store.
init(Properties) - Method in class org.cofax.OracleDataStore
To be ran once before using the data store.
init(Properties) - Method in class org.cofax.DummyDataStore
Empty init() method
init(Properties) - Method in class org.cofax.SqlDataStore
To be ran once before using the data store.
init(ServletConfig) - Method in class org.cofax.cds.EmailServlet
 
init(ServletConfig) - Method in class org.cofax.cds.AdminServlet
Initializes variables
init(ServletConfig) - Method in class org.cofax.cds.CDSServlet
Runs at servlet startup.
init(ServletConfig) - Method in class org.cofax.cms.CofaxToolsServlet
Setup CofaxTools with database access upon startup and initialize all values.
init(String) - Method in class org.cofax.DataStore
To be ran once before using the data store.
init(String) - Method in class org.cofax.OracleDataStore
Initializes the connection pool.
init(String) - Method in class org.cofax.DummyDataStore
Empty init() method
init(String) - Method in class org.cofax.SqlDataStore
Initializes the connection pool.
init(String) - Static method in class org.cofax.cds.WebBrowser
 
init(String, String, String) - Method in class org.cofax.TemplateLoader
Initializes variables.
initPool() - Method in class org.cofax.DataStore
To be ran once before using the data store.
initPool() - Method in class org.cofax.OracleDataStore
 
initPool() - Method in class org.cofax.DummyDataStore
Empty init() method
initPool() - Method in class org.cofax.SqlDataStore
 
insertArticle(HashMap, String, String, ArrayList, ArrayList) - Method in class org.cofax.DataStore
Inserts an article to the datastore.
insertArticle(HashMap, String, String, ArrayList, ArrayList) - Method in class org.cofax.OracleDataStore
The main insertArticle routine.
insertArticle(HashMap, String, String, ArrayList, ArrayList) - Method in class org.cofax.DummyDataStore
 
insertArticle(HashMap, String, String, ArrayList, ArrayList) - Method in class org.cofax.SqlDataStore
Purpose: The main insertArticle routine.
isCrawler() - Method in class org.cofax.cds.WebBrowser
 
isDigits(String) - Static method in class org.cofax.CofaxUtil
Tests to see if a string is composed only of digits.
isDirStart - Variable in class org.cofax.cms.CofaxToolsNTFileListParser
Point in the string at which dir/ folder information starts.
isDirStop - Variable in class org.cofax.cms.CofaxToolsNTFileListParser
Point in the string at which dir/ folder information stops.
isPageCached(String) - Method in class org.cofax.CofaxCache
Checks to see if an item is in cached.

L

lastError - Variable in class org.cofax.CofaxCache
 
load() - Method in class org.cofax.XMLConfig
To load data from an XML file and into the config structure
load(String) - Method in class org.cofax.TemplateLoader
Get's a template based upon it's ID.
load(String) - Method in class org.cofax.FilesTemplateLoader
Gets the template from the file set in templateFileName, from the file system.
log(String) - Static method in class org.cofax.cms.CofaxToolsUtil
Logs to a file or to System.out - basic function is to concentrate error checking.
log(String, int) - Method in class org.cofax.connectionpool.LogWriter
 
log(Throwable, String, int) - Method in class org.cofax.connectionpool.LogWriter
 
login(DataStore, HttpServletRequest, HttpSession, String, String) - Static method in class org.cofax.cms.CofaxToolsLogin
Verify user information and populate the user (session) values if verification is true.
LogWriter - class org.cofax.connectionpool.LogWriter.
 
LogWriter(String, int) - Constructor for class org.cofax.connectionpool.LogWriter
 
LogWriter(String, int, PrintWriter) - Constructor for class org.cofax.connectionpool.LogWriter
 

M

main(String[]) - Static method in class org.cofax.util.getUrl2
 
main(String[]) - Static method in class org.cofax.util.ReadXML
 
MAX_READ_BYTES - Static variable in class org.cofax.cms.MultipartRequest
Prevent a denial of service by defining this, will never read more data.
MILLISECONDS_PER_MINUTE - Static variable in class org.cofax.CofaxUtil
 
mode - Static variable in class org.cofax.cms.CofaxToolsNavigation
Holds users current desired action for testing against permissions and fulfilling actions and templates.
MultipartRequest - class org.cofax.cms.MultipartRequest.
A MuliPart form data parser.
MultipartRequest(PrintWriter, String, int, InputStream, String) - Constructor for class org.cofax.cms.MultipartRequest
Constructor.
MultipartRequest(String, int, InputStream, String) - Constructor for class org.cofax.cms.MultipartRequest
Constructor.

N

navigate(DataStore, String, String, HttpSession, HttpServletRequest, HttpServletResponse) - Static method in class org.cofax.cms.CofaxToolsNavigation
Splits navigation and determines what portions of CofaxToolsUtil to utilize in order to fulfill users requests.
newLine - Static variable in class org.cofax.CofaxUtil
 
NONE - Static variable in class org.cofax.connectionpool.LogWriter
 

O

OracleDataStore - class org.cofax.OracleDataStore.
Provides database connectivity to an Oracle RDBMS for Cofax.
OracleDataStore() - Constructor for class org.cofax.OracleDataStore
Initializes variables.
OracleRedirection - class org.cofax.OracleRedirection.
Provides redirection capapbility for Cofax.
OracleRedirection() - Constructor for class org.cofax.OracleRedirection
 
org.cofax - package org.cofax
CoFax is a web application framework that provides for the parsing of templates with data sources ranging from databases, to XML.
org.cofax.cds - package org.cofax.cds
 
org.cofax.cms - package org.cofax.cms
 
org.cofax.connectionpool - package org.cofax.connectionpool
 
org.cofax.taglibs - package org.cofax.taglibs
 
org.cofax.util - package org.cofax.util
 

P

PACKAGE_TAG_CACHE - Static variable in class org.cofax.DataStore
 
PACKAGE_TAG_CACHE_COMMAND - Static variable in class org.cofax.DataStore
 
PACKAGE_TAG_PROCESSED - Static variable in class org.cofax.DataStore
 
PACKAGE_TAG_RESULTS - Static variable in class org.cofax.DataStore
 
parseFileList(InputStream) - Method in class org.cofax.cms.CofaxToolsNTFileListParser
Parses all information returned by parseline (from a line return from an ftp list() call into a new array of Oroinc FTPFile objects.
parseLine(String) - Method in class org.cofax.cms.CofaxToolsNTFileListParser
Splits the line returned via an ftp list() command into elements according to class parameters and returns them in a HashMap.
pathInfo - Variable in class org.cofax.cms.CofaxToolsServlet
Path info for the servlet.
PoolManager - class org.cofax.connectionpool.PoolManager.
 
preTrim(String) - Method in class org.cofax.cms.CofaxToolsNTFileListParser
Default trim() function does not operate on Strings returned by an NT server.
printGlossary() - Method in class org.cofax.Glossary
Prints the Glossary - hack job alert!
printpage(StringBuffer, String) - Static method in class org.cofax.util.getUrl2
 
putHeader(String, String) - Method in class org.cofax.CofaxPage
Saves a header.

Q

queryString - Variable in class org.cofax.cms.CofaxToolsServlet
Handle for any queryStrings passed.
quotemetaLight(String) - Static method in class org.cofax.CofaxUtil
Escapes out (puts a backslash in front of) perl regular expression chars contained in the passed in string.

R

READ_LINE_BLOCK - Static variable in class org.cofax.cms.MultipartRequest
Defines the number of bytes to read per readLine call.
readFile(String) - Static method in class org.cofax.cms.CofaxToolsUtil
Reads a local file given the complete filepath and returns the body as a String.
readFile(String, boolean) - Static method in class org.cofax.cms.CofaxToolsUtil
Reads a local file given the complete filepath and returns the body as a String.  If parameter delete is set to true file will be deleted after it is read.
ReadXML - class org.cofax.util.ReadXML.
An XML feed-import utility.
ReadXML() - Constructor for class org.cofax.util.ReadXML
 
Redirection - class org.cofax.Redirection.
Cofax's top level redirection class.
Redirection() - Constructor for class org.cofax.Redirection
 
refresh() - Method in class org.cofax.XMLConfig
Clears out all of the hash table contents
release() - Method in class org.cofax.connectionpool.PoolManager
 
release() - Method in class org.cofax.connectionpool.ConnectionPool
 
removeByPartialUrl(String) - Method in class org.cofax.CofaxCache
Removes an item from cache based upon a partial ID.
removeDocId(String) - Method in class org.cofax.CofaxPage
To be implemented.
removeFromCache(String) - Method in class org.cofax.CofaxCache
Removes an item from cache.
replace(String, char, String) - Static method in class org.cofax.CofaxUtil
Replaces all occurances of the specified character with the specified sub-string to replace with.
replace(String, String, String) - Static method in class org.cofax.CofaxUtil
Replaces all occurances of the specified sub-string to find with the specified sub-string to replace with.
replace(String, String, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Replaces all occurances of the specified sub-string to find with the specified sub-string to replace with.
replaceToUpper(String, String, String) - Static method in class org.cofax.CofaxUtil
Replaces all occurances of the specified sub-string to find with the specified sub-string to replace with.
report() - Method in class org.cofax.cms.CofaxToolsUser
Show the current contents of the user instance.
requestHash - Static variable in class org.cofax.taglibs.CDSTagsUtils
 
reset() - Method in class org.cofax.CofaxPage
Gets the length of page's contents.
resetServlet(DataStore) - Static method in class org.cofax.cms.CofaxToolsUtil
Replicates CofaxToolsServlet init function so server does not have to be restarted on change of config file.
run() - Method in class org.cofax.WysiwygTemplate
 
run() - Method in class org.cofax.cms.CofaxToolsClearCache
 

S

saveSearch(DataStore, HttpSession, HttpServletRequest) - Static method in class org.cofax.cms.CofaxToolsUtil
Saves a search for articles (URL string) to the database for later access
searchArticles(DataStore, HttpServletRequest) - Static method in class org.cofax.cms.CofaxToolsUtil
Returns a list of article name, mapping, etc after compiling DB request on fly.
sectionHash - Static variable in class org.cofax.taglibs.CDSTagsUtils
 
servletPath - Variable in class org.cofax.cms.CofaxToolsServlet
Physical path to the servlet.
session - Variable in class org.cofax.cms.CofaxToolsServlet
Handle for user sessions.
set(String, Object) - Method in class org.cofax.XMLConfig
Inserts a tag and value pair from XML into the config structure
setArticle(DataStore, HttpServletRequest, HttpSession) - Static method in class org.cofax.cms.CofaxToolsUtil
Updates or inserts an article, attached MultiMedia, and related links
setArticleType(DataStore, HttpServletRequest) - Static method in class org.cofax.cms.CofaxToolsUtil
Updates article types into the article types table.
setBodyFormat(String) - Method in class org.cofax.taglibs.CDSTags
 
setCache(Object, int) - Method in class org.cofax.DataStore
Set's the cache indicated with whichCache
setCache(Object, int) - Method in class org.cofax.OracleDataStore
Set's this data store's cache object and caches all package tags.
setCache(Object, int) - Method in class org.cofax.DummyDataStore
Empty setCache method
setCache(Object, int) - Method in class org.cofax.SqlDataStore
Set's this data store's cache object and caches all package tags.
setDb(DataStore) - Method in class org.cofax.TemplateProcessor
 
setDb(DataStore) - Method in class org.cofax.WysiwygTemplate
 
setDefaultIndex(String) - Method in class org.cofax.TemplateLoader
Sets the default index template.
setDefaultObject(String) - Method in class org.cofax.TemplateLoader
Sets the default object template.
setDocIds(Set) - Method in class org.cofax.CofaxPage
To be implemented.
setError(boolean) - Method in class org.cofax.DataStore
Sets the error message to be returned to the caller
setErrorMsg(String) - Method in class org.cofax.CofaxPage
Sets the error message.
setFooterFormat(String) - Method in class org.cofax.taglibs.CDSTags
 
setGlossary(HashMap) - Method in class org.cofax.TemplateProcessor
 
setGlossary(HashMap) - Method in class org.cofax.WysiwygTemplate
 
setGroupInfo(DataStore, HttpServletRequest) - Static method in class org.cofax.cms.CofaxToolsUtil
Updates or inserts info into the group table.
setGroupTypeInfo(DataStore, HttpServletRequest) - Static method in class org.cofax.cms.CofaxToolsUtil
Updates or inserts info into the group type table.
setHasShowFormat(boolean) - Method in class org.cofax.taglibs.CDSTags
 
setHeaderFormat(String) - Method in class org.cofax.taglibs.CDSTags
 
setKeyValues(HashMap) - Method in class org.cofax.Glossary
Sets the internal keyValye HashMap
setLastError(String) - Method in class org.cofax.DataStore
Sets an error message.
setLastModified(long) - Method in class org.cofax.CofaxPage
Set's the last modified time.
setLogLevel(int) - Method in class org.cofax.connectionpool.LogWriter
 
setNoArticleFormat(String) - Method in class org.cofax.taglibs.CDSTags
 
setOrderSection(DataStore, HttpServletRequest) - Static method in class org.cofax.cms.CofaxToolsUtil
Updates or inserts info into the articleOrder and creates new stories if needed.
setPackageTagSqlStatements() - Static method in class org.cofax.cms.CofaxToolsUtil
Set the call to load all package tags depending on datastore.
setPage(CofaxPage) - Method in class org.cofax.TemplateProcessor
 
setPage(CofaxPage) - Method in class org.cofax.WysiwygTemplate
 
setPrintWriter(PrintWriter) - Method in class org.cofax.connectionpool.LogWriter
 
setPubDate(String) - Method in class org.cofax.taglibs.CDSTags
 
setPubFile(String) - Method in class org.cofax.taglibs.CDSTags
 
setPublicationInfo(DataStore, HttpServletRequest) - Static method in class org.cofax.cms.CofaxToolsUtil
Updates or inserts info into the publication and publication config tables.
setPubName(String) - Method in class org.cofax.taglibs.CDSTags
 
setPubSection(String) - Method in class org.cofax.taglibs.CDSTags
 
setSection(DataStore, HttpServletRequest) - Static method in class org.cofax.cms.CofaxToolsUtil
Updates sections into the section table.
setSecurity(DataStore, HttpServletRequest) - Static method in class org.cofax.cms.CofaxToolsUtil
Updates security info into the securities table table.
setStatus(int) - Method in class org.cofax.CofaxPage
To be implemented.
setTemplate(CofaxPage) - Method in class org.cofax.TemplateProcessor
 
setTemplate(CofaxPage) - Method in class org.cofax.WysiwygTemplate
 
setTemplateRoot(String) - Method in class org.cofax.TemplateLoader
Sets the default index template.
setTemplateValues(String, HashMap) - Static method in class org.cofax.cms.CofaxToolsUtil
Reads a template file and populates a template with values from a HashMap based on key values typed as key in the template. Does the grunt work for fillTemplate();
setUserInfo(DataStore, HttpServletRequest) - Static method in class org.cofax.cms.CofaxToolsUtil
Updates or inserts info into the user table and associated tables as appropriate.
setUserWorkingPubConfigElements(DataStore, HttpSession, String) - Static method in class org.cofax.cms.CofaxToolsUtil
Sets the globals that we will need when working with the current pub for http construction, FTP file transfer, etc.
setXMLFileName(String) - Method in class org.cofax.XMLConfig
Set's the XMLFileName field
shouldPageBeCached(String) - Method in class org.cofax.CofaxCache
Determines if an item should be cached.
showHash(String, HashMap) - Static method in class org.cofax.cms.CofaxToolsUtil
Prints a HashMap to System.out in name/ value pairs for reporting/ debugging.
showHeader(HttpServletRequest) - Static method in class org.cofax.cms.CofaxToolsUtil
Displays the elements of an http header.
showListOfHashes(String, List) - Static method in class org.cofax.cms.CofaxToolsUtil
Prints a List of HashMaps to System.out in name/ value pairs for reporting/ debugging.
showVector(String, Vector) - Static method in class org.cofax.cms.CofaxToolsUtil
Prints a HashMap to System.out in name/ value pairs for reporting/ debugging.
showVectorOfHashes(String, Vector) - Static method in class org.cofax.cms.CofaxToolsUtil
Prints out info regarding a vector full of hashes.
split(String, String) - Static method in class org.cofax.CofaxUtil
Splits a string and returns a vector.
splitGetQuery(HttpServletRequest) - Static method in class org.cofax.cms.CofaxToolsUtil
Splits an http query, returns a hash. For GET only..If multiple values exists, returns a vector inside the hash for particluar value.
splitPostQuery(HttpServletRequest) - Static method in class org.cofax.cms.CofaxToolsUtil
Splits an http query, returns a hash. For POST only..If multiple values exists, returns a string[] inside the hash for particluar value.
splitServers(String) - Static method in class org.cofax.cms.CofaxToolsFTP
Splits a String of comma separated servers (or any String) and returns an arrayList.
SqlDataStore - class org.cofax.SqlDataStore.
Provides SQL database connectivity for Cofax.
SqlDataStore() - Constructor for class org.cofax.SqlDataStore
Initializes variables.
sqlDateToCofaxDate(String) - Static method in class org.cofax.cms.CofaxToolsUtil
Formats a sql date into a Cofax usable date
SqlRedirection - class org.cofax.SqlRedirection.
Provides redirection capapbility for Cofax.
SqlRedirection() - Constructor for class org.cofax.SqlRedirection
 
st_selectPackagetags - Static variable in class org.cofax.cms.CofaxToolsUtil
 
st_selectPackagetagsCache - Static variable in class org.cofax.cms.CofaxToolsUtil
 
stripName(String) - Static method in class org.cofax.cms.CofaxToolsFTP
Returns String folderpath after stripping filename from original String.
stripPath(String) - Static method in class org.cofax.cms.CofaxToolsFTP
Returns String filename after stripping filepath from original String.

T

tabColor - Static variable in class org.cofax.cms.CofaxToolsServlet
The html color that appears on tabs for tools pages.
tableColor - Static variable in class org.cofax.cms.CofaxToolsServlet
The html table color for tools pages.
TemplateLoader - class org.cofax.TemplateLoader.
Cofax's top level template loader class.
TemplateLoader() - Constructor for class org.cofax.TemplateLoader
 
TemplateProcessor - class org.cofax.TemplateProcessor.
Cofax's top level template processor class.
TemplateProcessor() - Constructor for class org.cofax.TemplateProcessor
 
timeStart - Variable in class org.cofax.cms.CofaxToolsNTFileListParser
Point in the string at which time information starts.
timeStop - Variable in class org.cofax.cms.CofaxToolsNTFileListParser
Point in the string at which time information stops.
tmp - Variable in class org.cofax.cms.CofaxToolsServlet
Used for host information.
toString() - Method in class org.cofax.CofaxPage
Get's the content's field's data.

U

uploadArticleMedia(String, String, String, String, String, HttpSession) - Static method in class org.cofax.cms.CofaxToolsFTP
Handles media upload associated with articles from the user desktop to the tools server, then on to the live servers.
uploadOrDeleteMediaOrTemplates(String, String, String, HttpServletRequest, HttpSession) - Static method in class org.cofax.cms.CofaxToolsFTP
Completes file transfer actions to upload or delete templates or images via FTP.
userGroupNameGroupIDHash - Variable in class org.cofax.cms.CofaxToolsUser
Contains a list of all group names and id's this user is associated with.
userGroupTypeVector - Variable in class org.cofax.cms.CofaxToolsUser
Contains a list of all groups types this user is associated with.
userGroupVector - Variable in class org.cofax.cms.CofaxToolsUser
Contains a list of all groups this user is associated with.
userInfoHash - Variable in class org.cofax.cms.CofaxToolsUser
Contains info from the user table such as name, phone, etc.
userPreviousArticlesHash - Variable in class org.cofax.cms.CofaxToolsUser
Contains articles previously edited by this user in this session.
userPubDescPubIDHash - Variable in class org.cofax.cms.CofaxToolsUser
Contains a list of all pubIDs/ pubDescs this user is associated with.
userPubNamePubDescHash - Variable in class org.cofax.cms.CofaxToolsUser
Contains a list of all pubNames/ pubDescs this user is associated with.
userPubNamePubIDHash - Variable in class org.cofax.cms.CofaxToolsUser
Contains a list of all pubIDs/ pubNames this user is associated with.
userPubsVectorOHash - Variable in class org.cofax.cms.CofaxToolsUser
Contains Hashes of publications this user is grouped to and group type permissions for each pub.

V

viewFilesToImport(HttpSession) - Static method in class org.cofax.cms.CofaxToolsFTP
Returns a String[] of any files that exist in the current publications' import folder.

W

WebBrowser - class org.cofax.cds.WebBrowser.
Gets Web Browser information for Cofax.
WebBrowser(HttpServletRequest) - Constructor for class org.cofax.cds.WebBrowser
 
workingPub - Variable in class org.cofax.cms.CofaxToolsUser
Contains the current pubID that this user is grouped to.
workingPubConfigElementsHash - Variable in class org.cofax.cms.CofaxToolsUser
Contains the configuration (global variables) for the user's current working publication.
workingPubDesc - Variable in class org.cofax.cms.CofaxToolsUser
Contains the current pubDesc that this user is grouped to.
workingPubName - Variable in class org.cofax.cms.CofaxToolsUser
Contains the current pubName that this user is grouped to.
WysiwygTemplate - class org.cofax.WysiwygTemplate.
A template processor written for Cofax.
WysiwygTemplate() - Constructor for class org.cofax.WysiwygTemplate
 

X

xhtmlNewLine - Static variable in class org.cofax.CofaxUtil
 
XMLConfig - class org.cofax.XMLConfig.
Settings for CofaxServlet are stored in an XML data store accessible via this module.
XMLConfig() - Constructor for class org.cofax.XMLConfig
Class Constructor, perform initializations

A B C D E F G H I L M N O P Q R S T U V W X

Copyright 2001 KnightRidder.com. All Rights Reserved.