Package | Description |
---|---|
de.xima.fc.form.designer.servlet | |
de.xima.fc.session |
Modifier and Type | Method and Description |
---|---|
protected FormTemplate |
DesignerTemplateServlet.createFormTemplate(FD2Session session,
Map<String,String> pm) |
protected abstract FormTemplate |
AbstractFD2TemplateServlet.createFormTemplate(FD2Session session,
Map<String,String> pm)
Creates a new templates from the request and persists it.
|
protected boolean |
DesignerTemplateServlet.deleteFormTemplate(FD2Session session,
long id) |
protected abstract boolean |
AbstractFD2TemplateServlet.deleteFormTemplate(FD2Session session,
long id)
Deletes the template with the given ID.
|
protected FormTemplateFile |
DesignerTemplateServlet.getFormTemplateFile(FD2Session session,
Long id) |
protected abstract FormTemplateFile |
AbstractFD2TemplateServlet.getFormTemplateFile(FD2Session session,
Long id) |
protected boolean |
DesignerTemplateServlet.getTagsAndTemplates(FD2Session session,
Long id,
List<FormTemplateTag> tags,
List<FormTemplate> templates) |
protected abstract boolean |
AbstractFD2TemplateServlet.getTagsAndTemplates(FD2Session session,
Long id,
List<FormTemplateTag> tags,
List<FormTemplate> templates)
Returns all available tags and adds the
FormTemplate with the given ID to the list. |
protected FormTemplate |
DesignerTemplateServlet.updateFormTemplate(FD2Session session,
long id,
Map<String,String> pm) |
protected abstract FormTemplate |
AbstractFD2TemplateServlet.updateFormTemplate(FD2Session session,
long id,
Map<String,String> pm)
Updates the template with the given ID.
|
Modifier and Type | Method and Description |
---|---|
static FD2Session |
FD2SessionManager.addSession(XfcSession userSession,
String formSessionID) |
static FD2Session |
FD2SessionManager.current(javax.servlet.http.HttpServletRequest request) |
static FD2Session |
FD2SessionManager.getSession(javax.servlet.http.HttpServletRequest request) |
static FD2Session |
FD2SessionManager.getSession(javax.servlet.http.HttpServletRequest request,
String formSessionID) |
static FD2Session |
FD2SessionManager.getSession(XfcSession xfcSess,
String formSessionID) |
static FD2Session |
FD2SessionManager.registerFormRequest(javax.servlet.http.HttpServletRequest request) |
static FD2Session |
FD2SessionManager.remove(javax.servlet.http.HttpServletRequest req,
String formRequestId) |
Modifier and Type | Method and Description |
---|---|
Map<String,FD2Session> |
XfcSession.getFD2Sessions()
Retrieve the FD2Session-Map from the current HTTP-Session, which is inside the XfcSession object.
|
static Map<String,Map<String,FD2Session>> |
FD2SessionManager.getSessionMap() |
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.