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

Quick Search    Search Deep
A D E F G H I L O S T

A

addError(HttpServletRequest, String) - Method in class openfuture.editxml.servlet.EditorServlet
Add an error.
addError(HttpServletRequest, String, String) - Method in class openfuture.editxml.servlet.EditorServlet
Add an error.
addError(HttpServletRequest, String, String, String) - Method in class openfuture.editxml.servlet.EditorServlet
Add an error.
addError(HttpServletRequest, String, Exception) - Method in class openfuture.editxml.servlet.EditorServlet
Add an error.

D

DomainFromFileProviderServlet - class openfuture.editxml.servlet.DomainFromFileProviderServlet.
This servlet initializes the list of XML domains from an initialization file.
DomainFromFileProviderServlet() - Constructor for class openfuture.editxml.servlet.DomainFromFileProviderServlet
 

E

EditXmlJspServlet - class openfuture.editxml.servlet.EditXmlJspServlet.
Servlet initializing the JSP contexts.
EditXmlJspServlet() - Constructor for class openfuture.editxml.servlet.EditXmlJspServlet
 
EditorServlet - class openfuture.editxml.servlet.EditorServlet.
Servlet managing the edit process of XML files.
EditorServlet() - Constructor for class openfuture.editxml.servlet.EditorServlet
 
EditorServletProxy - class openfuture.editxml.servlet.EditorServletProxy.
Proxy class to EditorServlet.
EditorServletProxy(String) - Constructor for class openfuture.editxml.servlet.EditorServletProxy
Creates a new EditorServletProxy instance.
editForm(XmlDomain, String, HttpServletRequest, HttpServletResponse) - Method in class openfuture.editxml.servlet.EditorServlet
Continue editing the JspConstants.XMLFORM>JspConstants.XMLFORM 55 .
error2Exception() - Method in class openfuture.editxml.servlet.EditorServlet
Converts the first error from EditorServlet.getErrors() 55 into an I18NException.
errors - Variable in class openfuture.editxml.servlet.EditorServlet
 

F

forward(String, HttpServletRequest, HttpServletResponse) - Method in class openfuture.editxml.servlet.EditorServlet
Forward the HTTP request.
forwardError(HttpServletRequest, HttpServletResponse) - Method in class openfuture.editxml.servlet.EditorServlet
Forward the request to the error page.
forwardFailure(HttpServletRequest, HttpServletResponse, String, String) - Method in class openfuture.editxml.servlet.EditorServlet
Forward the request to the original page.
forwards - Variable in class openfuture.editxml.servlet.EditorServlet
 

G

getDocument(String, String) - Method in class openfuture.editxml.servlet.EditorServlet
Load the XML file and parse it.
getDomainTable() - Method in class openfuture.editxml.servlet.EditorServletProxy
Retrieve the XML domains.
getEntries(String, String) - Method in class openfuture.editxml.servlet.EditorServletProxy
Retrieve the content from the given file converted into an XML form.
getErrors() - Method in class openfuture.editxml.servlet.EditorServlet
Get the value of errors (lazily instantiated).
getFileTable() - Method in class openfuture.editxml.servlet.EditorServletProxy
Retrieve the file list table.
getForm(XmlDomain, String, HttpServletRequest, HttpServletResponse) - Method in class openfuture.editxml.servlet.EditorServlet
Fills the XmlForm from the file filename contained in the XML domain domainname.
getMessage(HttpServletRequest, String, Object[]) - Method in class openfuture.editxml.servlet.EditorServlet
Translate a message with the given key using the current locale and the message resources stored in Action.MESSAGES_KEY.
getParameter(Hashtable, String) - Method in class openfuture.editxml.servlet.EditorServlet
Extracts a single parameter from the parameter hashtable.
getServletURL() - Method in class openfuture.editxml.servlet.EditorServletProxy
Get the value of servletURL.
getXmlDomain(String) - Method in class openfuture.editxml.servlet.EditorServletProxy
Retrieve the XML domain with the given name.

H

handleAction(Hashtable, HttpServletRequest, HttpServletResponse) - Method in class openfuture.editxml.servlet.EditorServlet
Dispatcher for the action commands.

I

init(ServletConfig) - Method in class openfuture.editxml.servlet.DomainFromFileProviderServlet
Initializes the servlet.
init(ServletConfig) - Method in class openfuture.editxml.servlet.EditXmlJspServlet
Initializes the servlet.
init(ServletConfig) - Method in class openfuture.editxml.servlet.EditorServlet
Initializes the servlet.
isNewError - Variable in class openfuture.editxml.servlet.EditorServlet
 
isNewError() - Method in class openfuture.editxml.servlet.EditorServlet
Get the value of isNewError.
isSerializeRequest() - Method in class openfuture.editxml.servlet.EditorServlet
Get the value of serializeRequest.

L

loadForm(XmlDomain, String, HttpServletRequest) - Method in class openfuture.editxml.servlet.EditorServlet
Read the XML file and convert it into an XML domain.

O

openfuture.editxml.servlet - package openfuture.editxml.servlet
 

S

saveAsEntries(Hashtable, String, String, String) - Method in class openfuture.editxml.servlet.EditorServletProxy
Save the XML form as a new XML file to the server.
saveDocument(Document, String, String) - Method in class openfuture.editxml.servlet.EditorServlet
Serialize the XML document and save it.
saveEntries(Hashtable, String, String) - Method in class openfuture.editxml.servlet.EditorServletProxy
Save the XML form as XML file to the server.
saveErrors(HttpServletRequest, ActionErrors) - Method in class openfuture.editxml.servlet.EditorServlet
Save the errors as request attribute.
saveForm(XmlDomain, String, String, Hashtable, HttpServletRequest, HttpServletResponse) - Method in class openfuture.editxml.servlet.EditorServlet
Save the XML form to the XML file.
serializeRequest - Variable in class openfuture.editxml.servlet.EditorServlet
 
service(String, Serializable) - Method in class openfuture.editxml.servlet.EditorServletProxy
Contact the EditorServlet defined by #getServletURL(String).
servletURL - Variable in class openfuture.editxml.servlet.EditorServletProxy
 
setErrors(ActionErrors) - Method in class openfuture.editxml.servlet.EditorServlet
Set the value of errors.
setIsNewError(boolean) - Method in class openfuture.editxml.servlet.EditorServlet
Set the value of isNewError.
setSerializeRequest(boolean) - Method in class openfuture.editxml.servlet.EditorServlet
Set the value of serializeRequest.
setServletURL(String) - Method in class openfuture.editxml.servlet.EditorServletProxy
Set the value of servletURL.

T

toHtml(String) - Method in class openfuture.editxml.servlet.EditorServlet
Convert the given text into HTML and translates < into &lt; respectively > into &gt;.

A D E F G H I L O S T