Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
W
X
A
ADMIN_ROLE
- Static variable in class net.sf.cantina.webgui.
Constants
Application
- class net.sf.cantina.application.
Application
.
Puts the pieces together and tear them apart with init() and shut()
Application()
- Constructor for class net.sf.cantina.application.
Application
ApplicationFilter
- class net.sf.cantina.application.
ApplicationFilter
.
Servlet filter that open/closes the hibernate connection upon reception/response of an HTTP request.
ApplicationFilter()
- Constructor for class net.sf.cantina.application.
ApplicationFilter
accepts(User)
- Method in class net.sf.cantina.
Realm
addDocumentToIndex(Document, IndexWriter)
- Static method in class net.sf.cantina.search.
LuceneSearchEngine
B
BackupUtils
- class net.sf.cantina.datasource.
BackupUtils
.
BackupUtils()
- Constructor for class net.sf.cantina.datasource.
BackupUtils
BeanUtils
- class net.sf.cantina.util.
BeanUtils
.
BeanUtils()
- Constructor for class net.sf.cantina.util.
BeanUtils
C
CACHED_RESOURCES
- Static variable in class net.sf.cantina.util.
SAXDefaultHandler
All the DTDs that should be found in net.sf.cantina.resources
CACHE_DIR
- Static variable in class net.sf.cantina.util.
SAXDefaultHandler
The directory used to store cached DTDs
CantinaException
- exception net.sf.cantina.exceptions.
CantinaException
.
Base class for all exceptions.
CantinaException()
- Constructor for class net.sf.cantina.exceptions.
CantinaException
CantinaException(String)
- Constructor for class net.sf.cantina.exceptions.
CantinaException
CantinaException(String, Exception)
- Constructor for class net.sf.cantina.exceptions.
CantinaException
ChangeDocumentAction
- class net.sf.cantina.system.
ChangeDocumentAction
.
ChangeDocumentAction()
- Constructor for class net.sf.cantina.system.
ChangeDocumentAction
ChangeDocumentTransaction
- class net.sf.cantina.system.
ChangeDocumentTransaction
.
ChangeDocumentTransaction(String, User, byte[], Locale)
- Constructor for class net.sf.cantina.system.
ChangeDocumentTransaction
Config
- class net.sf.cantina.application.
Config
.
cantina.properties configuration.
Config()
- Constructor for class net.sf.cantina.application.
Config
Constants
- class net.sf.cantina.webgui.
Constants
.
Constants()
- Constructor for class net.sf.cantina.webgui.
Constants
CreateDocumentAction
- class net.sf.cantina.system.
CreateDocumentAction
.
CreateDocumentAction()
- Constructor for class net.sf.cantina.system.
CreateDocumentAction
CreateDocumentTransaction
- class net.sf.cantina.system.
CreateDocumentTransaction
.
CreateDocumentTransaction(String, String, String, User)
- Constructor for class net.sf.cantina.system.
CreateDocumentTransaction
characters(char[], int, int)
- Method in class net.sf.cantina.util.
SAXDefaultHandler
This method is called by the SAX parser when CDATA is encountered.
checkXml(String, boolean)
- Static method in class net.sf.cantina.util.
XmlHelper
closeSession()
- Method in class net.sf.cantina.
DataSource
Close the database session.
closeSession()
- Method in class net.sf.cantina.datasource.
HibernateDataSource
Close the hibernate (SQL) connection.
closeSessionFactory()
- Method in class net.sf.cantina.datasource.
HibernateDataSource
closeSessionFactory()
- Method in class net.sf.cantina.datasource.
HypersonicDataSource
closeSessionFactory()
- Method in class net.sf.cantina.datasource.
UserDefinedDataSource
constructQuery(DynaValidatorActionForm)
- Static method in class net.sf.cantina.system.
SearchDocumentContentAction
copyFile(String, String, boolean)
- Static method in class net.sf.cantina.util.
FileUtils
copy a file.
createDocument(String)
- Method in class net.sf.cantina.
DataSource
createDocument(String)
- Method in class net.sf.cantina.datasource.
HibernateDataSource
createRealm(String)
- Method in class net.sf.cantina.
DataSource
createRealm(String)
- Method in class net.sf.cantina.datasource.
HibernateDataSource
D
DOCUMENT_KEY
- Static variable in class net.sf.cantina.webgui.
StrutsAction
DS_TYPE
- Static variable in class net.sf.cantina.application.
Config
This setting determines which datasource will be used by the system, Valid values are a class name that implements DataSource
DTD_XHTML_TRANS
- Static variable in class net.sf.cantina.util.
SAXDefaultHandler
The SYSTEM of the XHTML transitional dtd
DataSource
- class net.sf.cantina.
DataSource
.
An object that knows how to save/delete/load stuff
DataSource()
- Constructor for class net.sf.cantina.
DataSource
DefineTag
- class net.sf.cantina.tags.
DefineTag
.
DefineTag()
- Constructor for class net.sf.cantina.tags.
DefineTag
DefineTei
- class net.sf.cantina.tags.
DefineTei
.
DefineTei()
- Constructor for class net.sf.cantina.tags.
DefineTei
Document
- interface net.sf.cantina.
Document
.
DocumentDecorator
- class net.sf.cantina.decorator.
DocumentDecorator
.
DocumentDecorator(Document)
- Constructor for class net.sf.cantina.decorator.
DocumentDecorator
DocumentSearchResult
- interface net.sf.cantina.
DocumentSearchResult
.
DownloadBackupServlet
- class net.sf.cantina.datasource.
DownloadBackupServlet
.
DownloadBackupServlet()
- Constructor for class net.sf.cantina.datasource.
DownloadBackupServlet
DuplicateKeyException
- exception net.sf.cantina.exceptions.
DuplicateKeyException
.
This exception is thrown when a primary key violation occurs (i.e.
DuplicateKeyException()
- Constructor for class net.sf.cantina.exceptions.
DuplicateKeyException
DuplicateKeyException(String)
- Constructor for class net.sf.cantina.exceptions.
DuplicateKeyException
DuplicateKeyException(String, Exception)
- Constructor for class net.sf.cantina.exceptions.
DuplicateKeyException
datasource
- Static variable in class net.sf.cantina.application.
Application
deleteDir(File)
- Static method in class net.sf.cantina.util.
FileUtils
deleteDocument(Document, IndexReader)
- Static method in class net.sf.cantina.search.
LuceneSearchEngine
deleteIndex()
- Method in class net.sf.cantina.search.
LuceneSearchEngine
destroy()
- Method in class net.sf.cantina.application.
ApplicationFilter
Nothing for now.
doFilter(ServletRequest, ServletResponse, FilterChain)
- Method in class net.sf.cantina.application.
ApplicationFilter
Open/closes the hibernate session.
doGet(HttpServletRequest, HttpServletResponse)
- Method in class net.sf.cantina.example.
TestServlet
doPost(HttpServletRequest, HttpServletResponse)
- Method in class net.sf.cantina.datasource.
DownloadBackupServlet
This method is synchronized, it will perform poorly when invoked simultaneously by many users.
doStartTag()
- Method in class net.sf.cantina.tags.
DefineTag
doStartTag()
- Method in class net.sf.cantina.tags.
WriteTag
dumpDocument(Document, DataSource)
- Static method in class net.sf.cantina.datasource.
BackupUtils
Dumps a document to a datasource, overriding any previously saved document.
dumpRealm(Realm, DataSource)
- Static method in class net.sf.cantina.datasource.
BackupUtils
Dumps a realm to a datasource, overriding any previously saved realm.
E
ENCODING
- Static variable in class net.sf.cantina.datasource.
PersistentDocument
ENT_XHTML_LAT1
- Static variable in class net.sf.cantina.util.
SAXDefaultHandler
The SYSTEM of the XHTML latin1 entites
ENT_XHTML_SPECIAL
- Static variable in class net.sf.cantina.util.
SAXDefaultHandler
The SYSTEM of the XHTML special entites
ENT_XHTML_SYMBOL
- Static variable in class net.sf.cantina.util.
SAXDefaultHandler
The SYSTEM of the XHTML symbol entites
EscapeXmlDecorator
- class net.sf.cantina.decorator.
EscapeXmlDecorator
.
EscapeXmlDecorator(Document)
- Constructor for class net.sf.cantina.decorator.
EscapeXmlDecorator
equals(Object)
- Method in class net.sf.cantina.datasource.
PersistentRealm
error(SAXParseException)
- Method in class net.sf.cantina.util.
SAXDefaultHandler
Captures errors
escapeXml(String)
- Static method in class net.sf.cantina.util.
XmlHelper
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.cantina.datasource.
ImportBackupAction
This action is synchronized, it will perform poorly if accessed simultaneously by many users.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.cantina.system.
ChangeDocumentAction
execute()
- Method in class net.sf.cantina.system.
ChangeDocumentTransaction
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.cantina.system.
CreateDocumentAction
execute()
- Method in class net.sf.cantina.system.
CreateDocumentTransaction
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.cantina.system.
LoadDocumentAction
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)
- Method in class net.sf.cantina.system.
SearchDocumentContentAction
execute()
- Method in interface net.sf.cantina.system.
Transaction
executeSearch()
- Method in class net.sf.cantina.search.
LuceneDocumentSearchHandler
F
FileUtils
- class net.sf.cantina.util.
FileUtils
.
FileUtils()
- Constructor for class net.sf.cantina.util.
FileUtils
ForbiddenOperationException
- exception net.sf.cantina.exceptions.
ForbiddenOperationException
.
User can't perform operation.
ForbiddenOperationException()
- Constructor for class net.sf.cantina.exceptions.
ForbiddenOperationException
ForbiddenOperationException(String)
- Constructor for class net.sf.cantina.exceptions.
ForbiddenOperationException
ForbiddenOperationException(String, Exception)
- Constructor for class net.sf.cantina.exceptions.
ForbiddenOperationException
fatalError(SAXParseException)
- Method in class net.sf.cantina.util.
SAXDefaultHandler
Captures fatalErrors
findAllRealms()
- Method in class net.sf.cantina.
DataSource
findAllRealms()
- Method in class net.sf.cantina.datasource.
HibernateDataSource
G
getAvailableLocales()
- Method in interface net.sf.cantina.
Document
getAvailableLocales()
- Method in class net.sf.cantina.datasource.
PersistentDocument
Returns the locales available for this document.
getAvailableLocales()
- Method in class net.sf.cantina.decorator.
DocumentDecorator
getBoolean(String)
- Static method in class net.sf.cantina.application.
Config
Helper method that returns true for "true" and "yes"
getClass(String)
- Static method in class net.sf.cantina.util.
Loader
getContent(Locale)
- Method in interface net.sf.cantina.
Document
getContent(Locale)
- Method in class net.sf.cantina.datasource.
PersistentDocument
getContent()
- Method in class net.sf.cantina.datasource.
Translation
getContent(Locale)
- Method in class net.sf.cantina.decorator.
DocumentDecorator
getContent(Locale)
- Method in class net.sf.cantina.decorator.
EscapeXmlDecorator
getContentAsString(Locale)
- Method in interface net.sf.cantina.
Document
getContentAsString(Locale)
- Method in class net.sf.cantina.datasource.
PersistentDocument
getContentAsString(Locale)
- Method in class net.sf.cantina.decorator.
DocumentDecorator
getContentAsString(Locale)
- Method in class net.sf.cantina.decorator.
EscapeXmlDecorator
getContentType()
- Method in interface net.sf.cantina.
Document
getContentType()
- Method in class net.sf.cantina.datasource.
PersistentDocument
getContentType()
- Method in class net.sf.cantina.decorator.
DocumentDecorator
getDefaultLocale()
- Method in class net.sf.cantina.
Realm
getDefaultLocale()
- Method in class net.sf.cantina.datasource.
PersistentRealm
The default locale for a realm is its preferred language.
getDocument()
- Method in class net.sf.cantina.decorator.
DocumentDecorator
getDocumentId()
- Method in interface net.sf.cantina.
Document
getDocumentId()
- Method in interface net.sf.cantina.
DocumentSearchResult
getDocumentId()
- Method in class net.sf.cantina.datasource.
PersistentDocument
Gets the primary key.
getDocumentId()
- Method in class net.sf.cantina.decorator.
DocumentDecorator
getDocumentId()
- Method in class net.sf.cantina.search.
LuceneDocumentSearchResult
getDocumentId()
- Method in class net.sf.cantina.tags.
DefineTag
getDocumentId()
- Method in class net.sf.cantina.tags.
WriteTag
getElementAt(int)
- Method in class net.sf.cantina.
ListIterator
getElementAt(int)
- Method in class net.sf.cantina.search.
LuceneDocumentSearchHandler
getErrors()
- Method in class net.sf.cantina.exceptions.
InvalidXmlException
getEscapeXml()
- Method in class net.sf.cantina.tags.
WriteTag
getFilterConfig()
- Method in class net.sf.cantina.application.
ApplicationFilter
getId()
- Method in class net.sf.cantina.datasource.
PersistentRealm
A wrapper for getName() to implement persistable
getId()
- Method in class net.sf.cantina.datasource.
Translation
getId()
- Method in class net.sf.cantina.tags.
DefineTag
getIndex()
- Method in class net.sf.cantina.
ListIterator
getInstance()
- Static method in class net.sf.cantina.
DataSource
getInstance()
- Static method in class net.sf.cantina.
SearchEngine
getLocale()
- Method in interface net.sf.cantina.
DocumentSearchResult
getLocale()
- Method in class net.sf.cantina.datasource.
Translation
getLocale()
- Method in class net.sf.cantina.search.
LuceneDocumentSearchResult
getLocale()
- Method in class net.sf.cantina.tags.
DefineTag
getLocale()
- Method in class net.sf.cantina.tags.
WriteTag
getName()
- Method in class net.sf.cantina.
Realm
getName()
- Method in interface net.sf.cantina.
User
getName()
- Method in class net.sf.cantina.datasource.
PersistentRealm
The name of the realm is its unique identifier.
getName()
- Method in class net.sf.cantina.system.
HttpUser
getNextElements(int)
- Method in class net.sf.cantina.
ListIterator
getPreviousElements(int)
- Method in class net.sf.cantina.
ListIterator
getProperty()
- Method in class net.sf.cantina.tags.
DefineTag
getProperty(Object, String)
- Static method in class net.sf.cantina.util.
BeanUtils
getPropertyClass(Class, String)
- Static method in class net.sf.cantina.util.
BeanUtils
getRealm()
- Method in interface net.sf.cantina.
Document
getRealm()
- Method in class net.sf.cantina.datasource.
PersistentDocument
Gets the realm for this document
getRealm()
- Method in class net.sf.cantina.decorator.
DocumentDecorator
getResource(String)
- Static method in class net.sf.cantina.util.
Loader
This method will search for
resource
in different places.
getScope()
- Method in class net.sf.cantina.tags.
DefineTag
getScope(String)
- Static method in class net.sf.cantina.tags.
TagUtils
getScore()
- Method in interface net.sf.cantina.
DocumentSearchResult
getScore()
- Method in class net.sf.cantina.search.
LuceneDocumentSearchResult
getSession()
- Method in class net.sf.cantina.datasource.
HibernateDataSource
Gets/create the hibernate session.
getSessionFactory()
- Method in class net.sf.cantina.datasource.
HibernateDataSource
getSessionFactory()
- Method in class net.sf.cantina.datasource.
HypersonicDataSource
getSessionFactory()
- Method in class net.sf.cantina.datasource.
UserDefinedDataSource
getSize()
- Method in class net.sf.cantina.
ListIterator
getSize()
- Method in class net.sf.cantina.search.
LuceneDocumentSearchHandler
getString(String)
- Static method in class net.sf.cantina.application.
Config
Get a config setting
getThreadLocalSession()
- Method in class net.sf.cantina.datasource.
HibernateDataSource
The hibernate session is stored in a ThreadLocal.
getThreadLocalSession()
- Method in class net.sf.cantina.datasource.
HypersonicDataSource
getThreadLocalSession()
- Method in class net.sf.cantina.datasource.
UserDefinedDataSource
getTotalPages(int)
- Method in class net.sf.cantina.
ListIterator
getTranslation(Locale)
- Method in class net.sf.cantina.datasource.
PersistentDocument
getTranslations()
- Method in class net.sf.cantina.datasource.
PersistentDocument
getVariableInfo(TagData)
- Method in class net.sf.cantina.tags.
DefineTei
H
HibernateDataSource
- class net.sf.cantina.datasource.
HibernateDataSource
.
This class configures hibernate and provides access to sessions.
HibernateDataSource()
- Constructor for class net.sf.cantina.datasource.
HibernateDataSource
HttpUser
- class net.sf.cantina.system.
HttpUser
.
HttpUser(HttpServletRequest)
- Constructor for class net.sf.cantina.system.
HttpUser
HypersonicDataSource
- class net.sf.cantina.datasource.
HypersonicDataSource
.
HypersonicDataSource(String, boolean)
- Constructor for class net.sf.cantina.datasource.
HypersonicDataSource
hasNext()
- Method in class net.sf.cantina.
ListIterator
hasPrevious()
- Method in class net.sf.cantina.
ListIterator
I
ImportBackupAction
- class net.sf.cantina.datasource.
ImportBackupAction
.
ImportBackupAction()
- Constructor for class net.sf.cantina.datasource.
ImportBackupAction
InvalidXmlException
- exception net.sf.cantina.exceptions.
InvalidXmlException
.
means invalid xml, maintains a list of parsing errors.
InvalidXmlException()
- Constructor for class net.sf.cantina.exceptions.
InvalidXmlException
InvalidXmlException(String)
- Constructor for class net.sf.cantina.exceptions.
InvalidXmlException
InvalidXmlException(String, Exception)
- Constructor for class net.sf.cantina.exceptions.
InvalidXmlException
InvalidXmlException(String, SAXParseException[])
- Constructor for class net.sf.cantina.exceptions.
InvalidXmlException
importDataSource(DataSource, DataSource)
- Static method in class net.sf.cantina.datasource.
BackupUtils
indexAllDocuments(DataSource)
- Method in class net.sf.cantina.
SearchEngine
indexAllDocuments(DataSource)
- Method in class net.sf.cantina.search.
LuceneSearchEngine
indexExists(String)
- Static method in class net.sf.cantina.search.
LuceneSearchEngine
init()
- Static method in class net.sf.cantina.application.
Application
Should be called at least once before running any code in net.sf.cantina.
init(FilterConfig)
- Method in class net.sf.cantina.application.
ApplicationFilter
Gets filter config paramerters like the default locale
initDataSource()
- Static method in class net.sf.cantina.application.
Application
initSearchEngine()
- Static method in class net.sf.cantina.application.
Application
instance
- Static variable in class net.sf.cantina.
DataSource
instance
- Static variable in class net.sf.cantina.
SearchEngine
isOn
- Static variable in class net.sf.cantina.application.
Application
isUserInRole(String)
- Method in interface net.sf.cantina.
User
isUserInRole(String)
- Method in class net.sf.cantina.system.
HttpUser
itsHits
- Variable in class net.sf.cantina.search.
LuceneDocumentSearchHandler
itsLuceneDocument
- Variable in class net.sf.cantina.search.
LuceneDocumentSearchResult
itsQuery
- Variable in class net.sf.cantina.search.
LuceneDocumentSearchHandler
itsQuery
- Variable in class net.sf.cantina.search.
LuceneDocumentSearchResult
itsQueryParser
- Variable in class net.sf.cantina.search.
LuceneDocumentSearchHandler
itsScore
- Variable in class net.sf.cantina.search.
LuceneDocumentSearchResult
itsSearcher
- Variable in class net.sf.cantina.search.
LuceneDocumentSearchHandler
L
LIST_ITERATOR_KEY
- Static variable in class net.sf.cantina.webgui.
StrutsAction
ListIterator
- class net.sf.cantina.
ListIterator
.
ListIterator()
- Constructor for class net.sf.cantina.
ListIterator
LoadDocumentAction
- class net.sf.cantina.system.
LoadDocumentAction
.
LoadDocumentAction()
- Constructor for class net.sf.cantina.system.
LoadDocumentAction
Loader
- class net.sf.cantina.util.
Loader
.
This class is a helper to get resources under classpath
Loader()
- Constructor for class net.sf.cantina.util.
Loader
Localizer
- class net.sf.cantina.util.
Localizer
.
This class provides the reverse toString() operation for a Locale object.
Localizer()
- Constructor for class net.sf.cantina.util.
Localizer
LuceneDocumentSearchHandler
- class net.sf.cantina.search.
LuceneDocumentSearchHandler
.
LuceneDocumentSearchHandler(Searcher, String)
- Constructor for class net.sf.cantina.search.
LuceneDocumentSearchHandler
LuceneDocumentSearchResult
- class net.sf.cantina.search.
LuceneDocumentSearchResult
.
LuceneDocumentSearchResult(Document, Query, float)
- Constructor for class net.sf.cantina.search.
LuceneDocumentSearchResult
LuceneSearchEngine
- class net.sf.cantina.search.
LuceneSearchEngine
.
LuceneSearchEngine(String)
- Constructor for class net.sf.cantina.search.
LuceneSearchEngine
load(String, Class)
- Method in class net.sf.cantina.datasource.
HibernateDataSource
loadDocument(String)
- Method in class net.sf.cantina.
DataSource
loadDocument(String)
- Method in class net.sf.cantina.datasource.
HibernateDataSource
loadProperties(URL)
- Static method in class net.sf.cantina.application.
Config
Loads properties stored in a file.
loadRealm(String)
- Method in class net.sf.cantina.
DataSource
loadRealm(String)
- Method in class net.sf.cantina.datasource.
HibernateDataSource
logger
- Static variable in class net.sf.cantina.application.
ApplicationFilter
logger
- Static variable in class net.sf.cantina.datasource.
UserDefinedDataSource
logger
- Static variable in class net.sf.cantina.example.
TestServlet
logger
- Static variable in class net.sf.cantina.util.
Localizer
logger
- Static variable in class net.sf.cantina.util.
SAXDefaultHandler
M
MAPPING_INPUT
- Static variable in class net.sf.cantina.webgui.
StrutsAction
MAPPING_SUCCESS
- Static variable in class net.sf.cantina.webgui.
StrutsAction
N
net.sf.cantina
- package net.sf.cantina
Basic representations of localizable Documents grouped in Realms.
net.sf.cantina.application
- package net.sf.cantina.application
Application configuration.
net.sf.cantina.datasource
- package net.sf.cantina.datasource
net.sf.cantina.decorator
- package net.sf.cantina.decorator
net.sf.cantina.example
- package net.sf.cantina.example
Contains all the classes necessary to the example webapp.
net.sf.cantina.exceptions
- package net.sf.cantina.exceptions
net.sf.cantina.search
- package net.sf.cantina.search
net.sf.cantina.system
- package net.sf.cantina.system
Abstract package containing base classes for persistable implementations of
Document
,
Realm
.
net.sf.cantina.tags
- package net.sf.cantina.tags
JSP taglib that renders
Document
objects.
net.sf.cantina.util
- package net.sf.cantina.util
Utilities.
net.sf.cantina.webgui
- package net.sf.cantina.webgui
next()
- Method in class net.sf.cantina.
ListIterator
nullOrEmpty(String)
- Static method in class net.sf.cantina.system.
SearchDocumentContentAction
O
ObjectNotFoundException
- exception net.sf.cantina.exceptions.
ObjectNotFoundException
.
Datasource could not find object
ObjectNotFoundException()
- Constructor for class net.sf.cantina.exceptions.
ObjectNotFoundException
ObjectNotFoundException(String)
- Constructor for class net.sf.cantina.exceptions.
ObjectNotFoundException
ObjectNotFoundException(String, Exception)
- Constructor for class net.sf.cantina.exceptions.
ObjectNotFoundException
P
PARAM_DEFAULT_LOCALE
- Static variable in class net.sf.cantina.application.
ApplicationFilter
PersistentDocument
- class net.sf.cantina.datasource.
PersistentDocument
.
PersistentDocument()
- Constructor for class net.sf.cantina.datasource.
PersistentDocument
PersistentRealm
- class net.sf.cantina.datasource.
PersistentRealm
.
PersistentRealm()
- Constructor for class net.sf.cantina.datasource.
PersistentRealm
PersistentRealm(String)
- Constructor for class net.sf.cantina.datasource.
PersistentRealm
parseLocaleString(String)
- Static method in class net.sf.cantina.util.
Localizer
Given a string representing a locale, will try to get the most relevant locale in the system's supported locales.
previous()
- Method in class net.sf.cantina.
ListIterator
properties
- Static variable in class net.sf.cantina.application.
Config
R
REALM_KEY
- Static variable in class net.sf.cantina.webgui.
StrutsAction
REQUEST_PARAM_LOCALE
- Static variable in class net.sf.cantina.application.
ApplicationFilter
Realm
- class net.sf.cantina.
Realm
.
Realm()
- Constructor for class net.sf.cantina.
Realm
r
- Variable in class net.sf.cantina.system.
HttpUser
release()
- Method in class net.sf.cantina.
DataSource
Releases all database resources.
release()
- Method in class net.sf.cantina.datasource.
HibernateDataSource
Releases all the hibernate resources.
release()
- Method in class net.sf.cantina.tags.
DefineTag
release()
- Method in class net.sf.cantina.tags.
WriteTag
removeDocument(String)
- Method in class net.sf.cantina.
DataSource
removeDocument(String)
- Method in class net.sf.cantina.datasource.
HibernateDataSource
removeRealm(String)
- Method in class net.sf.cantina.
DataSource
removeRealm(String)
- Method in class net.sf.cantina.datasource.
HibernateDataSource
resetIndex()
- Method in class net.sf.cantina.
ListIterator
resolveEntity(String, String)
- Method in class net.sf.cantina.util.
SAXDefaultHandler
Provide an InputSource to cached DTDs
S
SAXDefaultHandler
- class net.sf.cantina.util.
SAXDefaultHandler
.
SAX Default Handler.
SAXDefaultHandler(List)
- Constructor for class net.sf.cantina.util.
SAXDefaultHandler
Contructs a SAXDefaultHandler that will put any SAXException in the provided List.
SAXDefaultHandler(List, StringBuffer)
- Constructor for class net.sf.cantina.util.
SAXDefaultHandler
Contructs a SAXDefaultHandler that will put any SAXException in the provided List, and append all CDATA to the privded StringBuffer
SESSION_PARAM_LOCALE
- Static variable in class net.sf.cantina.application.
ApplicationFilter
SearchDocumentContentAction
- class net.sf.cantina.system.
SearchDocumentContentAction
.
SearchDocumentContentAction()
- Constructor for class net.sf.cantina.system.
SearchDocumentContentAction
SearchEngine
- class net.sf.cantina.
SearchEngine
.
SearchEngine()
- Constructor for class net.sf.cantina.
SearchEngine
StrutsAction
- class net.sf.cantina.webgui.
StrutsAction
.
StrutsAction()
- Constructor for class net.sf.cantina.webgui.
StrutsAction
saveDocument(Document)
- Method in class net.sf.cantina.
DataSource
saveDocument(Document)
- Method in class net.sf.cantina.datasource.
HibernateDataSource
saveInRequest(HttpServletRequest, Document)
- Static method in class net.sf.cantina.webgui.
StrutsAction
Saves the document and its realm as request attributes available to JSP pages.
saveInSession(HttpServletRequest, ListIterator)
- Static method in class net.sf.cantina.webgui.
StrutsAction
Saves the given ListIterator as a session attribute available to JSP pages.
saveRealm(Realm)
- Method in class net.sf.cantina.
DataSource
saveRealm(Realm)
- Method in class net.sf.cantina.datasource.
HibernateDataSource
searchDocuments(String)
- Method in class net.sf.cantina.
SearchEngine
searchDocuments(String)
- Method in class net.sf.cantina.search.
LuceneSearchEngine
selectAllDocumentIds()
- Method in class net.sf.cantina.
DataSource
selectAllDocumentIds()
- Method in class net.sf.cantina.datasource.
HibernateDataSource
session
- Static variable in class net.sf.cantina.datasource.
HypersonicDataSource
session
- Static variable in class net.sf.cantina.datasource.
UserDefinedDataSource
setContent(Locale, byte[])
- Method in interface net.sf.cantina.
Document
setContent(Locale, byte[])
- Method in class net.sf.cantina.datasource.
PersistentDocument
setContent(byte[])
- Method in class net.sf.cantina.datasource.
Translation
setContent(Locale, byte[])
- Method in class net.sf.cantina.decorator.
DocumentDecorator
setContentAsString(Locale, String)
- Method in interface net.sf.cantina.
Document
setContentAsString(Locale, String)
- Method in class net.sf.cantina.datasource.
PersistentDocument
setContentAsString(Locale, String)
- Method in class net.sf.cantina.decorator.
DocumentDecorator
setContentType(String)
- Method in interface net.sf.cantina.
Document
setContentType(String)
- Method in class net.sf.cantina.datasource.
PersistentDocument
setContentType(String)
- Method in class net.sf.cantina.decorator.
DocumentDecorator
setDefaultLocale(Locale)
- Method in class net.sf.cantina.
Realm
setDefaultLocale(Locale)
- Method in class net.sf.cantina.datasource.
PersistentRealm
Sets the default locale of this realm
setDocumentId(String)
- Method in class net.sf.cantina.datasource.
PersistentDocument
setDocumentId(String)
- Method in class net.sf.cantina.tags.
DefineTag
setDocumentId(String)
- Method in class net.sf.cantina.tags.
WriteTag
setEscapeXml(String)
- Method in class net.sf.cantina.tags.
WriteTag
setId(String)
- Method in class net.sf.cantina.datasource.
PersistentRealm
A wrapper for setName(), to implement persistable
setId(String)
- Method in class net.sf.cantina.datasource.
Translation
setId(String)
- Method in class net.sf.cantina.tags.
DefineTag
setLocale(Locale)
- Method in class net.sf.cantina.datasource.
Translation
setLocale(String)
- Method in class net.sf.cantina.tags.
DefineTag
setLocale(String)
- Method in class net.sf.cantina.tags.
WriteTag
setName(String)
- Method in class net.sf.cantina.datasource.
PersistentRealm
Sets the name of this realm
setProperty(String)
- Method in class net.sf.cantina.tags.
DefineTag
setRealm(Realm)
- Method in interface net.sf.cantina.
Document
setRealm(Realm)
- Method in class net.sf.cantina.datasource.
PersistentDocument
sets the realm for this document
setRealm(Realm)
- Method in class net.sf.cantina.decorator.
DocumentDecorator
setResponseLocale(HttpServletRequest, ServletResponse)
- Method in class net.sf.cantina.application.
ApplicationFilter
setScope(String)
- Method in class net.sf.cantina.tags.
DefineTag
setSessionLocale(HttpServletRequest)
- Static method in class net.sf.cantina.application.
ApplicationFilter
setTranslations(Map)
- Method in class net.sf.cantina.datasource.
PersistentDocument
shut()
- Static method in class net.sf.cantina.application.
Application
shutDataSource()
- Static method in class net.sf.cantina.application.
Application
shutSearchEngine()
- Static method in class net.sf.cantina.application.
Application
skipToPage(int, int)
- Method in class net.sf.cantina.
ListIterator
stripOutColumnModifiers(String)
- Static method in class net.sf.cantina.search.
LuceneDocumentSearchResult
stripXml(String)
- Static method in class net.sf.cantina.util.
XmlHelper
subList(int, int)
- Method in class net.sf.cantina.
ListIterator
surroundTextWithRoot(String, String, String, String)
- Static method in class net.sf.cantina.util.
XmlHelper
T
TEXT_NAME
- Static variable in class net.sf.cantina.util.
SAXDefaultHandler
The name of the text DTD
TEXT_PUBLIC_ID
- Static variable in class net.sf.cantina.util.
SAXDefaultHandler
The PUBLIC ID of the Cantina Text DTD
TEXT_SYSTEM
- Static variable in class net.sf.cantina.util.
SAXDefaultHandler
The SYSTEM of the Cantina Text DTD
TagUtils
- class net.sf.cantina.tags.
TagUtils
.
TagUtils()
- Constructor for class net.sf.cantina.tags.
TagUtils
TestServlet
- class net.sf.cantina.example.
TestServlet
.
A handy (and temporary) test servlet.
TestServlet()
- Constructor for class net.sf.cantina.example.
TestServlet
Transaction
- interface net.sf.cantina.system.
Transaction
.
Translation
- class net.sf.cantina.datasource.
Translation
.
Translation()
- Constructor for class net.sf.cantina.datasource.
Translation
Translation(Locale)
- Constructor for class net.sf.cantina.datasource.
Translation
U
User
- interface net.sf.cantina.
User
.
UserDefinedDataSource
- class net.sf.cantina.datasource.
UserDefinedDataSource
.
UserDefinedDataSource()
- Constructor for class net.sf.cantina.datasource.
UserDefinedDataSource
updateDocument(Document)
- Method in class net.sf.cantina.
SearchEngine
updateDocument(Document)
- Method in class net.sf.cantina.search.
LuceneSearchEngine
W
WriteTag
- class net.sf.cantina.tags.
WriteTag
.
WriteTag()
- Constructor for class net.sf.cantina.tags.
WriteTag
warning(SAXParseException)
- Method in class net.sf.cantina.util.
SAXDefaultHandler
Captures warning
X
XmlHelper
- class net.sf.cantina.util.
XmlHelper
.
XmlHelper()
- Constructor for class net.sf.cantina.util.
XmlHelper
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
W
X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2004 Cantina. All Rights Reserved.