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

A

accept(Connection) - Method in class com.xmlserv.app.phonebook.PhoneBookChange
Accept the change request, moving data to phonebook table and removing the request.
Acl - class com.xmlserv.app.user.Acl.
ACL abstraction class.
Acl(Connection, int) - Constructor for class com.xmlserv.app.user.Acl
 
Acl(int, int) - Constructor for class com.xmlserv.app.user.Acl
Create new ACL.
Acl(int, int, boolean, boolean, boolean, boolean) - Constructor for class com.xmlserv.app.user.Acl
Create new ACL with given access rights.
AclDelete - class com.xmlserv.app.user.AclDelete.
 
AclDelete() - Constructor for class com.xmlserv.app.user.AclDelete
 
AclEdit - class com.xmlserv.app.user.AclEdit.
Edit an ACL.
AclEdit() - Constructor for class com.xmlserv.app.user.AclEdit
 
AclList - class com.xmlserv.app.user.AclList.
List ACL.
AclList() - Constructor for class com.xmlserv.app.user.AclList
 
AclSave - class com.xmlserv.app.user.AclSave.
 
AclSave() - Constructor for class com.xmlserv.app.user.AclSave
 
add(BackendHandle) - Method in class com.xmlserv.main.BackendRepository
Add a BackendHandle to the repository.
add(Connection, int) - Method in class com.xmlserv.app.basket.Basket
Add an Image to the basket.
add(int) - Method in class com.xmlserv.app.news.Edition
 
addAccessRight(SecurityManager.AccessRight) - Method in class com.xmlserv.security.SecurityManager.Role
Add an AccessRight object to this role.
addACL(Element, SecurityManager.Resource, SecurityManager.User) - Method in class com.xmlserv.security.SecurityManager
Add the ACL attributes can_select, can_isnert, can_update and can_delete according to the given users access rights on the given resource.
addFormat(Connection, int, int) - Method in class com.xmlserv.app.basket.BasketContents
Associate a format with a basket entry
addImage(int) - Method in class com.xmlserv.app.lottery.Lottery
 
addImage(int) - Method in class com.xmlserv.app.news.News
 
addLink(int) - Method in class com.xmlserv.app.news.News
 
addMember(Connection, int) - Method in class com.xmlserv.app.phonebook.Mailinglist
 
addMember(Connection, PhoneBook.Entry) - Method in class com.xmlserv.app.phonebook.Mailinglist
 
addPageAttributes(Element, HttpServletRequest, String) - Static method in class com.xmlserv.util.XmlUtil
Enrich the given Element (normally the root element 'page') with some path related attributes: referer: The HTTP Referer url: The complete URL used to load this page reluri: The relative URI of this page (without protocol, server, port, path etc.)
addParam(String, String) - Method in class com.xmlserv.main.XMLServBackendImpl
Store parameter.
addParam(String, String) - Method in interface com.xmlserv.main.XMLServBackend
Add a parameter read from the config.xml file.
addParam(String, String) - Method in class com.xmlserv.main.BackendHandle
 
addStylesheetByClient(String, String) - Method in class com.xmlserv.main.BackendHandle
Add stylesheet by client mapping.
addStylesheetByRoleGroup(String, String) - Method in class com.xmlserv.main.BackendHandle
Add stylesheet by rolegroup mapping.
addStylesheetByType(String, String) - Method in class com.xmlserv.main.BackendHandle
Add stylesheet by mimetype mapping.
AdminBasketMessage - class com.xmlserv.app.basket.AdminBasketMessage.
 
AdminBasketMessage() - Constructor for class com.xmlserv.app.basket.AdminBasketMessage
 
AdminBasketMessage(BasketContents, Templates, Templates) - Constructor for class com.xmlserv.app.basket.AdminBasketMessage
 
AdminMessageEdit - class com.xmlserv.app.admin.AdminMessageEdit.
Send Account activation message (i.e. slect an existing basket and attach a message containing Username/Password for a selected list of users.
AdminMessageEdit() - Constructor for class com.xmlserv.app.admin.AdminMessageEdit
Create empty object. init() must be called before this object can be used.
AdminMessageSend - class com.xmlserv.app.admin.AdminMessageSend.
Send a user activation message
AdminMessageSend() - Constructor for class com.xmlserv.app.admin.AdminMessageSend
Create empty object. init() must be called before this object can be used.
Agenda - class com.xmlserv.app.agenda.Agenda.
DB Abstraction for Agenda entries.
Agenda(Connection, int) - Constructor for class com.xmlserv.app.agenda.Agenda
 
Agenda(int) - Constructor for class com.xmlserv.app.agenda.Agenda
 
AgendaDelete - class com.xmlserv.app.agenda.AgendaDelete.
Delete an Agenda entry.
AgendaDelete() - Constructor for class com.xmlserv.app.agenda.AgendaDelete
Create empty object. init() must be called before this object can be used.
AgendaEdit - class com.xmlserv.app.agenda.AgendaEdit.
Edit an Agenda entry.
AgendaEdit() - Constructor for class com.xmlserv.app.agenda.AgendaEdit
Create empty object. init() must be called before this object can be used.
AgendaList - class com.xmlserv.app.agenda.AgendaList.
An application to list the contents of an agenda style DB.
AgendaList() - Constructor for class com.xmlserv.app.agenda.AgendaList
Create empty object. init() must be called before this object can be used.
AgendaLocation - class com.xmlserv.app.agenda.AgendaLocation.
 
AgendaLocation(Connection, int) - Constructor for class com.xmlserv.app.agenda.AgendaLocation
 
AgendaLocation(int) - Constructor for class com.xmlserv.app.agenda.AgendaLocation
 
AgendaSave - class com.xmlserv.app.agenda.AgendaSave.
Save an Agenda entry.
AgendaSave() - Constructor for class com.xmlserv.app.agenda.AgendaSave
Create empty object. init() must be called before this object can be used.
AnonSecurityManager - class com.xmlserv.app.AnonSecurityManager.
This extension of AppSecurityManager implements a 'mixed' Anonymous/Authenticated mode.
AnonSecurityManager() - Constructor for class com.xmlserv.app.AnonSecurityManager
 
AppBase - class com.xmlserv.app.AppBase.
This abstract class is intended as the baseclass for all applications running under XMLServ.
AppBase() - Constructor for class com.xmlserv.app.AppBase
Empty constructor.
AppContentManager - class com.xmlserv.app.contentmanagement.AppContentManager.
A ContentManager implementation reading its configuration from the DB.
AppContentManager() - Constructor for class com.xmlserv.app.contentmanagement.AppContentManager
 
AppLog - class com.xmlserv.app.AppLog.
Application log.
AppLog(Connection, int, int, String, String, String) - Constructor for class com.xmlserv.app.AppLog
log an application access.
AppLogList - class com.xmlserv.app.AppLogList.
XMLServ Backend Application Template.
AppLogList() - Constructor for class com.xmlserv.app.AppLogList
Create empty object. init() must be called before this object can be used.
AppSecurityManager - class com.xmlserv.app.AppSecurityManager.
The basic Securitymanager used by the Applications.
AppSecurityManager() - Constructor for class com.xmlserv.app.AppSecurityManager
Create empty object. init() must be called before the SecurityManager is usable.
AttachmentBasketMessage - class com.xmlserv.app.basket.AttachmentBasketMessage.
Mail with image files attached.
AttachmentBasketMessage() - Constructor for class com.xmlserv.app.basket.AttachmentBasketMessage
 
AttachmentBasketMessage(BasketContents, Templates, Templates) - Constructor for class com.xmlserv.app.basket.AttachmentBasketMessage
 
authenticate(String, String) - Method in class com.xmlserv.security.SecurityManager
Check if a valid user account/password combination is given.
authenticate(String, String) - Method in class com.xmlserv.security.RoleSecurityManager
Authenticate a user.
authorize(SecurityManager.User, SecurityManager.Resource, String) - Method in class com.xmlserv.security.SecurityManager
Check if the given SecurityManager.User is authorized to access the named resource.
authorize(SecurityManager.User, SecurityManager.Resource, String) - Method in class com.xmlserv.security.RoleSecurityManager
Authorize an access method on a resource.
availableFormats(Connection, String) - Method in class com.xmlserv.app.basket.BasketContents
Walk through basket, creating an Element for each entry and adding the available formats as content elements for that image Element

B

BackendHandle - class com.xmlserv.main.BackendHandle.
This class is used to represent the Backend entries in /WEB-INF/config.xml at runtime.
Note: The client attribute of the stylesheet element currently does not accept regular expressions.
BackendHandle() - Constructor for class com.xmlserv.main.BackendHandle
Create empty object with default SecurityManager.
BackendHandle(String) - Constructor for class com.xmlserv.main.BackendHandle
Create object with the given name and a default SecurityManager.
BackendModule - interface com.xmlserv.main.BackendModule.
This interface is used by ContentManager implementations to interact with content generating modules that are dynamically instantiated.
BackendRepository - class com.xmlserv.main.BackendRepository.
The container for all configured backends.
BackendRepository(InputStream) - Constructor for class com.xmlserv.main.BackendRepository
Construct object by reading the given InputStream and parsing the <Backend> tags.
Base64 - class com.xmlserv.util.Base64.
Implementation of the Base64 encoding.
Base64.InputStream - class com.xmlserv.util.Base64.InputStream.
A Base64#InputStream will read data from another InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class com.xmlserv.util.Base64.InputStream
Constructs a Base64#InputStream in DECODE mode.
Base64.InputStream(InputStream, boolean) - Constructor for class com.xmlserv.util.Base64.InputStream
Constructs a Base64#InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - class com.xmlserv.util.Base64.OutputStream.
A Base64#OutputStream will write data to another OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class com.xmlserv.util.Base64.OutputStream
Constructs a Base64#OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, boolean) - Constructor for class com.xmlserv.util.Base64.OutputStream
Constructs a Base64#OutputStream in either ENCODE or DECODE mode.
Basket - class com.xmlserv.app.basket.Basket.
Basket abstraction.
Basket(Connection, int) - Constructor for class com.xmlserv.app.basket.Basket
Constructor used by BasketReceipt.
Basket(Connection, int, int) - Constructor for class com.xmlserv.app.basket.Basket
Load an existing basket.
Basket(Connection, int, String) - Constructor for class com.xmlserv.app.basket.Basket
Create object by loading data associated with given basketid.
Basket(Connection, String) - Constructor for class com.xmlserv.app.basket.Basket
Constructor used by BasketReceipt.
Basket(Connection, String, int) - Constructor for class com.xmlserv.app.basket.Basket
Create a new Basket.
BasketAdd - class com.xmlserv.app.basket.BasketAdd.
XMLServ Backend Application Template.
BasketAdd() - Constructor for class com.xmlserv.app.basket.BasketAdd
Create empty object. init() must be called before this object can be used.
BasketCleanup - class com.xmlserv.app.basket.BasketCleanup.
Cleanup unused baskets (i.e. remove baskets without a name and without content).
BasketCleanup() - Constructor for class com.xmlserv.app.basket.BasketCleanup
Create empty object. init() must be called before this object can be used.
BasketClear - class com.xmlserv.app.basket.BasketClear.
XMLServ Backend Application Template.
BasketClear() - Constructor for class com.xmlserv.app.basket.BasketClear
Create empty object. init() must be called before this object can be used.
BasketClose - class com.xmlserv.app.basket.BasketClose.
Close the current basket.
BasketClose() - Constructor for class com.xmlserv.app.basket.BasketClose
Create empty object. init() must be called before this object can be used.
BasketComplete - class com.xmlserv.app.basket.BasketComplete.
Display the list of available formats for each selected basket item as well as the target address (including all addresses entered so far)
BasketComplete() - Constructor for class com.xmlserv.app.basket.BasketComplete
Create empty object. init() must be called before this object can be used.
BasketContents - class com.xmlserv.app.basket.BasketContents.
This class describes the format selections for a given basket.
BasketContents(Basket, String) - Constructor for class com.xmlserv.app.basket.BasketContents
 
BasketDelete - class com.xmlserv.app.basket.BasketDelete.
XMLServ Backend Application Template.
BasketDelete() - Constructor for class com.xmlserv.app.basket.BasketDelete
Create empty object. init() must be called before this object can be used.
BasketDrop - class com.xmlserv.app.basket.BasketDrop.
Delete a basket (only possible when the basket was not closed already).
BasketDrop() - Constructor for class com.xmlserv.app.basket.BasketDrop
Create empty object. init() must be called before this object can be used.
BasketList - class com.xmlserv.app.basket.BasketList.
List all baskets for the current user.
BasketList() - Constructor for class com.xmlserv.app.basket.BasketList
Create empty object. init() must be called before this object can be used.
BasketMessage - class com.xmlserv.app.basket.BasketMessage.
The base class for all message actions generated by BasketSend.
BasketMessage.FormatInfo - class com.xmlserv.app.basket.BasketMessage.FormatInfo.
 
BasketMessage() - Constructor for class com.xmlserv.app.basket.BasketMessage
 
BasketMessage(BasketContents, Templates, Templates) - Constructor for class com.xmlserv.app.basket.BasketMessage
 
BasketOpen - class com.xmlserv.app.basket.BasketOpen.
Create a new basket or open an existing one.
BasketOpen() - Constructor for class com.xmlserv.app.basket.BasketOpen
Create empty object. init() must be called before this object can be used.
BasketReceipt - class com.xmlserv.app.basket.BasketReceipt.
This class represents the contents of the final screen when the basket is sent.
BasketReceipt(Connection, BasketContents) - Constructor for class com.xmlserv.app.basket.BasketReceipt
Create a new BasketReceipt.
BasketReceipt(Connection, BasketContents, String, String) - Constructor for class com.xmlserv.app.basket.BasketReceipt
Create a new BasketReceipt including subject and message.
BasketReceipt(Connection, int, String) - Constructor for class com.xmlserv.app.basket.BasketReceipt
Open an existing basketreceipt.
BasketReceipt(Connection, String, String) - Constructor for class com.xmlserv.app.basket.BasketReceipt
Open an existing BasketReceipt.
BasketReceiptShow - class com.xmlserv.app.basket.BasketReceiptShow.
Show the Receipt page for the given basket.
BasketReceiptShow() - Constructor for class com.xmlserv.app.basket.BasketReceiptShow
Create empty object. init() must be called before this object can be used.
BasketRecipient - class com.xmlserv.app.basket.BasketRecipient.
This class is used to encapsulate the recipient of a basket, which can either be a Phonebook.Entry (single person) or a Mailinglist (group of persons).
BasketRecipient(Connection, Basket) - Constructor for class com.xmlserv.app.basket.BasketRecipient
Read recipient for given basket.
BasketRecipient(Mailinglist) - Constructor for class com.xmlserv.app.basket.BasketRecipient
 
BasketRecipient(PhoneBook.Entry) - Constructor for class com.xmlserv.app.basket.BasketRecipient
 
BasketRecipient(User) - Constructor for class com.xmlserv.app.basket.BasketRecipient
 
BasketRename - class com.xmlserv.app.basket.BasketRename.
Rename a Basket.
BasketRename() - Constructor for class com.xmlserv.app.basket.BasketRename
Create empty object. init() must be called before this object can be used.
BasketSend - class com.xmlserv.app.basket.BasketSend.
Send the basket.
BasketSend() - Constructor for class com.xmlserv.app.basket.BasketSend
Create empty object. init() must be called before this object can be used.
boolean2String(boolean) - Static method in class com.xmlserv.util.SQLUtil
Convert a Boolean value to an SQL string representation.

C

chars - Static variable in class com.xmlserv.util.SQLUtil
The characters to escape/unescape using escape/unscape utility methods.
checkAuth(SecurityManager.User, SecurityManager.Resource, String) - Method in class com.xmlserv.app.AppSecurityManager
This routine checks an access method against the ACL table as defined in the class description.
checkAuth(SecurityManager.User, SecurityManager.Resource, String) - Method in class com.xmlserv.security.RoleSecurityManager
This method must be implemented in a subclass for each storage type supported.
checkID(Connection, String, String) - Static method in class com.xmlserv.util.SQLUtil
Check if the given value is a number and exists in the given table as an ID value.
checkoutConn() - Method in class com.xmlserv.app.AppBase
Aggregation method delegated to PGConnectionPool.
checkoutConn() - Method in class com.xmlserv.app.AppSecurityManager
Aggregation method delegated to PGConnectionPool.
checkoutConn() - Method in class com.xmlserv.util.PGConnectionPool
Get a connection.
checkoutConn() - Method in interface com.xmlserv.util.ConnectionPool
Get a connection from the pool.
checkUser(String, String) - Method in class com.xmlserv.app.AppSecurityManager
Implementation of the abstract method defined in RoleSecurityManager.
checkUser(String, String) - Method in class com.xmlserv.security.RoleSecurityManager
This method must be implemented for each storage type supported.
cleanup(Connection, int, Basket, boolean) - Static method in class com.xmlserv.app.basket.Basket
Forward to cleanup(Connection, int, int). currentBasket can be null.
cleanup(Connection, int, int, boolean) - Static method in class com.xmlserv.app.basket.Basket
Remove any empty baskets without a name that are still open and older than one day except the current basket.
clear() - Method in class com.xmlserv.app.news.Edition
 
clear(Connection) - Method in class com.xmlserv.app.basket.Basket
Clear basket contents.
clear(Connection) - Method in class com.xmlserv.app.phonebook.Mailinglist
Remove all members from the list.
clearCache() - Method in class com.xmlserv.app.contentmanagement.AppContentManager
Clean cache, re-read config in case configuration is cached.
clearCache() - Method in interface com.xmlserv.main.ContentManager
Clean cache, re-read config in case configuration is cached.
clearFormat(Connection, int) - Method in class com.xmlserv.app.basket.BasketContents
Clear all Format associations for the basket_content entry identified by this basket and image id.
clearImages() - Method in class com.xmlserv.app.lottery.Lottery
 
clearImages() - Method in class com.xmlserv.app.news.News
 
clearLinks() - Method in class com.xmlserv.app.news.News
 
clone(Connection, String) - Method in class com.xmlserv.app.basket.Basket
Create a fresh deep copy of this basket.
close() - Method in class com.xmlserv.util.Base64.OutputStream
Flushes and closes stream.
close(Connection) - Method in class com.xmlserv.app.AppLog
Close applog, setting completed to true.
close(Connection) - Method in class com.xmlserv.app.basket.Basket
 
close(Connection, boolean) - Method in class com.xmlserv.app.AppLog
Close applog, setting given completed status.
Coder - class com.xmlserv.util.Coder.
This class encodes/decodes stuff to/from the web.
com.xmlserv.app - package com.xmlserv.app
 
com.xmlserv.app.admin - package com.xmlserv.app.admin
 
com.xmlserv.app.agenda - package com.xmlserv.app.agenda
 
com.xmlserv.app.basket - package com.xmlserv.app.basket
 
com.xmlserv.app.configadmin - package com.xmlserv.app.configadmin
 
com.xmlserv.app.contentmanagement - package com.xmlserv.app.contentmanagement
 
com.xmlserv.app.contentstructure - package com.xmlserv.app.contentstructure
 
com.xmlserv.app.documentstore - package com.xmlserv.app.documentstore
 
com.xmlserv.app.download - package com.xmlserv.app.download
 
com.xmlserv.app.faq - package com.xmlserv.app.faq
 
com.xmlserv.app.gallery - package com.xmlserv.app.gallery
 
com.xmlserv.app.guestlist - package com.xmlserv.app.guestlist
 
com.xmlserv.app.images - package com.xmlserv.app.images
 
com.xmlserv.app.links - package com.xmlserv.app.links
 
com.xmlserv.app.lottery - package com.xmlserv.app.lottery
 
com.xmlserv.app.news - package com.xmlserv.app.news
 
com.xmlserv.app.phonebook - package com.xmlserv.app.phonebook
 
com.xmlserv.app.poll - package com.xmlserv.app.poll
 
com.xmlserv.app.shared - package com.xmlserv.app.shared
 
com.xmlserv.app.user - package com.xmlserv.app.user
 
com.xmlserv.main - package com.xmlserv.main
 
com.xmlserv.security - package com.xmlserv.security
 
com.xmlserv.util - package com.xmlserv.util
 
Comment - class com.xmlserv.app.news.Comment.
Comment abstraction class.
Comment(Connection, int) - Constructor for class com.xmlserv.app.news.Comment
Load an existing comment.
Comment(int, int) - Constructor for class com.xmlserv.app.news.Comment
Create new Comment for given article.
CommentDelete - class com.xmlserv.app.news.CommentDelete.
 
CommentDelete() - Constructor for class com.xmlserv.app.news.CommentDelete
 
CommentEdit - class com.xmlserv.app.news.CommentEdit.
 
CommentEdit() - Constructor for class com.xmlserv.app.news.CommentEdit
 
CommentSave - class com.xmlserv.app.news.CommentSave.
 
CommentSave() - Constructor for class com.xmlserv.app.news.CommentSave
 
CommentThread - class com.xmlserv.app.news.CommentThread.
 
CommentThread() - Constructor for class com.xmlserv.app.news.CommentThread
 
ConfigAdmin - class com.xmlserv.app.configadmin.ConfigAdmin.
Created by IntelliJ IDEA.
ConfigAdmin() - Constructor for class com.xmlserv.app.configadmin.ConfigAdmin
 
ConnectionPool - interface com.xmlserv.util.ConnectionPool.
A simple connection pool interface.
constructMessageBody(Connection, SecurityManager, SecurityManager.User, BasketRecipient, String, String, String, String, String) - Method in class com.xmlserv.app.basket.BasketMessage
This method constructs a MIME MultiPart mailbody specific to the subclass implementing the method.
constructMessageBody(Connection, SecurityManager, SecurityManager.User, BasketRecipient, String, String, String, String, String) - Method in class com.xmlserv.app.basket.ISDNBasketMessage
This method constructs a MIME MultiPart mailbody specific to the subclass implementing the method.
constructMessageBody(Connection, SecurityManager, SecurityManager.User, BasketRecipient, String, String, String, String, String) - Method in class com.xmlserv.app.basket.AdminBasketMessage
This method constructs a MIME MultiPart mailbody specific to the subclass implementing the method.
constructMessageBody(Connection, SecurityManager, SecurityManager.User, BasketRecipient, String, String, String, String, String) - Method in class com.xmlserv.app.basket.MailBasketMessage
This method constructs a MIME MultiPart mailbody specific to the subclass implementing the method.
constructMessageBody(Connection, SecurityManager, SecurityManager.User, BasketRecipient, String, String, String, String, String) - Method in class com.xmlserv.app.basket.AttachmentBasketMessage
This method constructs a MIME MultiPart mailbody specific to the subclass implementing the method.
contains(Connection, int) - Method in class com.xmlserv.app.phonebook.Mailinglist
Check whether the given phonebook entry is a member of this mailinglist.
containsAccessRight(SecurityManager.AccessRight) - Method in class com.xmlserv.security.SecurityManager.Role
Check whether the given AccessRight is already registered in this role object.
ContentGroup - class com.xmlserv.app.contentstructure.ContentGroup.
ContentGroup abstraction.
ContentGroup(Connection, int) - Constructor for class com.xmlserv.app.contentstructure.ContentGroup
Load the given ContentGroup.
ContentGroup(int) - Constructor for class com.xmlserv.app.contentstructure.ContentGroup
 
ContentGroupDelete - class com.xmlserv.app.contentstructure.ContentGroupDelete.
Delete a ContentGroup and all subgroups.
ContentGroupDelete() - Constructor for class com.xmlserv.app.contentstructure.ContentGroupDelete
Create empty object. init() must be called before this object can be used.
ContentGroupEdit - class com.xmlserv.app.contentstructure.ContentGroupEdit.
A ContentGroup is used to structure content associated with a customer/rolegroup.
ContentGroupEdit() - Constructor for class com.xmlserv.app.contentstructure.ContentGroupEdit
Create empty object. init() must be called before this object can be used.
ContentGroupList - class com.xmlserv.app.contentstructure.ContentGroupList.
XMLServ Backend Application Template.
ContentGroupList() - Constructor for class com.xmlserv.app.contentstructure.ContentGroupList
Create empty object. init() must be called before this object can be used.
ContentGroupModule - class com.xmlserv.app.contentstructure.ContentGroupModule.
 
ContentGroupModule() - Constructor for class com.xmlserv.app.contentstructure.ContentGroupModule
 
ContentGroupSave - class com.xmlserv.app.contentstructure.ContentGroupSave.
Save a ContentGroup.
ContentGroupSave() - Constructor for class com.xmlserv.app.contentstructure.ContentGroupSave
Create empty object. init() must be called before this object can be used.
ContentManager - interface com.xmlserv.main.ContentManager.
 
ContentManagerConfig - class com.xmlserv.app.contentmanagement.ContentManagerConfig.
This encapsulates the AppContentManager Configuration.
ContentManagerConfig(Connection, int) - Constructor for class com.xmlserv.app.contentmanagement.ContentManagerConfig
 
ContentManagerConfig(int) - Constructor for class com.xmlserv.app.contentmanagement.ContentManagerConfig
 
convert(Image, Image) - Static method in class com.xmlserv.app.images.Converter
Read data from Image in and write to out with Format as set in the resp.
Converter - class com.xmlserv.app.images.Converter.
 
Converter() - Constructor for class com.xmlserv.app.images.Converter
 
copy(File, File) - Static method in class com.xmlserv.util.FileUtil
File copy operation.
createRevision() - Method in class com.xmlserv.app.news.News
Create a revision of this article, setting the curent article id as the parent.
createTempFilename(String) - Static method in class com.xmlserv.util.FileUtil
Return a temporary filename consisting of the given prefix plus 10 random characters and numbers.
createTempFilename(String, int) - Static method in class com.xmlserv.util.FileUtil
Return a random filename starting with the given prefix adding length characters.

D

DBDocument - class com.xmlserv.app.shared.DBDocument.
This class has a twofold purpose:
Save a SODocument to the DB Load an SODocument from the DB In the first case an existing SODocument must be given as an argument to the constructor.
DBDocument(Connection, int) - Constructor for class com.xmlserv.app.shared.DBDocument
Load the given document.
DBDocument(SODocument) - Constructor for class com.xmlserv.app.shared.DBDocument
Create a new document in the DB.
DBDocument(SODocument, int) - Constructor for class com.xmlserv.app.shared.DBDocument
Replace the given existing document.
DBFactory - class com.xmlserv.app.shared.DBFactory.
 
DBImage - class com.xmlserv.app.shared.DBImage.
This class represents images stored in the DB.
DBImage() - Constructor for class com.xmlserv.app.shared.DBImage
 
DBImage(Connection, int) - Constructor for class com.xmlserv.app.shared.DBImage
 
DBList - class com.xmlserv.app.shared.DBList.
Read a list of values from a given table, preparing data for a <select> tag.
DBList() - Constructor for class com.xmlserv.app.shared.DBList
 
DBList(Connection, String, String, String) - Constructor for class com.xmlserv.app.shared.DBList
 
DBUser - class com.xmlserv.app.shared.DBUser.
Simple DB abstraction class encapsulating a user.
DBUser() - Constructor for class com.xmlserv.app.shared.DBUser
 
DBUser(Connection, int) - Constructor for class com.xmlserv.app.shared.DBUser
 
DBUser(Connection, String) - Constructor for class com.xmlserv.app.shared.DBUser
 
DECODE - Static variable in class com.xmlserv.util.Base64
Specify decoding (value is false).
decode(byte[], int, int) - Static method in class com.xmlserv.util.Base64
Decodes Base64 content in byte array format and returns the decoded byte array.
decode(String) - Static method in class com.xmlserv.util.Base64
Decodes data from Base64 notation.
decodeToObject(String) - Static method in class com.xmlserv.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeToString(String) - Static method in class com.xmlserv.util.Base64
Decodes data from Base64 notation and returns it as a string.
del(Connection, int) - Method in class com.xmlserv.app.basket.Basket
Delete an Image from the basket.
del(int) - Method in class com.xmlserv.app.news.Edition
 
DELETE - Static variable in class com.xmlserv.security.SecurityManager
Remove an object.
delete(Connection) - Method in class com.xmlserv.app.agenda.AgendaLocation
 
delete(Connection) - Method in class com.xmlserv.app.agenda.Agenda
 
delete(Connection) - Method in class com.xmlserv.app.links.Link
 
delete(Connection) - Method in class com.xmlserv.app.lottery.Lottery
 
delete(Connection) - Method in class com.xmlserv.app.news.Comment
 
delete(Connection) - Method in class com.xmlserv.app.news.News
 
delete(Connection) - Method in class com.xmlserv.app.news.Edition
Delete this edition.
delete(Connection) - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
delete(Connection) - Method in class com.xmlserv.app.phonebook.Mailinglist
Delete the list.
delete(Connection) - Method in class com.xmlserv.app.user.Acl
 
delete(Connection, boolean) - Method in class com.xmlserv.app.poll.SimplePoll
Delete poll.
deleteEntry(Connection, int, int) - Static method in class com.xmlserv.app.phonebook.PhoneBook
Utility method to delete a phonebook entry.
deleteMember(Connection, int) - Method in class com.xmlserv.app.phonebook.Mailinglist
Delete a single member from the list.
delFormat(Connection, int, int) - Method in class com.xmlserv.app.basket.BasketContents
Remove a format association.
delImage(int) - Method in class com.xmlserv.app.news.News
 
delLink(int) - Method in class com.xmlserv.app.news.News
 
destroy() - Method in class com.xmlserv.app.AppBase
Prepare object to go out of service.
destroy() - Method in class com.xmlserv.app.AppSecurityManager
Destroy ConnectionPool.
destroy() - Method in class com.xmlserv.app.contentmanagement.AppContentManager
Called before shutdown.
destroy() - Method in class com.xmlserv.app.documentstore.ShowDocument
Free ressources.
destroy() - Method in class com.xmlserv.main.XMLServBackendImpl
Free resources.
destroy() - Method in interface com.xmlserv.main.XMLServBackend
Free resources.
destroy() - Method in class com.xmlserv.main.BackendHandle
Destroy backend object by calling its destroy() method.
destroy() - Method in class com.xmlserv.main.BackendRepository
Destroy all BackendHandle objects giving them the opportunity to release any resources such as DB connections by calling their destroy() method.
destroy() - Method in class com.xmlserv.main.XMLServ
Free Resources.
destroy() - Method in interface com.xmlserv.main.ContentManager
Called before shutdown.
destroy() - Method in class com.xmlserv.security.SecurityManager
Free resources (such as DB connections) held by this SecurityManager.
destroy() - Method in class com.xmlserv.security.RoleSecurityManager
Free resources.
destroy() - Method in class com.xmlserv.util.PGConnectionPool
Destroy pool, closing all DB connections.
destroy() - Method in interface com.xmlserv.util.ConnectionPool
Destroy pool, releasing all DB connections.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.xmlserv.app.documentstore.ShowDocument
Main processing method.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.xmlserv.main.XMLServ
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.xmlserv.util.FileUploadServlet
Handle GET requests.
doLogin(ServletContext, HttpServletRequest) - Method in class com.xmlserv.app.NonAnonSecurityManager
Handle login.
doLogin(ServletContext, HttpServletRequest) - Method in class com.xmlserv.app.AnonSecurityManager
This method changes the behaviour of RoleSecurityManager by allowing anonymous access.
doLogin(ServletContext, HttpServletRequest) - Method in class com.xmlserv.security.SecurityManager
Handle login.
doLogin(ServletContext, HttpServletRequest) - Method in class com.xmlserv.security.RoleSecurityManager
Handle login.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.xmlserv.app.documentstore.ShowDocument
Redirect to doGet().
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.xmlserv.main.XMLServ
doPost redirects to doGet, making both methods equivalent.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.xmlserv.util.FileUploadServlet
Handle POST requests by redirecting to doGet().
Download - class com.xmlserv.app.download.Download.
Download an Image previously selected via basket.
Download() - Constructor for class com.xmlserv.app.download.Download
Create empty object. init() must be called before this object can be used.
DownloadImage - class com.xmlserv.app.shared.DownloadImage.
This subclass simply adds support for downloadid, the identifier used to generate download links.
It also sets the formats as read from the corresponding basket_content_formats table entry.
DownloadImage(Connection, int) - Constructor for class com.xmlserv.app.shared.DownloadImage
Load image with given id from the DB.
DownloadImage(Connection, int, String, String) - Constructor for class com.xmlserv.app.shared.DownloadImage
 
DownloadLog - class com.xmlserv.app.download.DownloadLog.
Handle the download logging table.
DownloadLog() - Constructor for class com.xmlserv.app.download.DownloadLog
 
drop(Connection, int, int) - Static method in class com.xmlserv.app.basket.Basket
Delete the basket itself.
drop(Connection, int, String) - Static method in class com.xmlserv.app.basket.Basket
Delete the basket itself.
dump() - Method in class com.xmlserv.main.BackendRepository
Dump contents of Repository to stdout.
dump(PrintStream) - Method in class com.xmlserv.main.BackendHandle
Write this BackendHandle to the given Stream in text format.

E

EditAnswer - class com.xmlserv.app.faq.EditAnswer.
Edit an answer to a question in the FAQ list.
EditAnswer() - Constructor for class com.xmlserv.app.faq.EditAnswer
Empty constructor.
Edition - class com.xmlserv.app.news.Edition.
An edition is a collection of News articles.
Edition(Connection, int) - Constructor for class com.xmlserv.app.news.Edition
Open an existing Edition.
Edition(int) - Constructor for class com.xmlserv.app.news.Edition
Create a new Edition.
EditionDelete - class com.xmlserv.app.news.EditionDelete.
XMLServ Backend Application Template.
EditionDelete() - Constructor for class com.xmlserv.app.news.EditionDelete
Create empty object. init() must be called before this object can be used.
EditionEdit - class com.xmlserv.app.news.EditionEdit.
Edit an Edition.
EditionEdit() - Constructor for class com.xmlserv.app.news.EditionEdit
Create empty object. init() must be called before this object can be used.
EditionList - class com.xmlserv.app.news.EditionList.
XMLServ Backend Application Template.
EditionList() - Constructor for class com.xmlserv.app.news.EditionList
Create empty object. init() must be called before this object can be used.
EditionSave - class com.xmlserv.app.news.EditionSave.
XMLServ Backend Application Template.
EditionSave() - Constructor for class com.xmlserv.app.news.EditionSave
Create empty object. init() must be called before this object can be used.
EditionShow - class com.xmlserv.app.news.EditionShow.
XMLServ Backend Application Template.
EditionShow() - Constructor for class com.xmlserv.app.news.EditionShow
Create empty object. init() must be called before this object can be used.
EditQuestion - class com.xmlserv.app.faq.EditQuestion.
 
EditQuestion() - Constructor for class com.xmlserv.app.faq.EditQuestion
 
EmptyPageBackend - class com.xmlserv.main.EmptyPageBackend.
 
EmptyPageBackend() - Constructor for class com.xmlserv.main.EmptyPageBackend
 
ENCODE - Static variable in class com.xmlserv.util.Base64
Specify encoding (value is true).
encodeBytes(byte[]) - Static method in class com.xmlserv.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class com.xmlserv.util.Base64
Encodes a byte array into Base64 notation.
encodeObject(Serializable) - Static method in class com.xmlserv.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeString(String) - Static method in class com.xmlserv.util.Base64
Encodes a string in Base64 notation with line breaks after every 75 Base64 characters.
ErrorPage - class com.xmlserv.main.ErrorPage.
An errorpage using a simple XML document plus a XSL stylesheet to output the error message.
ErrorPage() - Constructor for class com.xmlserv.main.ErrorPage
Construct empty errorpage.
errorPage(String) - Method in class com.xmlserv.app.AppBase
Create an ErrorPage.
errorPage(String) - Method in class com.xmlserv.main.XMLServ
 
errorPage(String) - Method in class com.xmlserv.security.RoleSecurityManager
Create am HTML error page.
ErrorPage(String) - Constructor for class com.xmlserv.main.ErrorPage
ErrorPage with a message string.
errorPage(String, String) - Method in class com.xmlserv.app.AppBase
Create an ErrorPage with an error code.
ErrorPage(String, String) - Constructor for class com.xmlserv.main.ErrorPage
ErrorPage with message and error code.
ErrorPage(String, String, Exception) - Constructor for class com.xmlserv.main.ErrorPage
ErrorPage with message and code, additional info is taken from the given Exception
escape(String) - Static method in class com.xmlserv.util.SQLUtil
Add backslashes before offensive characters to make the string usable in an SQL query.
Specifically the following transformations are done: The following characters are prefixed with a backslash: ' ; \
escape(String[]) - Static method in class com.xmlserv.util.SQLUtil
 
escape(StringBuffer) - Static method in class com.xmlserv.util.SQLUtil
Avoid thread concurrency problems: work StringBuffer must be provided by caller.
expandMacro(String, MacroExpansion) - Static method in class com.xmlserv.util.TextUtil
 

F

FaqList - class com.xmlserv.app.faq.FaqList.
This class creates a complete FAQ List (i.e. all sections in one file).
FaqList() - Constructor for class com.xmlserv.app.faq.FaqList
 
FileUpload - class com.xmlserv.util.FileUpload.
A class to implement HTTP uploads via multipart encoded requests.
FileUpload() - Constructor for class com.xmlserv.util.FileUpload
 
FileUploadServlet - class com.xmlserv.util.FileUploadServlet.
Utilizing the FileUpload utility class, this servlet can be used as the action for the HTML form containing an upload element.
FileUploadServlet() - Constructor for class com.xmlserv.util.FileUploadServlet
 
FileUtil - class com.xmlserv.util.FileUtil.
 
FileUtil() - Constructor for class com.xmlserv.util.FileUtil
 
flush() - Method in class com.xmlserv.util.Base64.OutputStream
Appropriately pads Base64 notation when encoding or throws an exception if Base64 input is not properly padded when decoding.
flushCache() - Method in class com.xmlserv.main.StylesheetCache
Flush cache, removing all entries.
Format - class com.xmlserv.app.shared.Format.
Format abstraction.
Format.Detail - class com.xmlserv.app.shared.Format.Detail.
Inner class representing detailed info on a format definition.
Format() - Constructor for class com.xmlserv.app.shared.Format
Empty constructor needed for inner class references.

G

Gallery - class com.xmlserv.app.gallery.Gallery.
Representation of a gallery i.e. virtual directory of images.
Gallery(int) - Constructor for class com.xmlserv.app.gallery.Gallery
Create a new Gallery object showing the given contentgroup.
GalleryMain - class com.xmlserv.app.gallery.GalleryMain.
Create a XML document containing the ContentGroup structure and the contents of the given ContentGroup.
GalleryMain() - Constructor for class com.xmlserv.app.gallery.GalleryMain
Create empty object. init() must be called before this object can be used.
GenericOverviewModule - class com.xmlserv.app.contentstructure.GenericOverviewModule.
This module provides an overview of a contentgroup (including its sub-contentgroups) by returning a listing of the most recent articles in each contentgroup.
GenericOverviewModule() - Constructor for class com.xmlserv.app.contentstructure.GenericOverviewModule
 
get(String) - Method in class com.xmlserv.main.WebInfStylesheetRepository
Get the stylesheet associated with identifier.
get(String) - Method in interface com.xmlserv.main.StylesheetRepository
Get the stylesheet associated with identifier.
get(String) - Method in class com.xmlserv.main.BackendRepository
URL Mapping.
getAccess() - Method in class com.xmlserv.security.SecurityManager.AccessRight
Get access method.
getAccess() - Method in class com.xmlserv.security.SecurityManager.Authorization
Get access string.
getAddresses(Connection) - Method in class com.xmlserv.app.basket.BasketRecipient
 
getAddressList(Connection) - Method in class com.xmlserv.app.phonebook.Mailinglist
Get the list of maiaddresses.
getAdmin() - Method in class com.xmlserv.app.lottery.Lottery
 
getAdminmail() - Method in class com.xmlserv.app.basket.BasketMessage.FormatInfo
 
getAdminsubject() - Method in class com.xmlserv.app.basket.BasketMessage.FormatInfo
 
getAnfang() - Method in class com.xmlserv.app.lottery.Lottery
 
getAnfang() - Method in class com.xmlserv.app.poll.SimplePoll
 
getAnrede() - Method in class com.xmlserv.app.User
 
getAnrede() - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
getAnswer() - Method in class com.xmlserv.app.lottery.Lottery.Answer
 
getArticle() - Method in class com.xmlserv.app.news.Comment
 
getAuthor() - Method in class com.xmlserv.app.news.News
 
getAvailableFormatList(Connection, String, String) - Method in class com.xmlserv.app.shared.Format
Return a list of formats available for the given image.
getAvailableFormatListElement(Connection, String, String) - Method in class com.xmlserv.app.shared.Format
Get List of formats for the given file, marking unavailable formats with an attribute 'unavailable'.
getBasename() - Method in class com.xmlserv.app.shared.Image
 
getBasepath() - Method in class com.xmlserv.app.basket.BasketContents
 
getBasket() - Method in class com.xmlserv.app.basket.BasketContents
 
getBasketContents() - Method in class com.xmlserv.app.basket.BasketMessage
 
getBasketid() - Method in class com.xmlserv.app.basket.Basket
 
getBasketMessage(Connection, int, BasketContents, Templates, Templates) - Static method in class com.xmlserv.app.basket.BasketMessage
Return a complete BasketMessage object.
getBegleittext() - Method in class com.xmlserv.app.lottery.Lottery
 
getBezeichnung() - Method in class com.xmlserv.app.shared.Image
 
getBinary() - Method in class com.xmlserv.main.BackendHandle
Return binary output status.
getBoolean(HttpServletRequest, String) - Static method in class com.xmlserv.util.ServletUtil
Return a boolean value: true if the parameter was set and its value has length() !
getCategory() - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
getCity() - Method in class com.xmlserv.app.agenda.AgendaLocation
 
getClassname() - Method in class com.xmlserv.app.contentmanagement.ContentManagerConfig
 
getClassname() - Method in class com.xmlserv.main.BackendHandle
Get the classname.
getCode() - Method in class com.xmlserv.main.XMLServException
 
getComment() - Method in class com.xmlserv.app.links.Link
 
getComment() - Method in class com.xmlserv.app.lottery.Lottery.Answer
 
getCompleted() - Method in class com.xmlserv.app.basket.Basket
 
getContent() - Method in class com.xmlserv.app.news.News
 
getContent() - Method in class com.xmlserv.app.shared.SODocument
 
getContentgroup() - Method in class com.xmlserv.app.links.Link
 
getContentgroup() - Method in class com.xmlserv.app.news.News
 
getContentgroup() - Method in class com.xmlserv.app.shared.Image
 
getContentGroups(Connection, SecurityManager, HttpServletRequest, String, int, boolean) - Static method in class com.xmlserv.app.contentstructure.ContentGroup
Master method for recursive method getContentGroupsRec.
getContentID(Connection, int) - Method in class com.xmlserv.app.basket.Basket
Return the id from basket_contents associated with the given image and this basket.
getContext() - Method in class com.xmlserv.app.contentmanagement.ContentManagerConfig
 
getCtime() - Method in class com.xmlserv.app.basket.Basket
 
getDatum() - Method in class com.xmlserv.app.agenda.Agenda
 
getDatum() - Method in class com.xmlserv.app.news.Edition
 
getDefaultStylesheet() - Method in class com.xmlserv.main.BackendHandle
Return default stylesheet.
getDescription() - Method in class com.xmlserv.app.agenda.Agenda
 
getDescription() - Method in class com.xmlserv.app.contentstructure.ContentGroup
 
getDescription() - Method in class com.xmlserv.app.links.Link
 
getDescription() - Method in class com.xmlserv.app.news.Edition
 
getDisplayname() - Method in class com.xmlserv.app.shared.Image
 
getDocument(Connection) - Method in class com.xmlserv.app.shared.DBDocument
Get original document as saved in the document table.
getDownloadid() - Method in class com.xmlserv.app.shared.DownloadImage
 
getElement(ResultSet, String) - Static method in class com.xmlserv.util.SQLUtil
See above.
getElement(ResultSet, String, String) - Static method in class com.xmlserv.util.SQLUtil
Parse the given field in the ResultSet, returning the named (firstlevel) child as a detached org.jdom.Element to be inserted into another JDOM tree.
getEmail() - Method in class com.xmlserv.app.User
 
getEmail() - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
getEmail() - Method in class com.xmlserv.app.shared.DBUser
 
getEmail() - Method in class com.xmlserv.security.SecurityManager.User
 
getEmail(String) - Method in class com.xmlserv.app.AppSecurityManager
Return the users email address.
getEmail(String) - Method in class com.xmlserv.security.RoleSecurityManager
Return the users email address.
getEnde() - Method in class com.xmlserv.app.lottery.Lottery
 
getEnde() - Method in class com.xmlserv.app.poll.SimplePoll
 
getEntry(String) - Method in class com.xmlserv.app.shared.SODocument
Read any part of the archive.
getErrorPage() - Method in class com.xmlserv.main.ErrorPage
 
getExtension() - Method in class com.xmlserv.app.shared.Format.Detail
 
getFax() - Method in class com.xmlserv.app.User
 
getFax() - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
getFile() - Method in class com.xmlserv.app.shared.SODocument
Return a File object for the ZIP (SOffice) file.
getFilename() - Method in class com.xmlserv.app.shared.Image
Return the filename.
getFileName() - Method in class com.xmlserv.util.FileUpload
Get the name of the uploaded file.
getFilename(Image, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.images.ImagePreview
 
getFilePath() - Method in class com.xmlserv.app.shared.Image
Get the complete filename including path.
getFirma() - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
getFollowupto() - Method in class com.xmlserv.app.news.Comment
 
getFormat() - Method in class com.xmlserv.app.shared.Image
 
getFormat(Connection, String) - Static method in class com.xmlserv.app.shared.Format
 
getFormatByExtension(Connection, String, boolean) - Static method in class com.xmlserv.app.shared.Format
 
getFormatById(Connection, int) - Static method in class com.xmlserv.app.shared.Format
Get a format definition by its ID.
getFormatByName(Connection, String) - Static method in class com.xmlserv.app.shared.Format
 
getFormatInfo(Connection, int) - Static method in class com.xmlserv.app.basket.BasketMessage
Return an instance of the BasketMessage subclass implementing the message format identified by the given id.
getFormatInfo(Connection, String) - Static method in class com.xmlserv.app.basket.BasketMessage
Return an instance of the BasketMessage subclass implementing the message format identified by the given id.
getFormatList(Connection, boolean) - Method in class com.xmlserv.app.shared.Format
Get the list of available/supported formats.
getFormatListElement(Connection, boolean) - Method in class com.xmlserv.app.shared.Format
Get Format List as a JDOM Element
getFreigabetstamp() - Method in class com.xmlserv.app.news.News
 
getId() - Method in class com.xmlserv.app.User
 
getId() - Method in class com.xmlserv.app.agenda.AgendaLocation
 
getId() - Method in class com.xmlserv.app.agenda.Agenda
 
getId() - Method in class com.xmlserv.app.basket.BasketMessage.FormatInfo
 
getId() - Method in class com.xmlserv.app.basket.Basket
 
getId() - Method in class com.xmlserv.app.contentmanagement.ContentManagerConfig
 
getId() - Method in class com.xmlserv.app.contentstructure.ContentGroup
 
getId() - Method in class com.xmlserv.app.links.Link
 
getId() - Method in class com.xmlserv.app.lottery.Lottery
 
getId() - Method in class com.xmlserv.app.lottery.Lottery.Answer
 
getId() - Method in class com.xmlserv.app.news.Comment
 
getId() - Method in class com.xmlserv.app.news.News
 
getId() - Method in class com.xmlserv.app.news.Edition
 
getId() - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
getId() - Method in class com.xmlserv.app.phonebook.PhoneBook.Category
 
getId() - Method in class com.xmlserv.app.phonebook.Mailinglist
 
getId() - Method in class com.xmlserv.app.poll.Poll.Question
 
getId() - Method in class com.xmlserv.app.poll.Poll.Option
 
getId() - Method in class com.xmlserv.app.poll.Poll.Answer
 
getId() - Method in class com.xmlserv.app.poll.SimplePoll
 
getId() - Method in class com.xmlserv.app.shared.Format.Detail
 
getId() - Method in class com.xmlserv.app.shared.DBUser
 
getId() - Method in class com.xmlserv.app.shared.Image
 
getId() - Method in class com.xmlserv.app.shared.DBDocument
 
getId() - Method in class com.xmlserv.app.user.Role
 
getId() - Method in class com.xmlserv.app.user.RoleGroup
 
getId() - Method in class com.xmlserv.app.user.Acl
 
getId() - Method in class com.xmlserv.security.SecurityManager.User
 
getID(Connection, String, String, String) - Static method in class com.xmlserv.util.SQLUtil
Get the ID for the given name.
getId(int) - Method in class com.xmlserv.app.shared.DBList
 
getId(String) - Method in class com.xmlserv.app.AppSecurityManager
Return the users numeric id.
getId(String) - Method in class com.xmlserv.security.RoleSecurityManager
Return the users numeric id.
getIdentifier() - Method in class com.xmlserv.security.SecurityManager.Resource
Get name/identifier.
getImage() - Method in class com.xmlserv.app.shared.ImageText
 
getImageList(Connection, int) - Static method in class com.xmlserv.app.shared.Image
Get a list of images for the given rolegroup.
getImagetext() - Method in class com.xmlserv.app.shared.ImageText
 
getInstance() - Method in class com.xmlserv.main.BackendHandle
Get an instance of this backend.
getInteger(HttpServletRequest, String) - Static method in class com.xmlserv.util.ServletUtil
Return the given parameters value converted to an integer or -1 if not set.
getIsdn() - Method in class com.xmlserv.app.User
 
getIsdn() - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
getJavaclass() - Method in class com.xmlserv.app.basket.BasketMessage.FormatInfo
 
getKeywords() - Method in class com.xmlserv.app.shared.Image
 
getKostenstelle() - Method in class com.xmlserv.app.User
 
getLand() - Method in class com.xmlserv.app.User
 
getLand() - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
getLangtext() - Method in class com.xmlserv.app.news.Comment
 
getLastchange() - Method in class com.xmlserv.app.news.News
 
getLength() - Method in class com.xmlserv.app.shared.SODocument
Return length of file.
getListSize(Connection) - Method in class com.xmlserv.app.phonebook.Mailinglist
 
getLocation() - Method in class com.xmlserv.app.agenda.Agenda
 
getLottery() - Method in class com.xmlserv.app.lottery.Lottery.Answer
 
getMessageFormats(Connection) - Static method in class com.xmlserv.app.basket.BasketMessage
Return a list of available Message formats.
getMeta() - Method in class com.xmlserv.app.shared.SODocument
 
getMimetype() - Method in class com.xmlserv.app.shared.Format.Detail
 
getMimetype() - Method in class com.xmlserv.app.shared.Image
 
getMimetype(Image, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.images.ImagePreview
 
getNachname() - Method in class com.xmlserv.app.User
 
getNachname() - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
getNachname() - Method in class com.xmlserv.app.shared.DBUser
 
getName() - Method in class com.xmlserv.app.agenda.AgendaLocation
 
getName() - Method in class com.xmlserv.app.basket.BasketMessage.FormatInfo
 
getName() - Method in class com.xmlserv.app.basket.Basket
 
getName() - Method in class com.xmlserv.app.contentstructure.ContentGroup
 
getName() - Method in class com.xmlserv.app.news.Edition
 
getName() - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
getName() - Method in class com.xmlserv.app.phonebook.PhoneBook.Category
 
getName() - Method in class com.xmlserv.app.phonebook.Mailinglist
 
getName() - Method in class com.xmlserv.app.poll.SimplePoll
 
getName() - Method in class com.xmlserv.app.shared.Format.Detail
 
getName() - Method in class com.xmlserv.app.user.Role
 
getName() - Method in class com.xmlserv.app.user.RoleGroup
 
getName() - Method in class com.xmlserv.main.BackendHandle
Get current name attribute value.
getOption() - Method in class com.xmlserv.app.poll.Poll.Answer
 
getOptiontext() - Method in class com.xmlserv.app.poll.Poll.Option
 
getOrdering() - Method in class com.xmlserv.app.contentstructure.ContentGroup
 
getOrdering() - Method in class com.xmlserv.app.poll.Poll.Question
 
getOrdering() - Method in class com.xmlserv.app.poll.Poll.Option
 
getOrdering() - Method in class com.xmlserv.app.shared.Image
 
getOrt() - Method in class com.xmlserv.app.User
 
getOrt() - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
getParam(String) - Method in class com.xmlserv.main.XMLServBackendImpl
Get a parameter value.
getParam(String) - Method in interface com.xmlserv.main.XMLServBackend
Get a parameter value.
getParent() - Method in class com.xmlserv.app.contentstructure.ContentGroup
 
getParent() - Method in class com.xmlserv.app.news.News
 
getPassword() - Method in class com.xmlserv.app.shared.DBUser
 
getPassword() - Method in class com.xmlserv.security.SecurityManager.User
Get password.
getPhonebookcategory() - Method in class com.xmlserv.app.lottery.Lottery
 
getPhonebookid() - Method in class com.xmlserv.app.lottery.Lottery.Answer
 
getPhonebookid() - Method in class com.xmlserv.app.phonebook.PhoneBookChange
 
getPicturesList() - Method in class com.xmlserv.app.shared.SODocument
 
getPlanurl() - Method in class com.xmlserv.app.agenda.AgendaLocation
 
getPlz() - Method in class com.xmlserv.app.User
 
getPlz() - Method in class com.xmlserv.app.agenda.AgendaLocation
 
getPlz() - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
getPoll() - Method in class com.xmlserv.app.poll.Poll.Question
 
getPoolIncrement() - Method in class com.xmlserv.util.PGConnectionPool
 
getPostprocess() - Method in class com.xmlserv.main.BackendHandle
Is Postprocessing by a ContentManager allowed?
getPriv(Element, SecurityManager, SecurityManager.User) - Static method in class com.xmlserv.app.gallery.Menu
 
getPublicemail() - Method in class com.xmlserv.app.shared.DBUser
 
getQuestion() - Method in class com.xmlserv.app.lottery.Lottery
 
getQuestion() - Method in class com.xmlserv.app.poll.Poll.Option
 
getQuestiontext() - Method in class com.xmlserv.app.poll.Poll.Question
 
getRecipient(Connection) - Method in class com.xmlserv.app.basket.Basket
Get the recipient for this basket.
getReqCount() - Method in class com.xmlserv.main.XMLServBackendImpl
Get number of requests serviced.
getResource() - Method in class com.xmlserv.app.user.Acl
 
getResource() - Method in class com.xmlserv.security.SecurityManager.AccessRight
Get resource.
getResource() - Method in class com.xmlserv.security.SecurityManager.Authorization
Get resource.
getResource(SecurityManager, HttpServletRequest) - Static method in class com.xmlserv.app.agenda.AgendaLocation
 
getResource(SecurityManager, HttpServletRequest) - Static method in class com.xmlserv.app.agenda.Agenda
 
getResource(SecurityManager, int) - Static method in class com.xmlserv.app.lottery.Lottery
 
getResource(String) - Method in class com.xmlserv.security.SecurityManager
Create a Resource object for the given resource.
getResourceName(Connection, int) - Static method in class com.xmlserv.app.contentstructure.ContentGroup
 
getRole() - Method in class com.xmlserv.app.user.Acl
 
getRolegroup() - Method in class com.xmlserv.app.User
 
getRolegroup() - Method in class com.xmlserv.app.agenda.AgendaLocation
 
getRolegroup() - Method in class com.xmlserv.app.agenda.Agenda
 
getRolegroup() - Method in class com.xmlserv.app.contentmanagement.ContentManagerConfig
 
getRolegroup() - Method in class com.xmlserv.app.contentstructure.ContentGroup
 
getRolegroup() - Method in class com.xmlserv.app.links.Link
 
getRolegroup() - Method in class com.xmlserv.app.lottery.Lottery
 
getRolegroup() - Method in class com.xmlserv.app.news.Edition
 
getRolegroup() - Method in class com.xmlserv.app.poll.SimplePoll
 
getRolegroup() - Method in class com.xmlserv.app.shared.Image
 
getRolegroup() - Method in class com.xmlserv.app.user.Role
 
getRoleGroup() - Method in class com.xmlserv.security.SecurityManager.User
 
getRoleGroup(String) - Method in class com.xmlserv.app.AppSecurityManager
Get the RoleGroup the given user belongs to.
getRoleGroup(String) - Method in class com.xmlserv.security.RoleSecurityManager
Get the RoleGroup the given user belongs to.
getRoleGroupId() - Method in class com.xmlserv.security.SecurityManager.User
 
getRoleGroupId(String) - Method in class com.xmlserv.app.AppSecurityManager
Get the numerical RoleGroup id the given user belongs to.
getRoleGroupId(String) - Method in class com.xmlserv.security.RoleSecurityManager
Get the numerical RoleGroup id the given user belongs to.
getRolegroupname() - Method in class com.xmlserv.app.shared.Image
 
getRoleGroups(Connection, HttpServletRequest, SecurityManager, String) - Static method in class com.xmlserv.app.user.RoleGroup
Master method for recursive method getContentGroupsRec.
getRoleGroupStatistics(Connection, int, String, String) - Static method in class com.xmlserv.app.download.Statistics
 
getRubrik() - Method in class com.xmlserv.app.news.News
 
getSchlagworte() - Method in class com.xmlserv.app.news.News
 
getSecurityManager() - Method in class com.xmlserv.main.BackendHandle
Return securitymanager for this backend.
getSenderId(Connection) - Method in class com.xmlserv.app.basket.BasketReceipt
 
getSessionid() - Method in class com.xmlserv.app.phonebook.PhoneBookChange
 
getSettings() - Method in class com.xmlserv.app.shared.SODocument
 
getStart() - Method in class com.xmlserv.app.agenda.Agenda
 
getStatus() - Method in class com.xmlserv.main.XMLServBackendImpl
Status report.
getStatus() - Method in interface com.xmlserv.main.XMLServBackend
Return a short (one-line) status report.
getStatus() - Method in class com.xmlserv.main.BackendHandle
Get a String representation of the current status of this Backend.
getStatus() - Method in class com.xmlserv.main.BackendRepository
Return a system status report as a HTML fragment.
getStatus() - Method in class com.xmlserv.util.PGConnectionPool
Get status report.
getStrasse() - Method in class com.xmlserv.app.User
 
getStrasse() - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
getStream() - Method in class com.xmlserv.util.FileUpload
Get the InputStream holding the content of the uploaded file.
getStreet() - Method in class com.xmlserv.app.agenda.AgendaLocation
 
getString(HttpServletRequest, String) - Static method in class com.xmlserv.util.ServletUtil
Return the parameter value or an empty String.
getStyles() - Method in class com.xmlserv.app.shared.SODocument
 
getStylesheet(ServletContext) - Method in class com.xmlserv.main.ErrorPage
Get the ErrorPage XSL Stylesheet.
getStylesheet(String) - Method in class com.xmlserv.main.StylesheetCache
 
getStylesheetByClient(String) - Method in class com.xmlserv.main.BackendHandle
Get a client specific stylesheet.
getStylesheetByRoleGroup(String) - Method in class com.xmlserv.main.BackendHandle
Get stylesheet by rolegroup.
getStylesheetByType(String) - Method in class com.xmlserv.main.BackendHandle
Get stylesheet by MIME type.
getSubdir() - Method in class com.xmlserv.app.shared.Format.Detail
 
getSubtitel() - Method in class com.xmlserv.app.news.News
 
getTarget() - Method in class com.xmlserv.main.RedirectException
This target is interpreted relative to the base path if it does not start with '/'.
getTelephon() - Method in class com.xmlserv.app.User
 
getTelephon() - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
getTelephone() - Method in class com.xmlserv.app.agenda.AgendaLocation
 
getText() - Method in class com.xmlserv.app.links.Link
 
getTimestamp(String) - Method in class com.xmlserv.main.WebInfStylesheetRepository
 
getTimestamp(String) - Method in interface com.xmlserv.main.StylesheetRepository
 
getTitel() - Method in class com.xmlserv.app.User
 
getTitel() - Method in class com.xmlserv.app.news.Comment
 
getTitel() - Method in class com.xmlserv.app.news.News
 
getTitel() - Method in class com.xmlserv.app.shared.DBUser
 
getTitle() - Method in class com.xmlserv.app.agenda.Agenda
 
getTstamp() - Method in class com.xmlserv.app.news.Comment
 
getUid() - Method in class com.xmlserv.app.User
 
getUid() - Method in class com.xmlserv.app.shared.DBUser
 
getUid() - Method in class com.xmlserv.security.SecurityManager.User
Get user ID.
getUrl() - Method in class com.xmlserv.app.agenda.AgendaLocation
 
getUrl() - Method in class com.xmlserv.app.links.Link
 
getUrl() - Method in class com.xmlserv.main.BackendHandle
Get current url attribute value.
getUrl(HttpServletRequest) - Method in class com.xmlserv.app.AppBase
 
getUser() - Method in class com.xmlserv.security.SecurityManager.Authorization
Get user.
getUser(Connection, int) - Static method in class com.xmlserv.app.shared.DBFactory
 
getUser(Connection, String) - Static method in class com.xmlserv.app.shared.DBFactory
 
getUser(HttpServletRequest) - Method in class com.xmlserv.security.SecurityManager
Return the uid of the authenticated user.
getUser(HttpServletRequest) - Method in class com.xmlserv.security.RoleSecurityManager
Return the uid of the authenticated user.
getUserById(int) - Method in class com.xmlserv.app.AppSecurityManager
Load a user object identified by its numeric ID.
getUserById(int) - Method in class com.xmlserv.security.SecurityManager
Load a user object identified by its numeric ID.
getUserid() - Method in class com.xmlserv.app.basket.Basket
 
getUserid() - Method in class com.xmlserv.app.lottery.Lottery.Answer
 
getUserid() - Method in class com.xmlserv.app.news.Comment
 
getUserid() - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
getUserid() - Method in class com.xmlserv.app.phonebook.PhoneBook.Category
 
getUserid() - Method in class com.xmlserv.app.phonebook.Mailinglist
 
getUserid() - Method in class com.xmlserv.app.poll.Poll.Answer
 
getUserID(HttpServletRequest) - Method in class com.xmlserv.app.AppSecurityManager
Return the numeric user id of the authenticated user.
getUserID(HttpServletRequest) - Method in class com.xmlserv.security.SecurityManager
Return the numeric user id of the authenticated user.
getUsername() - Method in class com.xmlserv.security.SecurityManager.User
Get username.
getUserObj(HttpServletRequest) - Method in class com.xmlserv.security.SecurityManager
Return the SecurityManager.User object of the authenticated user.
getUserObj(HttpServletRequest) - Method in class com.xmlserv.security.RoleSecurityManager
Return the SecurityManager.User object of the authenticated user.
getUserRoleGroup(HttpServletRequest) - Method in class com.xmlserv.security.SecurityManager
Get the RoleGroup for the logged in user.
getUserRoleGroup(HttpServletRequest) - Method in class com.xmlserv.security.RoleSecurityManager
Get the RoleGroup for the logged in user.
getUserRoleGroupId(HttpServletRequest) - Method in class com.xmlserv.security.SecurityManager
Get numeric RoleGroup ID.
getUserRoleGroupId(HttpServletRequest) - Method in class com.xmlserv.security.RoleSecurityManager
Get numeric RoleGroup ID.
getUserStatistics(Connection, int, String, String) - Static method in class com.xmlserv.app.download.Statistics
Return statistics broken down to user level.
getUserStatus(HttpServletRequest) - Method in class com.xmlserv.app.AppSecurityManager
Get an org.jdom.Element describing the user status.
getUserStatus(HttpServletRequest) - Method in class com.xmlserv.security.SecurityManager
Get an org.jdom.Element describing the user status.
getValue(int) - Method in class com.xmlserv.app.shared.DBList
 
getValue(String) - Method in class com.xmlserv.app.User
Get a value of the given instance member variable as a String.
getValue(String) - Method in interface com.xmlserv.util.MacroExpansion
Get a value of the given instance member variable as a String.
getVorname() - Method in class com.xmlserv.app.User
 
getVorname() - Method in class com.xmlserv.app.shared.DBUser
 
getXHTMLDocument(Connection) - Method in class com.xmlserv.app.shared.DBDocument
Get XHTML version of document.
getXslHTML() - Method in class com.xmlserv.app.basket.BasketMessage
 
getXslSourceText() - Method in class com.xmlserv.app.basket.BasketMessage
 
GuestlistEdit - class com.xmlserv.app.guestlist.GuestlistEdit.
Guestlist Add entry application.
GuestlistEdit() - Constructor for class com.xmlserv.app.guestlist.GuestlistEdit
Create empty object. init() must be called before this object can be used.
GuestlistSave - class com.xmlserv.app.guestlist.GuestlistSave.
Save a Guestlist entry.
GuestlistSave() - Constructor for class com.xmlserv.app.guestlist.GuestlistSave
Create empty object. init() must be called before this object can be used.

H

hasAuth(SecurityManager.User, SecurityManager.Resource, String) - Method in class com.xmlserv.security.SecurityManager
Utility method to check for an authorization.
hasChildren(String, Connection) - Method in class com.xmlserv.app.news.CommentThread
 
htmlize(String) - Static method in class com.xmlserv.util.HtmlUtil
convert plain text to some HTML look-a-like: Convert linebreaks to <br> Convert <, > and & to entities
HtmlUtil - class com.xmlserv.util.HtmlUtil.
 
HtmlUtil() - Constructor for class com.xmlserv.util.HtmlUtil
 
HttpUtil - class com.xmlserv.util.HttpUtil.
 
HttpUtil() - Constructor for class com.xmlserv.util.HttpUtil
 

I

Image - class com.xmlserv.app.shared.Image.
Image abstraction.
Image() - Constructor for class com.xmlserv.app.shared.Image
Create an empty Image.
Image(Connection, int) - Constructor for class com.xmlserv.app.shared.Image
Load image with given id from the DB.
Image(Connection, String, int) - Constructor for class com.xmlserv.app.shared.Image
Create a new image object.
ImageDelete - class com.xmlserv.app.images.ImageDelete.
XMLServ Backend Application Template.
ImageDelete() - Constructor for class com.xmlserv.app.images.ImageDelete
Create empty object. init() must be called before this object can be used.
ImageDownload - class com.xmlserv.app.images.ImageDownload.
 
ImageDownload() - Constructor for class com.xmlserv.app.images.ImageDownload
 
ImageDownloadAlt - class com.xmlserv.app.images.ImageDownloadAlt.
 
ImageDownloadAlt() - Constructor for class com.xmlserv.app.images.ImageDownloadAlt
 
ImageEdit - class com.xmlserv.app.images.ImageEdit.
Image Edit.
ImageEdit() - Constructor for class com.xmlserv.app.images.ImageEdit
Create empty object. init() must be called before this object can be used.
ImageGet - class com.xmlserv.app.images.ImageGet.
Base class for all Image downlaod realted classes (ImagePreview, ImageDownload etc.).
ImageGet() - Constructor for class com.xmlserv.app.images.ImageGet
 
ImageGetAlt - class com.xmlserv.app.images.ImageGetAlt.
Different implementation: Read parameters as extended path info, ignoring the part after the last slash.
ImageGetAlt() - Constructor for class com.xmlserv.app.images.ImageGetAlt
 
ImagePreview - class com.xmlserv.app.images.ImagePreview.
Send the preview image to client.
ImagePreview() - Constructor for class com.xmlserv.app.images.ImagePreview
Create empty object. init() must be called before this object can be used.
ImageSave - class com.xmlserv.app.images.ImageSave.
Save an Image.
ImageSave() - Constructor for class com.xmlserv.app.images.ImageSave
Create empty object. init() must be called before this object can be used.
ImageShow - class com.xmlserv.app.images.ImageShow.
 
ImageShow() - Constructor for class com.xmlserv.app.images.ImageShow
 
ImageShowAlt - class com.xmlserv.app.images.ImageShowAlt.
 
ImageShowAlt() - Constructor for class com.xmlserv.app.images.ImageShowAlt
 
ImageText - class com.xmlserv.app.shared.ImageText.
Format abstraction.
ImageText() - Constructor for class com.xmlserv.app.shared.ImageText
 
ImageText(Connection, int) - Constructor for class com.xmlserv.app.shared.ImageText
Load the text associated with the given image.
ImageTextDownload - class com.xmlserv.app.images.ImageTextDownload.
XMLServ Backend Application Template.
ImageTextDownload() - Constructor for class com.xmlserv.app.images.ImageTextDownload
Create empty object. init() must be called before this object can be used.
ImageUpload - class com.xmlserv.app.images.ImageUpload.
 
ImageUpload() - Constructor for class com.xmlserv.app.images.ImageUpload
 
init() - Method in class com.xmlserv.app.AppBase
Initialize object when application is loaded by BackendRepository.
init() - Method in class com.xmlserv.app.Logout
Initialize object.
init() - Method in class com.xmlserv.app.AppSecurityManager
Initialize SecurityManager.
init() - Method in class com.xmlserv.app.AppLogList
Initialize object.
init() - Method in class com.xmlserv.app.admin.AdminMessageSend
Initialize object.
init() - Method in class com.xmlserv.app.admin.AdminMessageEdit
Initialize object.
init() - Method in class com.xmlserv.app.agenda.LocationSave
Initialize object.
init() - Method in class com.xmlserv.app.agenda.AgendaDelete
Initialize object.
init() - Method in class com.xmlserv.app.agenda.LocationEdit
Initialize object.
init() - Method in class com.xmlserv.app.agenda.AgendaSave
Initialize object.
init() - Method in class com.xmlserv.app.agenda.AgendaList
Initialize object.
init() - Method in class com.xmlserv.app.agenda.AgendaEdit
Initialize object.
init() - Method in class com.xmlserv.app.basket.BasketClose
Initialize object.
init() - Method in class com.xmlserv.app.basket.BasketOpen
Initialize object.
init() - Method in class com.xmlserv.app.basket.BasketSend
Initialize object.
init() - Method in class com.xmlserv.app.basket.BasketClear
Initialize object.
init() - Method in class com.xmlserv.app.basket.BasketComplete
Initialize object.
init() - Method in class com.xmlserv.app.basket.BasketCleanup
Initialize object.
init() - Method in class com.xmlserv.app.basket.BasketDrop
Initialize object.
init() - Method in class com.xmlserv.app.basket.BasketReceiptShow
Initialize object.
init() - Method in class com.xmlserv.app.basket.BasketList
Initialize object.
init() - Method in class com.xmlserv.app.basket.BasketAdd
Initialize object.
init() - Method in class com.xmlserv.app.basket.BasketRename
Initialize object.
init() - Method in class com.xmlserv.app.basket.BasketDelete
Initialize object.
init() - Method in class com.xmlserv.app.contentmanagement.AppContentManager
Initialize.
init() - Method in class com.xmlserv.app.contentstructure.ContentGroupSave
Initialize object.
init() - Method in class com.xmlserv.app.contentstructure.ContentGroupEdit
Initialize object.
init() - Method in class com.xmlserv.app.contentstructure.ContentGroupList
Initialize object.
init() - Method in class com.xmlserv.app.contentstructure.ContentGroupDelete
Initialize object.
init() - Method in class com.xmlserv.app.documentstore.ShowDocument
Initialize.
init() - Method in class com.xmlserv.app.documentstore.UploadForm
Initialize.
init() - Method in class com.xmlserv.app.download.Download
Initialize object.
init() - Method in class com.xmlserv.app.download.StatisticsMain
Initialize object.
init() - Method in class com.xmlserv.app.faq.EditAnswer
Initialize object.
init() - Method in class com.xmlserv.app.faq.EditQuestion
 
init() - Method in class com.xmlserv.app.faq.SaveQuestion
 
init() - Method in class com.xmlserv.app.faq.OpenQuestionsList
 
init() - Method in class com.xmlserv.app.faq.FaqList
 
init() - Method in class com.xmlserv.app.faq.SaveAnswer
 
init() - Method in class com.xmlserv.app.gallery.Menu
Initialize object.
init() - Method in class com.xmlserv.app.gallery.GalleryMain
Initialize object.
init() - Method in class com.xmlserv.app.guestlist.GuestlistSave
Initialize object.
init() - Method in class com.xmlserv.app.guestlist.GuestlistEdit
Initialize object.
init() - Method in class com.xmlserv.app.images.ImageEdit
Initialize object.
init() - Method in class com.xmlserv.app.images.ImageSave
Initialize object.
init() - Method in class com.xmlserv.app.images.ImageGetAlt
Initialize object.
init() - Method in class com.xmlserv.app.images.ImageUpload
 
init() - Method in class com.xmlserv.app.images.ImageTextDownload
Initialize object.
init() - Method in class com.xmlserv.app.images.ImageGet
Initialize object.
init() - Method in class com.xmlserv.app.images.ImageDelete
Initialize object.
init() - Method in class com.xmlserv.app.links.LinkDelete
Initialize object.
init() - Method in class com.xmlserv.app.links.LinkSave
Initialize object.
init() - Method in class com.xmlserv.app.links.LinkEdit
 
init() - Method in class com.xmlserv.app.links.LinkList
Initialize object.
init() - Method in class com.xmlserv.app.links.LinkShow
 
init() - Method in class com.xmlserv.app.lottery.LotterySubmit
Initialize object.
init() - Method in class com.xmlserv.app.lottery.LotteryEdit
Initialize object.
init() - Method in class com.xmlserv.app.lottery.LotterySave
Initialize object.
init() - Method in class com.xmlserv.app.lottery.LotteryResult
Initialize object.
init() - Method in class com.xmlserv.app.lottery.LotteryList
Initialize object.
init() - Method in class com.xmlserv.app.lottery.LotteryDelete
Initialize object.
init() - Method in class com.xmlserv.app.lottery.LotteryShow
Initialize object.
init() - Method in class com.xmlserv.app.news.NewsShow
 
init() - Method in class com.xmlserv.app.news.EditionDelete
Initialize object.
init() - Method in class com.xmlserv.app.news.NewsDelete
Initialize object.
init() - Method in class com.xmlserv.app.news.EditionShow
Initialize object.
init() - Method in class com.xmlserv.app.news.CommentDelete
 
init() - Method in class com.xmlserv.app.news.NewsEdit
 
init() - Method in class com.xmlserv.app.news.NewsSecurityManager
 
init() - Method in class com.xmlserv.app.news.CommentSave
 
init() - Method in class com.xmlserv.app.news.EditionEdit
Initialize object.
init() - Method in class com.xmlserv.app.news.EditionList
Initialize object.
init() - Method in class com.xmlserv.app.news.NewsSave
 
init() - Method in class com.xmlserv.app.news.CommentEdit
 
init() - Method in class com.xmlserv.app.news.CommentThread
 
init() - Method in class com.xmlserv.app.news.EditionSave
Initialize object.
init() - Method in class com.xmlserv.app.news.NewsList
 
init() - Method in class com.xmlserv.app.news.NewsOverview
Initialize object.
init() - Method in class com.xmlserv.app.phonebook.PhoneBookEdit
Initialize object.
init() - Method in class com.xmlserv.app.phonebook.PhoneBookSave
Initialize object.
init() - Method in class com.xmlserv.app.phonebook.PhoneBookDelete
Initialize object.
init() - Method in class com.xmlserv.app.phonebook.MailinglistEdit
Initialize object.
init() - Method in class com.xmlserv.app.phonebook.MailinglistSave
Initialize object.
init() - Method in class com.xmlserv.app.phonebook.PhoneBookChangeEdit
Initialize object.
init() - Method in class com.xmlserv.app.phonebook.MailinglistDelete
Initialize object.
init() - Method in class com.xmlserv.app.phonebook.PhoneBookList
Initialize object.
init() - Method in class com.xmlserv.app.phonebook.PhoneBookChangeSubmit
Initialize object.
init() - Method in class com.xmlserv.app.phonebook.MailinglistList
Initialize object.
init() - Method in class com.xmlserv.app.poll.PollDelete
Initialize object.
init() - Method in class com.xmlserv.app.poll.PollShow
Initialize object.
init() - Method in class com.xmlserv.app.poll.SimplePollList
Initialize object.
init() - Method in class com.xmlserv.app.poll.PollSave
 
init() - Method in class com.xmlserv.app.poll.SimplePollEdit
Initialize object.
init() - Method in class com.xmlserv.app.poll.SimplePollSave
Initialize object.
init() - Method in class com.xmlserv.app.poll.SimplePollSubmit
Initialize object.
init() - Method in class com.xmlserv.app.poll.SimplePollResult
Initialize object.
init() - Method in class com.xmlserv.app.user.RoleList
 
init() - Method in class com.xmlserv.app.user.UserSave
 
init() - Method in class com.xmlserv.app.user.ResourceAclSave
Initialize object.
init() - Method in class com.xmlserv.app.user.RoleGroupList
Initialize object.
init() - Method in class com.xmlserv.app.user.UserList
 
init() - Method in class com.xmlserv.app.user.AclEdit
 
init() - Method in class com.xmlserv.app.user.UserCreate
 
init() - Method in class com.xmlserv.app.user.RoleSave
 
init() - Method in class com.xmlserv.app.user.RoleGroupEdit
Initialize object.
init() - Method in class com.xmlserv.app.user.UserLogout
 
init() - Method in class com.xmlserv.app.user.UserDelete
 
init() - Method in class com.xmlserv.app.user.AclList
 
init() - Method in class com.xmlserv.app.user.UserEdit
 
init() - Method in class com.xmlserv.app.user.ResourceAclEdit
Initialize object.
init() - Method in class com.xmlserv.app.user.MemberList
 
init() - Method in class com.xmlserv.app.user.MemberShow
 
init() - Method in class com.xmlserv.app.user.AclSave
 
init() - Method in class com.xmlserv.app.user.RoleEdit
 
init() - Method in class com.xmlserv.app.user.RoleGroupSave
Initialize object.
init() - Method in class com.xmlserv.app.user.AclDelete
 
init() - Method in class com.xmlserv.app.user.RoleGroupDelete
Initialize object.
init() - Method in class com.xmlserv.main.XMLServBackendImpl
Initialize.
init() - Method in interface com.xmlserv.main.XMLServBackend
Initialize the Backend.
init() - Method in class com.xmlserv.main.XMLServFileBackend
Initialize.
init() - Method in class com.xmlserv.main.XMLServ
Servlet initialization: Load and process config.xml, creating a BackendRepository.
init() - Method in interface com.xmlserv.main.ContentManager
Initialize.
init() - Method in class com.xmlserv.security.SecurityManager
Initialize SecurityManager.
init() - Method in class com.xmlserv.security.RoleSecurityManager
Initialize object.
init(ServletContext) - Method in class com.xmlserv.main.WebInfStylesheetRepository
Initialize storage medium.
init(ServletContext) - Method in interface com.xmlserv.main.StylesheetRepository
Initialize storage medium.
init(String, String, String, int) - Method in class com.xmlserv.util.PGConnectionPool
Initialize object with given number of connections.
init(String, String, String, int) - Method in interface com.xmlserv.util.ConnectionPool
Initialize with the given connection URL (DB specific), username, password ans pool size.
INSERT - Static variable in class com.xmlserv.security.SecurityManager
Create a new object.
isActive() - Method in class com.xmlserv.app.poll.SimplePoll
 
isAnon(SecurityManager.User) - Method in class com.xmlserv.security.SecurityManager
Check if the given userobj is an anonymous login.
isBasketClosed() - Method in class com.xmlserv.app.basket.Basket
 
isCachable() - Method in class com.xmlserv.app.contentstructure.ContentGroupModule
Indicate whether instances may be cached by a ContentManager.
isCachable() - Method in class com.xmlserv.app.contentstructure.GenericOverviewModule
Indicate whether instances may be cached by a ContentManager.
isCachable() - Method in class com.xmlserv.app.lottery.LotteryModule
Indicate whether instances may be cached by a ContentManager.
isCachable() - Method in class com.xmlserv.app.poll.PollModule
Indicate whether instances may be cached by a ContentManager.
isCachable() - Method in class com.xmlserv.app.user.UserStatusModule
Indicate whether instances may be cached by a ContentManager.
isCachable() - Method in interface com.xmlserv.main.BackendModule
Indicate whether instances may be cached by a ContentManager.
isCan_delete() - Method in class com.xmlserv.app.user.Role
 
isCan_delete() - Method in class com.xmlserv.app.user.Acl
 
isCan_insert() - Method in class com.xmlserv.app.user.Role
 
isCan_insert() - Method in class com.xmlserv.app.user.Acl
 
isCan_select() - Method in class com.xmlserv.app.user.Role
 
isCan_select() - Method in class com.xmlserv.app.user.Acl
 
isCan_update() - Method in class com.xmlserv.app.user.Role
 
isCan_update() - Method in class com.xmlserv.app.user.Acl
 
isClosed() - Method in class com.xmlserv.app.poll.SimplePoll
 
ISDNBasketMessage - class com.xmlserv.app.basket.ISDNBasketMessage.
Basket to be sent via ISDN.
ISDNBasketMessage() - Constructor for class com.xmlserv.app.basket.ISDNBasketMessage
 
ISDNBasketMessage(BasketContents, Templates, Templates) - Constructor for class com.xmlserv.app.basket.ISDNBasketMessage
 
isExternal() - Method in class com.xmlserv.app.links.Link
 
isFreigegeben() - Method in class com.xmlserv.app.news.News
 
isIspublic() - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
isMailinglistRecipient(Connection) - Method in class com.xmlserv.app.basket.Basket
 
isOpen() - Method in class com.xmlserv.app.lottery.Lottery
 
isPublicemail() - Method in class com.xmlserv.app.User
 
isSaveCleartextPW() - Method in class com.xmlserv.app.User
 
isXhtml() - Method in class com.xmlserv.app.news.News
 

K

killCR(String) - Static method in class com.xmlserv.util.TextUtil
 

L

Link - class com.xmlserv.app.links.Link.
DB abstraction for Link data.
Link(Connection, int) - Constructor for class com.xmlserv.app.links.Link
Open an existing Link.
Link(int) - Constructor for class com.xmlserv.app.links.Link
Create new Link for the given rolegroup
LinkDelete - class com.xmlserv.app.links.LinkDelete.
 
LinkDelete() - Constructor for class com.xmlserv.app.links.LinkDelete
Create empty object. init() must be called before this object can be used.
LinkEdit - class com.xmlserv.app.links.LinkEdit.
 
LinkEdit() - Constructor for class com.xmlserv.app.links.LinkEdit
 
LinkList - class com.xmlserv.app.links.LinkList.
XMLServ Backend Application Template.
LinkList() - Constructor for class com.xmlserv.app.links.LinkList
Create empty object. init() must be called before this object can be used.
LinkSave - class com.xmlserv.app.links.LinkSave.
XMLServ Backend Application Template.
LinkSave() - Constructor for class com.xmlserv.app.links.LinkSave
Create empty object. init() must be called before this object can be used.
LinkShow - class com.xmlserv.app.links.LinkShow.
 
LinkShow() - Constructor for class com.xmlserv.app.links.LinkShow
 
list(Connection) - Method in class com.xmlserv.app.basket.Basket
Return list of basket contents (image ids in a Vector).
list(Connection) - Method in class com.xmlserv.app.basket.BasketContents
Return the basket contents with format associations as a Vector of DownloadImage objects with Format and downloadid set.
list(Connection, int) - Static method in class com.xmlserv.app.User
Create list of users for the given rolegroup.
list(Connection, int) - Static method in class com.xmlserv.app.agenda.AgendaLocation
 
list(Connection, int) - Static method in class com.xmlserv.app.contentmanagement.ContentManagerConfig
List all entries.
list(Connection, int) - Static method in class com.xmlserv.app.lottery.Lottery
List all lotteries defined for the given rolegroup.
list(Connection, int) - Static method in class com.xmlserv.app.phonebook.PhoneBook.Category
List all categories defined for the given userid.
list(Connection, int) - Static method in class com.xmlserv.app.phonebook.Mailinglist
List all mailinglists for the given user.
list(Connection, int) - Static method in class com.xmlserv.app.user.Role
 
list(Connection, int) - Static method in class com.xmlserv.app.user.Acl
return ACLs for the given resource.
list(Connection, int, boolean) - Static method in class com.xmlserv.app.phonebook.Mailinglist
 
list(Connection, int, int) - Static method in class com.xmlserv.app.links.Link
List all links defined for the given rolegroup and contentgroup.
list(Connection, int, int, boolean) - Static method in class com.xmlserv.app.links.Link
 
list(Connection, int, int, boolean) - Static method in class com.xmlserv.app.poll.SimplePoll
List all entries.
list(Connection, int, int, boolean, boolean) - Static method in class com.xmlserv.app.poll.SimplePoll
Show polls.
list(Connection, int, SecurityManager) - Static method in class com.xmlserv.app.news.Comment
List comments for given article.
list(Connection, int, String) - Static method in class com.xmlserv.app.agenda.Agenda
 
list(Connection, SecurityManager) - Static method in class com.xmlserv.app.AppLog
 
list(Connection, SecurityManager, SecurityManager.User, boolean) - Static method in class com.xmlserv.app.news.Edition
 
list(Connection, SecurityManager, SecurityManager.User, boolean, boolean) - Static method in class com.xmlserv.app.news.News
List all articles for the given users rolegroup.
list(Connection, SecurityManager, SecurityManager.User, int, boolean, boolean) - Static method in class com.xmlserv.app.news.News
List all articles in the given ContentGroup.
list(Connection, String) - Static method in class com.xmlserv.app.user.Acl
List ACLs by resource name.
listBaskets(Connection, int) - Static method in class com.xmlserv.app.basket.Basket
List users baskets.
listBaskets(Connection, int, boolean) - Static method in class com.xmlserv.app.basket.Basket
List users baskets.
listByUid(Connection, int) - Static method in class com.xmlserv.app.User
Create list of users for the given rolegroup.
listContentGroups(Connection, SecurityManager, HttpServletRequest, int, Vector, String, int) - Static method in class com.xmlserv.app.contentstructure.ContentGroup
Return a list of contentgroups contained in the subtree under the given start contentgroup.
listForArticle(Connection, int, int, boolean) - Static method in class com.xmlserv.app.links.Link
 
listForArticles(Connection, int, int) - Static method in class com.xmlserv.app.links.Link
List all links defined for the given rolegroup and article.
listImages(Connection, int) - Static method in class com.xmlserv.app.shared.Image
 
listRevisions(Connection, SecurityManager, SecurityManager.User, int) - Static method in class com.xmlserv.app.news.News
List all parents and revisions of the given article.
load(Connection) - Method in class com.xmlserv.app.lottery.Lottery.Answer
 
load(Connection) - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
Load data from DB. id must be set before calling this method.
load(Connection) - Method in class com.xmlserv.app.phonebook.Mailinglist
Load data from DB.
load(Connection, int) - Method in class com.xmlserv.app.shared.DBImage
 
load(Connection, int) - Method in class com.xmlserv.app.shared.DBDocument
 
load(SODocument, int) - Method in class com.xmlserv.app.shared.DBDocument
 
LocationEdit - class com.xmlserv.app.agenda.LocationEdit.
Location Edit.
LocationEdit() - Constructor for class com.xmlserv.app.agenda.LocationEdit
Create empty object. init() must be called before this object can be used.
LocationSave - class com.xmlserv.app.agenda.LocationSave.
Save an Agenda Location entry.
LocationSave() - Constructor for class com.xmlserv.app.agenda.LocationSave
Create empty object. init() must be called before this object can be used.
log(Connection, String, String, String, long) - Static method in class com.xmlserv.app.download.DownloadLog
Log a download.
loginPage(String, HttpServletRequest) - Method in class com.xmlserv.security.RoleSecurityManager
Create a login page pointing to the given target.
loginPage(String, HttpServletRequest, String) - Method in class com.xmlserv.security.RoleSecurityManager
Create an HTML login page with a status message.
Logout - class com.xmlserv.app.Logout.
Logout.
Logout() - Constructor for class com.xmlserv.app.Logout
Create empty object. init() must be called before this object can be used.
logout(HttpServletRequest) - Method in class com.xmlserv.security.SecurityManager
Destroy any login information in the users session.
logout(HttpServletRequest) - Method in class com.xmlserv.security.RoleSecurityManager
Remove login information from the session context and invalidate the session.
Lottery - class com.xmlserv.app.lottery.Lottery.
DB abstraction class for lottery.
Lottery.Answer - class com.xmlserv.app.lottery.Lottery.Answer.
 
Lottery.Answer(Connection, int) - Constructor for class com.xmlserv.app.lottery.Lottery.Answer
 
Lottery.Answer(int) - Constructor for class com.xmlserv.app.lottery.Lottery.Answer
 
Lottery(Connection, int) - Constructor for class com.xmlserv.app.lottery.Lottery
Open an existing Lottery.
Lottery(int) - Constructor for class com.xmlserv.app.lottery.Lottery
Create new Lottery for the given rolegroup
LotteryDelete - class com.xmlserv.app.lottery.LotteryDelete.
Delete a Lottery including answers and image associations.
LotteryDelete() - Constructor for class com.xmlserv.app.lottery.LotteryDelete
Create empty object. init() must be called before this object can be used.
LotteryEdit - class com.xmlserv.app.lottery.LotteryEdit.
Edit a Lottery.
LotteryEdit() - Constructor for class com.xmlserv.app.lottery.LotteryEdit
Create empty object. init() must be called before this object can be used.
LotteryList - class com.xmlserv.app.lottery.LotteryList.
XMLServ Backend Application Template.
LotteryList() - Constructor for class com.xmlserv.app.lottery.LotteryList
Create empty object. init() must be called before this object can be used.
LotteryModule - class com.xmlserv.app.lottery.LotteryModule.
XMLServ Module Template
LotteryModule() - Constructor for class com.xmlserv.app.lottery.LotteryModule
 
LotteryResult - class com.xmlserv.app.lottery.LotteryResult.
Print Entries of an expired lottery.
LotteryResult() - Constructor for class com.xmlserv.app.lottery.LotteryResult
Create empty object. init() must be called before this object can be used.
LotterySave - class com.xmlserv.app.lottery.LotterySave.
Save Lottery.
LotterySave() - Constructor for class com.xmlserv.app.lottery.LotterySave
Create empty object. init() must be called before this object can be used.
LotteryShow - class com.xmlserv.app.lottery.LotteryShow.
Show a Lottery.
LotteryShow() - Constructor for class com.xmlserv.app.lottery.LotteryShow
Create empty object. init() must be called before this object can be used.
LotterySubmit - class com.xmlserv.app.lottery.LotterySubmit.
Submit a lottery entry.
LotterySubmit() - Constructor for class com.xmlserv.app.lottery.LotterySubmit
Create empty object. init() must be called before this object can be used.

M

MacroExpansion - interface com.xmlserv.util.MacroExpansion.
Interface used by TextUtil.ExpandMacro().
MailBasketMessage - class com.xmlserv.app.basket.MailBasketMessage.
This represents the normal mail format with embedded links.
MailBasketMessage() - Constructor for class com.xmlserv.app.basket.MailBasketMessage
 
MailBasketMessage(BasketContents, Templates, Templates) - Constructor for class com.xmlserv.app.basket.MailBasketMessage
 
Mailinglist - class com.xmlserv.app.phonebook.Mailinglist.
 
Mailinglist(Connection, int, int) - Constructor for class com.xmlserv.app.phonebook.Mailinglist
Load an existing Mailinglist.
Mailinglist(Connection, int, String) - Constructor for class com.xmlserv.app.phonebook.Mailinglist
Create a new Mailinglist saving data to the DB.
Mailinglist(int) - Constructor for class com.xmlserv.app.phonebook.Mailinglist
Create empty Mailinglist.
MailinglistDelete - class com.xmlserv.app.phonebook.MailinglistDelete.
XMLServ Backend Application Template.
MailinglistDelete() - Constructor for class com.xmlserv.app.phonebook.MailinglistDelete
Create empty object. init() must be called before this object can be used.
MailinglistEdit - class com.xmlserv.app.phonebook.MailinglistEdit.
XMLServ Backend Application Template.
MailinglistEdit() - Constructor for class com.xmlserv.app.phonebook.MailinglistEdit
Create empty object. init() must be called before this object can be used.
MailinglistList - class com.xmlserv.app.phonebook.MailinglistList.
XMLServ Backend Application Template.
MailinglistList() - Constructor for class com.xmlserv.app.phonebook.MailinglistList
Create empty object. init() must be called before this object can be used.
MailinglistSave - class com.xmlserv.app.phonebook.MailinglistSave.
XMLServ Backend Application Template.
MailinglistSave() - Constructor for class com.xmlserv.app.phonebook.MailinglistSave
Create empty object. init() must be called before this object can be used.
main(String[]) - Static method in class com.xmlserv.app.Logout
 
main(String[]) - Static method in class com.xmlserv.app.agenda.AgendaDelete
 
main(String[]) - Static method in class com.xmlserv.app.agenda.AgendaList
 
main(String[]) - Static method in class com.xmlserv.app.agenda.AgendaEdit
 
main(String[]) - Static method in class com.xmlserv.app.contentstructure.ContentGroupEdit
 
main(String[]) - Static method in class com.xmlserv.app.contentstructure.ContentGroupList
 
main(String[]) - Static method in class com.xmlserv.app.contentstructure.ContentGroupDelete
 
main(String[]) - Static method in class com.xmlserv.app.documentstore.UploadForm
Test routine.
main(String[]) - Static method in class com.xmlserv.app.faq.EditAnswer
Test routine.
main(String[]) - Static method in class com.xmlserv.app.faq.EditQuestion
 
main(String[]) - Static method in class com.xmlserv.app.faq.SaveQuestion
 
main(String[]) - Static method in class com.xmlserv.app.faq.OpenQuestionsList
 
main(String[]) - Static method in class com.xmlserv.app.faq.FaqList
 
main(String[]) - Static method in class com.xmlserv.app.gallery.Gallery
 
main(String[]) - Static method in class com.xmlserv.app.gallery.GalleryMain
 
main(String[]) - Static method in class com.xmlserv.app.guestlist.GuestlistEdit
 
main(String[]) - Static method in class com.xmlserv.app.images.ImageEdit
 
main(String[]) - Static method in class com.xmlserv.app.images.ImageUpload
 
main(String[]) - Static method in class com.xmlserv.app.images.ImagePreview
 
main(String[]) - Static method in class com.xmlserv.app.news.NewsShow
 
main(String[]) - Static method in class com.xmlserv.app.news.NewsEdit
 
main(String[]) - Static method in class com.xmlserv.app.news.CommentEdit
 
main(String[]) - Static method in class com.xmlserv.app.news.CommentThread
 
main(String[]) - Static method in class com.xmlserv.app.news.NewsList
 
main(String[]) - Static method in class com.xmlserv.app.phonebook.PhoneBookEdit
 
main(String[]) - Static method in class com.xmlserv.app.phonebook.PhoneBook
 
main(String[]) - Static method in class com.xmlserv.app.phonebook.PhoneBookList
 
main(String[]) - Static method in class com.xmlserv.app.shared.SelectElement
 
main(String[]) - Static method in class com.xmlserv.app.shared.ImageText
 
main(String[]) - Static method in class com.xmlserv.app.shared.Format
 
main(String[]) - Static method in class com.xmlserv.app.shared.DBUser
Load and dump the user given as an argument.
main(String[]) - Static method in class com.xmlserv.app.shared.DBList
 
main(String[]) - Static method in class com.xmlserv.app.shared.UserElement
Load and dump the user given as an argument.
main(String[]) - Static method in class com.xmlserv.app.shared.Image
 
main(String[]) - Static method in class com.xmlserv.app.shared.DBDocument
 
main(String[]) - Static method in class com.xmlserv.app.user.RoleList
 
main(String[]) - Static method in class com.xmlserv.app.user.RoleGroupList
 
main(String[]) - Static method in class com.xmlserv.app.user.UserList
 
main(String[]) - Static method in class com.xmlserv.app.user.AclEdit
 
main(String[]) - Static method in class com.xmlserv.app.user.UserCreate
 
main(String[]) - Static method in class com.xmlserv.app.user.RoleGroupEdit
 
main(String[]) - Static method in class com.xmlserv.app.user.AclList
 
main(String[]) - Static method in class com.xmlserv.app.user.UserEdit
 
main(String[]) - Static method in class com.xmlserv.app.user.MemberList
 
main(String[]) - Static method in class com.xmlserv.app.user.MemberShow
 
main(String[]) - Static method in class com.xmlserv.app.user.RoleEdit
 
main(String[]) - Static method in class com.xmlserv.app.user.RoleGroupSave
 
main(String[]) - Static method in class com.xmlserv.main.ErrorPage
Test routine.
main(String[]) - Static method in class com.xmlserv.main.BackendRepository
Test routine.
main(String[]) - Static method in class com.xmlserv.util.TextUtil
 
main(String[]) - Static method in class com.xmlserv.util.Coder
 
main(String[]) - Static method in class com.xmlserv.util.HtmlUtil
simple text -> HTML converter.
main(String[]) - Static method in class com.xmlserv.util.Base64
Testing.
md5(String) - Static method in class com.xmlserv.util.SQLUtil
Add missing MD5() function for Postgres.
MemberList - class com.xmlserv.app.user.MemberList.
 
MemberList() - Constructor for class com.xmlserv.app.user.MemberList
 
MemberShow - class com.xmlserv.app.user.MemberShow.
 
MemberShow() - Constructor for class com.xmlserv.app.user.MemberShow
 
Menu - class com.xmlserv.app.gallery.Menu.
A dummy menu.
Menu() - Constructor for class com.xmlserv.app.gallery.Menu
Create empty object. init() must be called before this object can be used.
mkPreview(String, String, int) - Static method in class com.xmlserv.app.images.Converter
Create resized version of the given image.
move(File, File) - Static method in class com.xmlserv.util.FileUtil
Copy source to destination and delete source.

N

newElement(String, String) - Method in class com.xmlserv.app.AppBase
Produce simple Element with text content.
News - class com.xmlserv.app.news.News.
Encapsulates News articles.
News(Connection, int) - Constructor for class com.xmlserv.app.news.News
Load an article identified by its ID.
News(int) - Constructor for class com.xmlserv.app.news.News
Create an empty article
NewsDelete - class com.xmlserv.app.news.NewsDelete.
XMLServ Backend Application Template.
NewsDelete() - Constructor for class com.xmlserv.app.news.NewsDelete
Create empty object. init() must be called before this object can be used.
NewsEdit - class com.xmlserv.app.news.NewsEdit.
 
NewsEdit() - Constructor for class com.xmlserv.app.news.NewsEdit
 
NewsList - class com.xmlserv.app.news.NewsList.
 
NewsList() - Constructor for class com.xmlserv.app.news.NewsList
 
NewsOverview - class com.xmlserv.app.news.NewsOverview.
Show the most recent articles from all contentgroups for the given rolegroup.
NewsOverview() - Constructor for class com.xmlserv.app.news.NewsOverview
Create empty object. init() must be called before this object can be used.
NewsSave - class com.xmlserv.app.news.NewsSave.
 
NewsSave() - Constructor for class com.xmlserv.app.news.NewsSave
 
NewsSecurityManager - class com.xmlserv.app.news.NewsSecurityManager.
 
NewsSecurityManager() - Constructor for class com.xmlserv.app.news.NewsSecurityManager
 
NewsShow - class com.xmlserv.app.news.NewsShow.
 
NewsShow() - Constructor for class com.xmlserv.app.news.NewsShow
 
NonAnonSecurityManager - class com.xmlserv.app.NonAnonSecurityManager.
A SecurityManager that denies Anonymous access, forcing authentication.
NonAnonSecurityManager() - Constructor for class com.xmlserv.app.NonAnonSecurityManager
 

O

OpenQuestionsList - class com.xmlserv.app.faq.OpenQuestionsList.
 
OpenQuestionsList() - Constructor for class com.xmlserv.app.faq.OpenQuestionsList
 

P

PGConnectionPool - class com.xmlserv.util.PGConnectionPool.
An implementation of the ConnectionPool interface for the PostgreSQL Database.
PGConnectionPool() - Constructor for class com.xmlserv.util.PGConnectionPool
Instantiate without connecting.
PGConnectionPool(String, String, String) - Constructor for class com.xmlserv.util.PGConnectionPool
Connect to the given DB, initializing the pool with default size.
PGConnectionPool(String, String, String, int) - Constructor for class com.xmlserv.util.PGConnectionPool
Connect to the given DB, initializing the pool with the given number of connections.
PhoneBook - class com.xmlserv.app.phonebook.PhoneBook.
Used to collect/interact with phonebook entries.
PhoneBook.Category - class com.xmlserv.app.phonebook.PhoneBook.Category.
Abstraction of Phonebook categories.
PhoneBook.Category(Connection, int) - Constructor for class com.xmlserv.app.phonebook.PhoneBook.Category
Load category by ID.
PhoneBook.Category(Connection, String) - Constructor for class com.xmlserv.app.phonebook.PhoneBook.Category
Load category by name.
PhoneBook.Category(int, String) - Constructor for class com.xmlserv.app.phonebook.PhoneBook.Category
Create new category.
PhoneBook.Entry - class com.xmlserv.app.phonebook.PhoneBook.Entry.
Inner class for hanlding phonebook entries.
PhoneBook.Entry(Connection, int) - Constructor for class com.xmlserv.app.phonebook.PhoneBook.Entry
Load by ID.
PhoneBook.Entry(Connection, int, int) - Constructor for class com.xmlserv.app.phonebook.PhoneBook.Entry
Load entry identified by ID.
PhoneBook.Entry(Connection, int, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for class com.xmlserv.app.phonebook.PhoneBook.Entry
Create new Entry, saving to DB.
PhoneBook.Entry(int) - Constructor for class com.xmlserv.app.phonebook.PhoneBook.Entry
Create empty entry.
PhoneBook.Entry(int, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for class com.xmlserv.app.phonebook.PhoneBook.Entry
Create new entry without saving date to DB.
PhoneBook(int) - Constructor for class com.xmlserv.app.phonebook.PhoneBook
 
PhoneBookChange - class com.xmlserv.app.phonebook.PhoneBookChange.
Encapsulate a PhoneBookChange request.
PhoneBookChange(Connection, int, PhoneBook.Entry) - Constructor for class com.xmlserv.app.phonebook.PhoneBookChange
Create a new change reqest.
PhoneBookChange(Connection, String) - Constructor for class com.xmlserv.app.phonebook.PhoneBookChange
Open an existing change request.
PhoneBookChangeEdit - class com.xmlserv.app.phonebook.PhoneBookChangeEdit.
This application gives the recipient of a message the chance to request correction of his addressbook entry.
PhoneBookChangeEdit() - Constructor for class com.xmlserv.app.phonebook.PhoneBookChangeEdit
Create empty object. init() must be called before this object can be used.
PhoneBookChangeSubmit - class com.xmlserv.app.phonebook.PhoneBookChangeSubmit.
Submit changes to a PhoneBook Entry.
PhoneBookChangeSubmit() - Constructor for class com.xmlserv.app.phonebook.PhoneBookChangeSubmit
Create empty object. init() must be called before this object can be used.
PhoneBookDelete - class com.xmlserv.app.phonebook.PhoneBookDelete.
XMLServ Backend Application Template.
PhoneBookDelete() - Constructor for class com.xmlserv.app.phonebook.PhoneBookDelete
Create empty object. init() must be called before this object can be used.
PhoneBookEdit - class com.xmlserv.app.phonebook.PhoneBookEdit.
XMLServ Backend Application Template.
PhoneBookEdit() - Constructor for class com.xmlserv.app.phonebook.PhoneBookEdit
Create empty object. init() must be called before this object can be used.
PhoneBookList - class com.xmlserv.app.phonebook.PhoneBookList.
XMLServ Backend Application Template.
PhoneBookList() - Constructor for class com.xmlserv.app.phonebook.PhoneBookList
Create empty object. init() must be called before this object can be used.
PhoneBookSave - class com.xmlserv.app.phonebook.PhoneBookSave.
XMLServ Backend Application Template.
PhoneBookSave() - Constructor for class com.xmlserv.app.phonebook.PhoneBookSave
Create empty object. init() must be called before this object can be used.
Poll - class com.xmlserv.app.poll.Poll.
DB abstraction for Poll data.
Poll.Answer - class com.xmlserv.app.poll.Poll.Answer.
 
Poll.Answer(Connection, int) - Constructor for class com.xmlserv.app.poll.Poll.Answer
 
Poll.Answer(int, int) - Constructor for class com.xmlserv.app.poll.Poll.Answer
 
Poll.Option - class com.xmlserv.app.poll.Poll.Option.
 
Poll.Option(Connection, int) - Constructor for class com.xmlserv.app.poll.Poll.Option
 
Poll.Option(int, String) - Constructor for class com.xmlserv.app.poll.Poll.Option
 
Poll.Question - class com.xmlserv.app.poll.Poll.Question.
 
Poll.Question(Connection, int) - Constructor for class com.xmlserv.app.poll.Poll.Question
Open existing question.
Poll.Question(int) - Constructor for class com.xmlserv.app.poll.Poll.Question
Create new Question for given Poll.
Poll() - Constructor for class com.xmlserv.app.poll.Poll
 
PollDelete - class com.xmlserv.app.poll.PollDelete.
Delete a Poll.
PollDelete() - Constructor for class com.xmlserv.app.poll.PollDelete
Create empty object. init() must be called before this object can be used.
PollModule - class com.xmlserv.app.poll.PollModule.
Poll module.
PollModule() - Constructor for class com.xmlserv.app.poll.PollModule
 
PollSave - class com.xmlserv.app.poll.PollSave.
 
PollSave() - Constructor for class com.xmlserv.app.poll.PollSave
 
PollShow - class com.xmlserv.app.poll.PollShow.
XMLServ Backend Application Template.
PollShow() - Constructor for class com.xmlserv.app.poll.PollShow
Create empty object. init() must be called before this object can be used.
printHTML(ServletContext, PrintWriter) - Method in class com.xmlserv.main.ErrorPage
Convert error document to HTML and print to given PrintStream.
process(ServletContext, HttpServletRequest) - Method in class com.xmlserv.util.FileUpload
Process the upload request.
process(ServletContext, HttpServletRequest, HttpServletResponse, SecurityManager) - Method in class com.xmlserv.app.AppBase
 
process(ServletContext, HttpServletRequest, HttpServletResponse, SecurityManager) - Method in class com.xmlserv.app.download.Download
Main processing method.
process(ServletContext, HttpServletRequest, HttpServletResponse, SecurityManager) - Method in class com.xmlserv.app.images.ImageGetAlt
Main processing method.
process(ServletContext, HttpServletRequest, HttpServletResponse, SecurityManager) - Method in class com.xmlserv.app.images.ImageTextDownload
Main processing method.
process(ServletContext, HttpServletRequest, HttpServletResponse, SecurityManager) - Method in class com.xmlserv.app.images.ImageGet
Main processing method.
process(ServletContext, HttpServletRequest, HttpServletResponse, SecurityManager) - Method in class com.xmlserv.main.XMLServBackendImpl
 
process(ServletContext, HttpServletRequest, HttpServletResponse, SecurityManager) - Method in interface com.xmlserv.main.XMLServBackend
This variant of the main method is called when the BackendHandle indicates that this Backend produces binary data which should be sent to the client without further processing.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.AppBase
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.Logout
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.AppLogList
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.admin.AdminMessageSend
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.admin.AdminMessageEdit
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.agenda.LocationSave
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.agenda.AgendaDelete
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.agenda.LocationEdit
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.agenda.AgendaSave
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.agenda.AgendaList
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.agenda.AgendaEdit
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.basket.BasketClose
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.basket.BasketOpen
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.basket.BasketSend
Send the basket.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.basket.BasketClear
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.basket.BasketComplete
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.basket.BasketCleanup
Cleanup baskets for thi user.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.basket.BasketDrop
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.basket.BasketReceiptShow
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.basket.BasketList
List all baskets the logged in user has created so far.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.basket.BasketAdd
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.basket.BasketRename
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.basket.BasketDelete
Delete an item from the current basket.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.contentstructure.ContentGroupSave
.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.contentstructure.ContentGroupEdit
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.contentstructure.ContentGroupList
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.contentstructure.ContentGroupDelete
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.documentstore.UploadForm
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.download.StatisticsMain
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.faq.EditAnswer
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.faq.EditQuestion
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.faq.SaveQuestion
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.faq.OpenQuestionsList
Get List of pending questions, optionally restricted to a category.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.faq.FaqList
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.faq.SaveAnswer
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.gallery.Menu
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.gallery.GalleryMain
Used to display the Image Gallery.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.guestlist.GuestlistSave
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.guestlist.GuestlistEdit
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.images.ImageEdit
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.images.ImageSave
Save an Image Upload / Edit.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.images.ImageGetAlt
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.images.ImageUpload
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.images.ImageGet
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.images.ImageDelete
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.links.LinkDelete
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.links.LinkSave
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.links.LinkEdit
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.links.LinkList
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.links.LinkShow
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.lottery.LotterySubmit
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.lottery.LotteryEdit
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.lottery.LotterySave
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.lottery.LotteryResult
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.lottery.LotteryList
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.lottery.LotteryDelete
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.lottery.LotteryShow
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.news.NewsShow
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.news.EditionDelete
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.news.NewsDelete
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.news.EditionShow
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.news.CommentDelete
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.news.NewsEdit
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.news.CommentSave
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.news.EditionEdit
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.news.EditionList
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.news.NewsSave
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.news.CommentEdit
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.news.CommentThread
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.news.EditionSave
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.news.NewsList
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.news.NewsOverview
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.phonebook.PhoneBookEdit
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.phonebook.PhoneBookSave
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.phonebook.PhoneBookDelete
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.phonebook.MailinglistEdit
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.phonebook.MailinglistSave
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.phonebook.PhoneBookChangeEdit
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.phonebook.MailinglistDelete
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.phonebook.PhoneBookList
list phonebook for logged in user.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.phonebook.PhoneBookChangeSubmit
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.phonebook.MailinglistList
List all Mailinglists for the logged in user.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.poll.PollDelete
Delete a Poll.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.poll.PollShow
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.poll.SimplePollList
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.poll.PollSave
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.poll.SimplePollEdit
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.poll.SimplePollSave
Save a poll.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.poll.SimplePollSubmit
Save a SimplePoll vote.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.poll.SimplePollResult
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.user.RoleList
List roles.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.user.UserSave
Save a user. the following HTTP parameters are recognized: id: Numeric user id.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.user.ResourceAclSave
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.user.RoleGroupList
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.user.UserList
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.user.AclEdit
Edit an ACL.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.user.UserCreate
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.user.RoleSave
Save a Role.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.user.RoleGroupEdit
Edit a RoleGroup.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.user.UserLogout
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.user.UserDelete
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.user.AclList
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.user.UserEdit
Edit/Create a user.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.user.ResourceAclEdit
Main processing method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.user.MemberList
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.user.MemberShow
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.user.AclSave
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.user.RoleEdit
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.user.RoleGroupSave
Save a RoleGroup.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.user.AclDelete
 
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.user.RoleGroupDelete
Delete a roleGroup.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.main.XMLServBackendImpl
This is the method to override in subclasses.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in interface com.xmlserv.main.XMLServBackend
The main method.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.main.EmptyPageBackend
This Backend simply returns an empty page to be used as a basis when using ContentManager to build the site.
process(ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.main.XMLServFileBackend
Override main method of baseclass.
process(String, Document, ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.contentmanagement.AppContentManager
Called for postprocessing each backends output.
process(String, Document, ServletContext, HttpServletRequest, SecurityManager) - Method in interface com.xmlserv.main.ContentManager
Called for postprocessing each backends output.

R

read() - Method in class com.xmlserv.util.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class com.xmlserv.util.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read(String) - Method in class com.xmlserv.app.shared.SODocument
 
readElement(String, Connection, SecurityManager, HttpServletRequest, boolean) - Method in class com.xmlserv.app.news.CommentThread
 
redirect(HttpServletRequest) - Method in class com.xmlserv.app.AppBase
Utility method to implement consistent redirection behaviour.
redirect(MultipartRequest, HttpServletRequest) - Method in class com.xmlserv.app.AppBase
Utility method to implement consistent redirection behaviour.
RedirectException - exception com.xmlserv.main.RedirectException.
This subclass of ServletException can be used to force XMLServ to send a redirect to another URL.
RedirectException(String) - Constructor for class com.xmlserv.main.RedirectException
Create a new Exception object.
reject(Connection) - Method in class com.xmlserv.app.phonebook.PhoneBookChange
Reject change request, removing it from the list of requests.
remove(String) - Method in class com.xmlserv.main.BackendRepository
Remove the Backend associated with the given URL.
removeAccessRight(SecurityManager.AccessRight) - Method in class com.xmlserv.security.SecurityManager.Role
Remove an AccessRight object from this role
repair(String) - Static method in class com.xmlserv.util.HtmlUtil
Repais minor glitches (differences between HTML and XHTML): Close all <br> tags Close all <hr> tags Close all <img> tags Ensure that a surrounding tag pair exists
ResourceAclEdit - class com.xmlserv.app.user.ResourceAclEdit.
Edit ACLs for a given resource
ResourceAclEdit() - Constructor for class com.xmlserv.app.user.ResourceAclEdit
Create empty object. init() must be called before this object can be used.
ResourceAclSave - class com.xmlserv.app.user.ResourceAclSave.
XMLServ Backend Application Template.
ResourceAclSave() - Constructor for class com.xmlserv.app.user.ResourceAclSave
Create empty object. init() must be called before this object can be used.
returnConn(Connection) - Method in class com.xmlserv.app.AppBase
Aggregation method delegated to PGConnectionPool.
returnConn(Connection) - Method in class com.xmlserv.app.AppSecurityManager
Aggregation method delegated to PGConnectionPool.
returnConn(Connection) - Method in class com.xmlserv.util.PGConnectionPool
Return a Connection object.
returnConn(Connection) - Method in interface com.xmlserv.util.ConnectionPool
Return a connection to the pool.
Role - class com.xmlserv.app.user.Role.
Role abstraction.
Role(Connection, int) - Constructor for class com.xmlserv.app.user.Role
 
Role(String) - Constructor for class com.xmlserv.app.user.Role
 
Role(String, int) - Constructor for class com.xmlserv.app.user.Role
 
Role(String, int, boolean, boolean, boolean, boolean) - Constructor for class com.xmlserv.app.user.Role
 
RoleEdit - class com.xmlserv.app.user.RoleEdit.
 
RoleEdit() - Constructor for class com.xmlserv.app.user.RoleEdit
 
RoleGroup - class com.xmlserv.app.user.RoleGroup.
ContentGroup abstraction.
RoleGroup(Connection, int) - Constructor for class com.xmlserv.app.user.RoleGroup
 
RoleGroup(String) - Constructor for class com.xmlserv.app.user.RoleGroup
 
RoleGroupDelete - class com.xmlserv.app.user.RoleGroupDelete.
XMLServ Backend Application Template.
RoleGroupDelete() - Constructor for class com.xmlserv.app.user.RoleGroupDelete
Create empty object. init() must be called before this object can be used.
RoleGroupEdit - class com.xmlserv.app.user.RoleGroupEdit.
XMLServ Backend Application Template.
RoleGroupEdit() - Constructor for class com.xmlserv.app.user.RoleGroupEdit
Create empty object. init() must be called before this object can be used.
RoleGroupList - class com.xmlserv.app.user.RoleGroupList.
List RoleGroups.
RoleGroupList() - Constructor for class com.xmlserv.app.user.RoleGroupList
Create empty object. init() must be called before this object can be used.
RoleGroupSave - class com.xmlserv.app.user.RoleGroupSave.
XMLServ Backend Application Template.
RoleGroupSave() - Constructor for class com.xmlserv.app.user.RoleGroupSave
Create empty object. init() must be called before this object can be used.
RoleList - class com.xmlserv.app.user.RoleList.
 
RoleList() - Constructor for class com.xmlserv.app.user.RoleList
 
RoleSave - class com.xmlserv.app.user.RoleSave.
 
RoleSave() - Constructor for class com.xmlserv.app.user.RoleSave
 
RoleSecurityManager - class com.xmlserv.security.RoleSecurityManager.
A role based SecurityManager.
RoleSecurityManager() - Constructor for class com.xmlserv.security.RoleSecurityManager
Create empty object. init() must be called before it is usable.

S

save(Connection) - Method in class com.xmlserv.app.User
Save user data to DB.
save(Connection) - Method in class com.xmlserv.app.agenda.AgendaLocation
 
save(Connection) - Method in class com.xmlserv.app.agenda.Agenda
 
save(Connection) - Method in class com.xmlserv.app.contentmanagement.ContentManagerConfig
 
save(Connection) - Method in class com.xmlserv.app.contentstructure.ContentGroup
 
save(Connection) - Method in class com.xmlserv.app.links.Link
Save to DB.
save(Connection) - Method in class com.xmlserv.app.lottery.Lottery
Save to DB.
save(Connection) - Method in class com.xmlserv.app.lottery.Lottery.Answer
 
save(Connection) - Method in class com.xmlserv.app.news.Comment
 
save(Connection) - Method in class com.xmlserv.app.news.News
 
save(Connection) - Method in class com.xmlserv.app.news.Edition
 
save(Connection) - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
Save data to DB.
save(Connection) - Method in class com.xmlserv.app.phonebook.PhoneBook.Category
 
save(Connection) - Method in class com.xmlserv.app.phonebook.Mailinglist
Save to DB.
save(Connection) - Method in class com.xmlserv.app.poll.Poll.Question
 
save(Connection) - Method in class com.xmlserv.app.poll.Poll.Option
 
save(Connection) - Method in class com.xmlserv.app.poll.Poll.Answer
 
save(Connection) - Method in class com.xmlserv.app.poll.SimplePoll
 
save(Connection) - Method in class com.xmlserv.app.shared.ImageText
 
save(Connection) - Method in class com.xmlserv.app.shared.DBUser
 
save(Connection) - Method in class com.xmlserv.app.user.Role
 
save(Connection) - Method in class com.xmlserv.app.user.RoleGroup
 
save(Connection) - Method in class com.xmlserv.app.user.Acl
 
save(Connection, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.shared.Image
Save the image to the DB.
save(Connection, Source, String) - Method in class com.xmlserv.app.shared.DBDocument
Set systemid on stylesheet before calling...
save(Connection, String) - Method in class com.xmlserv.app.shared.DBImage
 
save(Connection, String, String) - Method in class com.xmlserv.app.shared.DBDocument
 
SaveAnswer - class com.xmlserv.app.faq.SaveAnswer.
 
SaveAnswer() - Constructor for class com.xmlserv.app.faq.SaveAnswer
 
SaveQuestion - class com.xmlserv.app.faq.SaveQuestion.
 
SaveQuestion() - Constructor for class com.xmlserv.app.faq.SaveQuestion
 
SecurityManager - class com.xmlserv.security.SecurityManager.
This is currently the intended Baseclass for all SecurityManager implementations.
SecurityManager.AccessRight - class com.xmlserv.security.SecurityManager.AccessRight.
Abstraction of access to a resource.
SecurityManager.AccessRight(SecurityManager) - Constructor for class com.xmlserv.security.SecurityManager.AccessRight
Create empty instance.
SecurityManager.AccessRight(SecurityManager, SecurityManager.Resource, int) - Constructor for class com.xmlserv.security.SecurityManager.AccessRight
Create populated instance.
SecurityManager.Authorization - class com.xmlserv.security.SecurityManager.Authorization.
Abstraction of authorization.
SecurityManager.Authorization(SecurityManager) - Constructor for class com.xmlserv.security.SecurityManager.Authorization
Create empty object.
SecurityManager.Authorization(SecurityManager, SecurityManager.User, SecurityManager.Resource, String) - Constructor for class com.xmlserv.security.SecurityManager.Authorization
Create populated object.
SecurityManager.Resource - class com.xmlserv.security.SecurityManager.Resource.
Inner class encapsulating a named resource.
SecurityManager.Resource(SecurityManager) - Constructor for class com.xmlserv.security.SecurityManager.Resource
Create empty instance.
SecurityManager.Resource(SecurityManager, String) - Constructor for class com.xmlserv.security.SecurityManager.Resource
Create instance for the given name.
SecurityManager.Role - class com.xmlserv.security.SecurityManager.Role.
A role is a collection of access rights.
SecurityManager.Role(SecurityManager) - Constructor for class com.xmlserv.security.SecurityManager.Role
Create empty role.
SecurityManager.User - class com.xmlserv.security.SecurityManager.User.
This inner class encapsulates user credentials.
SecurityManager.User(SecurityManager) - Constructor for class com.xmlserv.security.SecurityManager.User
create empty instance.
SecurityManager.User(SecurityManager, Connection, int) - Constructor for class com.xmlserv.security.SecurityManager.User
Load by numeric id.
SecurityManager.User(SecurityManager, String, String, String) - Constructor for class com.xmlserv.security.SecurityManager.User
Create populated instance.
SecurityManager.User(SecurityManager, String, String, String, String, int) - Constructor for class com.xmlserv.security.SecurityManager.User
Create populated instance.
SecurityManager() - Constructor for class com.xmlserv.security.SecurityManager
Empty default constructor.
SecurityManagerException - exception com.xmlserv.security.SecurityManagerException.
Subclass of XMLServException for reporting security related error conditions.
SecurityManagerException(ErrorPage) - Constructor for class com.xmlserv.security.SecurityManagerException
 
SecurityManagerException(Exception) - Constructor for class com.xmlserv.security.SecurityManagerException
 
SecurityManagerException(String) - Constructor for class com.xmlserv.security.SecurityManagerException
 
SecurityManagerException(String, int) - Constructor for class com.xmlserv.security.SecurityManagerException
 
SELECT - Static variable in class com.xmlserv.security.SecurityManager
Constant signifying SEARCH access: List objects and read object data.
SelectElement - class com.xmlserv.app.shared.SelectElement.
 
SelectElement(String, DBList) - Constructor for class com.xmlserv.app.shared.SelectElement
 
SelectElement(String, DBList, String) - Constructor for class com.xmlserv.app.shared.SelectElement
 
send(Connection, Properties, String, SecurityManager.User, BasketRecipient, String, String, String, String, String, String, String, SecurityManager) - Method in class com.xmlserv.app.basket.BasketMessage
The actual send operation.
send(Connection, Properties, String, String, String, String, String) - Method in class com.xmlserv.app.basket.BasketMessage
The actual send operation.
ServletUtil - class com.xmlserv.util.ServletUtil.
 
ServletUtil() - Constructor for class com.xmlserv.util.ServletUtil
 
setAccess(int) - Method in class com.xmlserv.security.SecurityManager.AccessRight
Set access method.
setAdmin(int) - Method in class com.xmlserv.app.lottery.Lottery
 
setAnfang(String) - Method in class com.xmlserv.app.lottery.Lottery
 
setAnfang(String) - Method in class com.xmlserv.app.poll.SimplePoll
 
setAnrede(String) - Method in class com.xmlserv.app.User
 
setAnrede(String) - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
setAnswer(String) - Method in class com.xmlserv.app.lottery.Lottery.Answer
 
setArticle(int) - Method in class com.xmlserv.app.news.Comment
 
setArtikelnr(String) - Method in class com.xmlserv.app.shared.Image
 
setAsRecipient(Connection, Basket) - Method in class com.xmlserv.app.basket.BasketRecipient
Set this Recipient as the recipient for the given basket.
setBasketContents(BasketContents) - Method in class com.xmlserv.app.basket.BasketMessage
 
setBegleittext(String) - Method in class com.xmlserv.app.lottery.Lottery
 
setBezeichnung(String) - Method in class com.xmlserv.app.shared.Image
 
setBinary(boolean) - Method in class com.xmlserv.main.BackendHandle
Use to indicate whether this returns binary data.
setCan_delete(boolean) - Method in class com.xmlserv.app.user.Role
 
setCan_delete(boolean) - Method in class com.xmlserv.app.user.Acl
 
setCan_insert(boolean) - Method in class com.xmlserv.app.user.Role
 
setCan_insert(boolean) - Method in class com.xmlserv.app.user.Acl
 
setCan_select(boolean) - Method in class com.xmlserv.app.user.Role
 
setCan_select(boolean) - Method in class com.xmlserv.app.user.Acl
 
setCan_update(boolean) - Method in class com.xmlserv.app.user.Role
 
setCan_update(boolean) - Method in class com.xmlserv.app.user.Acl
 
setCategory(int) - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
setChangeEntry(Connection, PhoneBook.Entry) - Method in class com.xmlserv.app.phonebook.PhoneBookChange
Set corrected data.
setCity(String) - Method in class com.xmlserv.app.agenda.AgendaLocation
 
setClassname(String) - Method in class com.xmlserv.app.contentmanagement.ContentManagerConfig
 
setClassname(String) - Method in class com.xmlserv.main.BackendHandle
Set the classname attribute, validating the class by instantiating it.
setComment(String) - Method in class com.xmlserv.app.links.Link
 
setComment(String) - Method in class com.xmlserv.app.lottery.Lottery.Answer
 
setContent(String) - Method in class com.xmlserv.app.news.News
 
setContentgroup(int) - Method in class com.xmlserv.app.links.Link
 
setContentgroup(int) - Method in class com.xmlserv.app.news.News
 
setContentgroup(int) - Method in class com.xmlserv.app.shared.Image
 
setContext(String) - Method in class com.xmlserv.app.contentmanagement.ContentManagerConfig
 
setDatum(String) - Method in class com.xmlserv.app.agenda.Agenda
 
setDatum(String) - Method in class com.xmlserv.app.news.Edition
 
setDefaultStylesheet(String) - Method in class com.xmlserv.main.BackendHandle
The default Stylesheet.
setDescription(String) - Method in class com.xmlserv.app.agenda.Agenda
 
setDescription(String) - Method in class com.xmlserv.app.contentstructure.ContentGroup
 
setDescription(String) - Method in class com.xmlserv.app.links.Link
 
setDescription(String) - Method in class com.xmlserv.app.news.Edition
 
setDisplayname(String) - Method in class com.xmlserv.app.shared.Image
 
setDownloadid(String) - Method in class com.xmlserv.app.shared.DownloadImage
 
setEmail(String) - Method in class com.xmlserv.app.User
 
setEmail(String) - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
setEmail(String) - Method in class com.xmlserv.app.shared.DBUser
 
setEmail(String) - Method in class com.xmlserv.security.SecurityManager.User
 
setEnde(String) - Method in class com.xmlserv.app.lottery.Lottery
 
setEnde(String) - Method in class com.xmlserv.app.poll.SimplePoll
 
setExternal(boolean) - Method in class com.xmlserv.app.links.Link
 
setFax(String) - Method in class com.xmlserv.app.User
 
setFax(String) - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
setFilename(String) - Method in class com.xmlserv.app.shared.Image
 
setFirma(String) - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
setFollowupto(int) - Method in class com.xmlserv.app.news.Comment
 
setFormat(Format.Detail) - Method in class com.xmlserv.app.shared.Image
 
setFreigabetstamp(String) - Method in class com.xmlserv.app.news.News
 
setFreigegeben(boolean) - Method in class com.xmlserv.app.news.News
 
setId(int) - Method in class com.xmlserv.app.poll.Poll.Answer
 
setId(int) - Method in class com.xmlserv.security.SecurityManager.User
 
setIdentifier(String) - Method in class com.xmlserv.security.SecurityManager.Resource
Set name/identifier.
setImage(int) - Method in class com.xmlserv.app.shared.ImageText
 
setImagetext(String) - Method in class com.xmlserv.app.shared.ImageText
 
setIsdn(String) - Method in class com.xmlserv.app.User
 
setIsdn(String) - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
setIspublic(boolean) - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
setKeywords(String) - Method in class com.xmlserv.app.shared.Image
 
setKostenstelle(String) - Method in class com.xmlserv.app.User
 
setLand(String) - Method in class com.xmlserv.app.User
 
setLand(String) - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
setLangtext(String) - Method in class com.xmlserv.app.news.Comment
 
setLastchange(String) - Method in class com.xmlserv.app.news.News
 
setLocation(int) - Method in class com.xmlserv.app.agenda.Agenda
 
setLottery(int) - Method in class com.xmlserv.app.lottery.Lottery.Answer
 
setMemberlist(Connection, int[]) - Method in class com.xmlserv.app.phonebook.Mailinglist
 
setNachname(String) - Method in class com.xmlserv.app.User
 
setNachname(String) - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
setNachname(String) - Method in class com.xmlserv.app.shared.DBUser
 
setName(Connection, String) - Method in class com.xmlserv.app.basket.Basket
 
setName(String) - Method in class com.xmlserv.app.agenda.AgendaLocation
 
setName(String) - Method in class com.xmlserv.app.contentstructure.ContentGroup
 
setName(String) - Method in class com.xmlserv.app.news.Edition
 
setName(String) - Method in class com.xmlserv.app.phonebook.PhoneBook.Category
 
setName(String) - Method in class com.xmlserv.app.phonebook.Mailinglist
 
setName(String) - Method in class com.xmlserv.app.user.Role
 
setName(String) - Method in class com.xmlserv.app.user.RoleGroup
 
setName(String) - Method in class com.xmlserv.main.BackendHandle
Set name attribute.
setNamee(String) - Method in class com.xmlserv.app.poll.SimplePoll
 
setOption(int) - Method in class com.xmlserv.app.poll.Poll.Answer
 
setOptiontext(String) - Method in class com.xmlserv.app.poll.Poll.Option
 
setOrdering(int) - Method in class com.xmlserv.app.contentstructure.ContentGroup
 
setOrdering(int) - Method in class com.xmlserv.app.poll.Poll.Question
 
setOrdering(int) - Method in class com.xmlserv.app.poll.Poll.Option
 
setOrdering(int) - Method in class com.xmlserv.app.shared.Image
 
setOrt(String) - Method in class com.xmlserv.app.User
 
setOrt(String) - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
setParent(int) - Method in class com.xmlserv.app.contentstructure.ContentGroup
 
setPassword(String) - Method in class com.xmlserv.app.User
 
setPassword(String) - Method in class com.xmlserv.app.shared.DBUser
 
setPassword(String) - Method in class com.xmlserv.security.SecurityManager.User
Set password.
setPhonebookcategory(int) - Method in class com.xmlserv.app.lottery.Lottery
 
setPhonebookid(int) - Method in class com.xmlserv.app.lottery.Lottery.Answer
 
setPhonebookid(int) - Method in class com.xmlserv.app.phonebook.PhoneBookChange
 
setPlanurl(String) - Method in class com.xmlserv.app.agenda.AgendaLocation
 
setPlz(String) - Method in class com.xmlserv.app.User
 
setPlz(String) - Method in class com.xmlserv.app.agenda.AgendaLocation
 
setPlz(String) - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
setPoll(int) - Method in class com.xmlserv.app.poll.Poll.Question
 
setPoolIncrement(int) - Method in class com.xmlserv.util.PGConnectionPool
 
setPostprocess(boolean) - Method in class com.xmlserv.main.BackendHandle
Set postprocessing option.
setPublicemail(boolean) - Method in class com.xmlserv.app.User
 
setPublicemail(boolean) - Method in class com.xmlserv.app.shared.DBUser
 
setQuestion(int) - Method in class com.xmlserv.app.poll.Poll.Option
 
setQuestion(String) - Method in class com.xmlserv.app.lottery.Lottery
 
setQuestiontext(String) - Method in class com.xmlserv.app.poll.Poll.Question
 
setRecipient(Connection, Mailinglist) - Method in class com.xmlserv.app.basket.Basket
Set a mailinglist recipient for this basket.
setRecipient(Connection, PhoneBook.Entry) - Method in class com.xmlserv.app.basket.Basket
Set recipient of this basket.
setRecipient(Connection, User) - Method in class com.xmlserv.app.basket.Basket
Set recipient rof this basket.
setResource(int) - Method in class com.xmlserv.app.user.Acl
 
setResource(SecurityManager.Resource) - Method in class com.xmlserv.security.SecurityManager.AccessRight
Set resource.
setRole(int) - Method in class com.xmlserv.app.user.Acl
 
setRolegroup(int) - Method in class com.xmlserv.app.User
 
setRolegroup(int) - Method in class com.xmlserv.app.agenda.AgendaLocation
 
setRolegroup(int) - Method in class com.xmlserv.app.agenda.Agenda
 
setRolegroup(int) - Method in class com.xmlserv.app.contentmanagement.ContentManagerConfig
 
setRolegroup(int) - Method in class com.xmlserv.app.contentstructure.ContentGroup
 
setRolegroup(int) - Method in class com.xmlserv.app.lottery.Lottery
 
setRolegroup(int) - Method in class com.xmlserv.app.poll.SimplePoll
 
setRolegroup(int) - Method in class com.xmlserv.app.shared.Image
 
setRolegroup(int) - Method in class com.xmlserv.app.user.Role
 
setRoleGroup(String) - Method in class com.xmlserv.security.SecurityManager.User
 
setRoleGroupId(int) - Method in class com.xmlserv.security.SecurityManager.User
 
setRolegroupname(String) - Method in class com.xmlserv.app.shared.Image
 
setRubrik(String) - Method in class com.xmlserv.app.news.News
 
setSaveCleartextPW(boolean) - Method in class com.xmlserv.app.User
 
setSchlagworte(String) - Method in class com.xmlserv.app.news.News
 
setSecurityManager(SecurityManager) - Method in class com.xmlserv.main.BackendHandle
Set a securitymanager.
setSessionid(String) - Method in class com.xmlserv.app.phonebook.PhoneBookChange
 
setStart(String) - Method in class com.xmlserv.app.agenda.Agenda
 
setStoreClearPW(boolean) - Method in class com.xmlserv.app.shared.DBUser
 
setStrasse(String) - Method in class com.xmlserv.app.User
 
setStrasse(String) - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
setStreet(String) - Method in class com.xmlserv.app.agenda.AgendaLocation
 
setSubtitel(String) - Method in class com.xmlserv.app.news.News
 
setTelephon(String) - Method in class com.xmlserv.app.User
 
setTelephon(String) - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
setTelephone(String) - Method in class com.xmlserv.app.agenda.AgendaLocation
 
setText(String) - Method in class com.xmlserv.app.links.Link
 
setTitel(String) - Method in class com.xmlserv.app.User
 
setTitel(String) - Method in class com.xmlserv.app.news.Comment
 
setTitel(String) - Method in class com.xmlserv.app.news.News
 
setTitel(String) - Method in class com.xmlserv.app.shared.DBUser
 
setTitle(String) - Method in class com.xmlserv.app.agenda.Agenda
 
setTstamp(String) - Method in class com.xmlserv.app.news.Comment
 
setUid(String) - Method in class com.xmlserv.app.User
 
setUid(String) - Method in class com.xmlserv.app.shared.DBUser
 
setUid(String) - Method in class com.xmlserv.security.SecurityManager.User
Set user ID.
setUrl(String) - Method in class com.xmlserv.app.agenda.AgendaLocation
 
setUrl(String) - Method in class com.xmlserv.app.links.Link
 
setUrl(String) - Method in class com.xmlserv.main.BackendHandle
Set the URL attribute, replacing a null value with an empty String.
setUser(int) - Method in class com.xmlserv.app.news.Comment
 
setUserid(int) - Method in class com.xmlserv.app.lottery.Lottery.Answer
 
setUserid(int) - Method in class com.xmlserv.app.phonebook.PhoneBook.Category
 
setUserid(int) - Method in class com.xmlserv.app.phonebook.Mailinglist
Changing userid can only be done before calling save() for the first time.
setUserid(int) - Method in class com.xmlserv.app.poll.Poll.Answer
 
setUsername(String) - Method in class com.xmlserv.security.SecurityManager.User
Set username.
setVorname(String) - Method in class com.xmlserv.app.User
 
setVorname(String) - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
setVorname(String) - Method in class com.xmlserv.app.shared.DBUser
 
setXhtml(boolean) - Method in class com.xmlserv.app.news.News
 
setXslHTML(Templates) - Method in class com.xmlserv.app.basket.BasketMessage
 
setXslText(Templates) - Method in class com.xmlserv.app.basket.BasketMessage
 
ShowDocument - class com.xmlserv.app.documentstore.ShowDocument.
A Servlet to present a XML document stored in the backend DB.
ShowDocument() - Constructor for class com.xmlserv.app.documentstore.ShowDocument
 
signout(SecurityManager.Authorization) - Method in class com.xmlserv.security.SecurityManager
Invalidate an authorization object issued by this SecurityManager.
signout(SecurityManager.Authorization) - Method in class com.xmlserv.security.RoleSecurityManager
Remove login information from the session context.
SimplePoll - class com.xmlserv.app.poll.SimplePoll.
Simplified version of Poll.
SimplePoll(Connection, int) - Constructor for class com.xmlserv.app.poll.SimplePoll
 
SimplePoll(int) - Constructor for class com.xmlserv.app.poll.SimplePoll
 
SimplePollEdit - class com.xmlserv.app.poll.SimplePollEdit.
Edit a SimplePoll.
SimplePollEdit() - Constructor for class com.xmlserv.app.poll.SimplePollEdit
Create empty object. init() must be called before this object can be used.
SimplePollList - class com.xmlserv.app.poll.SimplePollList.
List all polls for the logged in users rolegroup.
SimplePollList() - Constructor for class com.xmlserv.app.poll.SimplePollList
Create empty object. init() must be called before this object can be used.
SimplePollResult - class com.xmlserv.app.poll.SimplePollResult.
show Poll Results.
SimplePollResult() - Constructor for class com.xmlserv.app.poll.SimplePollResult
Create empty object. init() must be called before this object can be used.
SimplePollSave - class com.xmlserv.app.poll.SimplePollSave.
Save a SimplePoll.
SimplePollSave() - Constructor for class com.xmlserv.app.poll.SimplePollSave
Create empty object. init() must be called before this object can be used.
SimplePollSubmit - class com.xmlserv.app.poll.SimplePollSubmit.
Save a vote for a SimplePoll.
SimplePollSubmit() - Constructor for class com.xmlserv.app.poll.SimplePollSubmit
Create empty object. init() must be called before this object can be used.
size() - Method in class com.xmlserv.app.shared.DBList
 
SODocument - class com.xmlserv.app.shared.SODocument.
This class is a read-only encapsulation of a StarOffice 6 Document.
SODocument(String) - Constructor for class com.xmlserv.app.shared.SODocument
 
SQLUtil - class com.xmlserv.util.SQLUtil.
A collection of static helper methods for handling SQL statements.
Statistics - class com.xmlserv.app.download.Statistics.
Gather download statistics.
Statistics() - Constructor for class com.xmlserv.app.download.Statistics
 
StatisticsMain - class com.xmlserv.app.download.StatisticsMain.
XMLServ Backend Application Template.
StatisticsMain() - Constructor for class com.xmlserv.app.download.StatisticsMain
Create empty object. init() must be called before this object can be used.
StylesheetCache - class com.xmlserv.main.StylesheetCache.
This class implements a transparent stylesheet cache and is used to access stylesheets.
StylesheetCache(StylesheetRepository) - Constructor for class com.xmlserv.main.StylesheetCache
 
StylesheetRepository - interface com.xmlserv.main.StylesheetRepository.
This interface defines a storage backend for stylesheets.

T

testid - Static variable in class com.xmlserv.app.images.ImageEdit
 
TextUtil - class com.xmlserv.util.TextUtil.
Created by IntelliJ IDEA.
TextUtil() - Constructor for class com.xmlserv.util.TextUtil
 
toDocument() - Method in class com.xmlserv.main.ErrorPage
Create XML document from the error message and the error code.
toElement() - Method in class com.xmlserv.app.User
Convert user data to a JDom Element.
toElement() - Method in class com.xmlserv.app.agenda.AgendaLocation
 
toElement() - Method in class com.xmlserv.app.agenda.Agenda
 
toElement() - Method in class com.xmlserv.app.contentmanagement.ContentManagerConfig
Convert to an Element.
toElement() - Method in class com.xmlserv.app.contentstructure.ContentGroup
 
toElement() - Method in class com.xmlserv.app.links.Link
Convert to an Element.
toElement() - Method in class com.xmlserv.app.lottery.Lottery
Convert to an Element.
toElement() - Method in class com.xmlserv.app.lottery.Lottery.Answer
 
toElement() - Method in class com.xmlserv.app.phonebook.PhoneBook.Category
 
toElement() - Method in class com.xmlserv.app.poll.Poll.Question
 
toElement() - Method in class com.xmlserv.app.poll.Poll.Option
 
toElement() - Method in class com.xmlserv.app.poll.Poll.Answer
 
toElement() - Method in class com.xmlserv.app.poll.SimplePoll
Convert to an Element.
toElement() - Method in class com.xmlserv.app.shared.ImageText
 
toElement() - Method in class com.xmlserv.app.shared.Format.Detail
Convert to a JDOM Element.
toElement() - Method in class com.xmlserv.app.user.Role
 
toElement() - Method in class com.xmlserv.app.user.RoleGroup
Convert to a JDOM Element.
toElement() - Method in class com.xmlserv.app.user.Acl
 
toElement() - Method in class com.xmlserv.main.ErrorPage
 
toElement() - Method in class com.xmlserv.security.SecurityManager.User
 
toElement(boolean) - Method in class com.xmlserv.app.links.Link
Convert to an Element.
toElement(boolean) - Method in class com.xmlserv.app.lottery.Lottery
 
toElement(boolean) - Method in class com.xmlserv.app.shared.ImageText
 
toElement(Connection) - Method in class com.xmlserv.app.User
Include rolegroup info.
toElement(Connection) - Method in class com.xmlserv.app.basket.BasketReceipt
 
toElement(Connection) - Method in class com.xmlserv.app.basket.BasketRecipient
Return recipient as Element.
toElement(Connection) - Method in class com.xmlserv.app.basket.BasketContents
Return the basket contents with format associations as an element.
toElement(Connection) - Method in class com.xmlserv.app.gallery.Gallery
list all images for this contentgroup ordered by ordering and filename and return a JDOM Element.
toElement(Connection) - Method in class com.xmlserv.app.lottery.Lottery.Answer
Include user info.
toElement(Connection) - Method in class com.xmlserv.app.phonebook.PhoneBook
List phonebook for this user, sorting by lastuse , usecount and name.
toElement(Connection) - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
 
toElement(Connection) - Method in class com.xmlserv.app.phonebook.Mailinglist
Convert to an Element.
toElement(Connection) - Method in class com.xmlserv.app.poll.Poll.Option
Include answer count.
toElement(Connection) - Method in class com.xmlserv.app.shared.Image
Return this Image as a JDOM Element with name 'image' and attributes id, filename and rolegroup.
toElement(Connection) - Method in class com.xmlserv.app.shared.DownloadImage
Return this Image as a JDOM Element with name 'image' and attributes id, filename and rolegroup.
toElement(Connection, boolean) - Method in class com.xmlserv.app.lottery.Lottery
Convert to an Element.
toElement(Connection, boolean) - Method in class com.xmlserv.app.phonebook.PhoneBook
List phonebook for this user, sorting by lastuse , usecount and name.
toElement(Connection, boolean) - Method in class com.xmlserv.app.poll.SimplePoll
Include questions and options.
toElement(Connection, boolean) - Method in class com.xmlserv.app.shared.Image
 
toElement(Connection, int, boolean) - Method in class com.xmlserv.app.poll.SimplePoll
Include questions and options as well as an indication (attribute 'participated') whether the given user already took this poll.
toElement(Connection, SecurityManager) - Method in class com.xmlserv.app.basket.Basket
 
toElement(Connection, SecurityManager, SecurityManager.User, boolean) - Method in class com.xmlserv.app.news.News
 
toElement(Connection, SecurityManager, SecurityManager.User, boolean) - Method in class com.xmlserv.app.news.Edition
 
toElement(Connection, SecurityManager, SecurityManager.User, boolean, boolean) - Method in class com.xmlserv.app.news.News
 
toElement(Connection, String, ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.contentstructure.ContentGroupModule
Main processing method.
toElement(Connection, String, ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.contentstructure.GenericOverviewModule
Main processing method.
toElement(Connection, String, ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.lottery.LotteryModule
Main processing method.
toElement(Connection, String, ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.poll.PollModule
Main processing method.
toElement(Connection, String, ServletContext, HttpServletRequest, SecurityManager) - Method in class com.xmlserv.app.user.UserStatusModule
Main processing method.
toElement(Connection, String, ServletContext, HttpServletRequest, SecurityManager) - Method in interface com.xmlserv.main.BackendModule
Main processing method.
toElement(SecurityManager) - Method in class com.xmlserv.app.news.Comment
 
toElement(String) - Static method in class com.xmlserv.util.XmlUtil
Parse a given String, returning a jdom Element starting at tagname.
toElement(String, String) - Static method in class com.xmlserv.util.XmlUtil
Parse a given String, returning a jdom Element starting at tagname.
toString() - Method in class com.xmlserv.app.shared.Format.Detail
Returns a string representation of the object.
toString() - Method in class com.xmlserv.app.shared.DBUser
 
toString() - Method in class com.xmlserv.app.shared.DBList
 
toString() - Method in class com.xmlserv.main.ErrorPage
 
toString() - Method in class com.xmlserv.main.XMLServException
 
toString(HttpServletRequest) - Static method in class com.xmlserv.util.HttpUtil
Format the parameters as key: value lines and return the string value.
toUserStatus(HttpServletRequest, int) - Method in class com.xmlserv.security.SecurityManager
Get a user status Element for the given userid.
toXHTML(Source) - Method in class com.xmlserv.app.shared.SODocument
NOTE: The systemid MUST be set for the stylesheet, as the OpenOffice DTD is referenced (as well as several .mod files).
toXHTML(String) - Method in class com.xmlserv.app.shared.SODocument
Convert to XHTML.

U

unescape(String) - Static method in class com.xmlserv.util.SQLUtil
Remove backslashes added by escape().
UPDATE - Static variable in class com.xmlserv.security.SecurityManager
Update an existing object.
UploadForm - class com.xmlserv.app.documentstore.UploadForm.
Create an upload form.
UploadForm() - Constructor for class com.xmlserv.app.documentstore.UploadForm
Empty constructor.
URLDecode(String) - Static method in class com.xmlserv.util.Coder
URLDecode a string.
URLEncode(String) - Static method in class com.xmlserv.util.Coder
URLEncode a string.
use(Connection) - Method in class com.xmlserv.app.phonebook.PhoneBook.Entry
Update lastuse and usecount fields.
User - class com.xmlserv.app.User.
User abstraction.
User() - Constructor for class com.xmlserv.app.User
 
User(Connection, int) - Constructor for class com.xmlserv.app.User
Get user by numeric id.
User(Connection, String) - Constructor for class com.xmlserv.app.User
Get user by numeric id.
UserCreate - class com.xmlserv.app.user.UserCreate.
This is the form used by a user to create a login.
UserCreate() - Constructor for class com.xmlserv.app.user.UserCreate
 
UserDelete - class com.xmlserv.app.user.UserDelete.
 
UserDelete() - Constructor for class com.xmlserv.app.user.UserDelete
 
UserEdit - class com.xmlserv.app.user.UserEdit.
 
UserEdit() - Constructor for class com.xmlserv.app.user.UserEdit
 
UserElement - class com.xmlserv.app.shared.UserElement.
Convert a DBUser object to an XML Element.
UserElement(String, DBUser) - Constructor for class com.xmlserv.app.shared.UserElement
 
UserList - class com.xmlserv.app.user.UserList.
 
UserList() - Constructor for class com.xmlserv.app.user.UserList
 
UserLogout - class com.xmlserv.app.user.UserLogout.
 
UserLogout() - Constructor for class com.xmlserv.app.user.UserLogout
 
UserSave - class com.xmlserv.app.user.UserSave.
 
UserSave() - Constructor for class com.xmlserv.app.user.UserSave
 
UserStatusModule - class com.xmlserv.app.user.UserStatusModule.
Return User Status.
UserStatusModule() - Constructor for class com.xmlserv.app.user.UserStatusModule
 
uudecode(String) - Static method in class com.xmlserv.util.Coder
uudecode(base64) the given string. useful for decoding basic Authentication
uuencode(String) - Static method in class com.xmlserv.util.Coder
uuencode(base64) the given String. useful for encoding basic authentication.

V

validate() - Method in class com.xmlserv.app.shared.DBUser
 
validate() - Method in class com.xmlserv.main.BackendHandle
Ensure integrity by checking for valid settings of various attributes.
validate(SecurityManager.Authorization) - Method in class com.xmlserv.security.SecurityManager
Check whether this Authorization object was actually created by this SecurityManager and is still valid.
validate(SecurityManager.Authorization) - Method in class com.xmlserv.security.RoleSecurityManager
Check whether this Authorization object was actually created by this SecurityManager and is still valid.
validate(SecurityManager.User) - Method in class com.xmlserv.security.SecurityManager
Check whether this User object was actually created by this SecurityManager.
validate(SecurityManager.User) - Method in class com.xmlserv.security.RoleSecurityManager
Check whether this User object was actually created by this SecurityManager.

W

WebInfStylesheetRepository - class com.xmlserv.main.WebInfStylesheetRepository.
This implementation of the StylesheetRepository reads XSL files from the WEB-INF/ directory of the servlet installation directory.
WebInfStylesheetRepository() - Constructor for class com.xmlserv.main.WebInfStylesheetRepository
 
write(byte[], int, int) - Method in class com.xmlserv.util.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
write(int) - Method in class com.xmlserv.util.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.

X

XMLServ - class com.xmlserv.main.XMLServ.
The main class of this framework.
XMLServ() - Constructor for class com.xmlserv.main.XMLServ
 
XMLServBackend - interface com.xmlserv.main.XMLServBackend.
This interface defines the signature of a Backend module for XMLServ.
XMLServBackendImpl - class com.xmlserv.main.XMLServBackendImpl.
Implementation of the XMLServBackend interface with basic usage statistics and a HashMap based parameter store.
XMLServBackendImpl() - Constructor for class com.xmlserv.main.XMLServBackendImpl
Create object.
XMLServException - exception com.xmlserv.main.XMLServException.
Common Baseclass for various exceptions used in the XMLServ context.
XMLServException(ErrorPage) - Constructor for class com.xmlserv.main.XMLServException
 
XMLServException(Exception) - Constructor for class com.xmlserv.main.XMLServException
 
XMLServException(String) - Constructor for class com.xmlserv.main.XMLServException
 
XMLServException(String, int) - Constructor for class com.xmlserv.main.XMLServException
 
XMLServFileBackend - class com.xmlserv.main.XMLServFileBackend.
A sample backend serving (XML) files.
XMLServFileBackend() - Constructor for class com.xmlserv.main.XMLServFileBackend
Create instance.
XmlUtil - class com.xmlserv.util.XmlUtil.
 
XmlUtil() - Constructor for class com.xmlserv.util.XmlUtil
 

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