public class FormPublishContextBuilder extends Object
Constructor and Description |
---|
FormPublishContextBuilder() |
Modifier and Type | Method and Description |
---|---|
IFormPublishContext |
build(Benutzer benutzer,
PublishRequestParameter parameters)
builds an
IFormPublishContext based on the the given parameters. |
IExtendedFormPublishContext |
build(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
builds an
IExtendedFormPublishContext based on the given parameters. |
IFormPublishContext |
build(IFormPublishContext publishCtx)
builds the
IFormPublishContext based by loading all needed data from the master-server and sets them into
the given IFormPublishContext |
public IExtendedFormPublishContext build(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
IExtendedFormPublishContext
based on the given parameters. Uses
build(IFormPublishContext)
for loading the requested data.request
- HttpServletRequest
the request to useresponse
- HttpServletResponse
the response to useIExtendedFormPersistContext
public IFormPublishContext build(Benutzer benutzer, PublishRequestParameter parameters)
IFormPublishContext
based on the the given parameters. Uses build(IFormPublishContext)
for loading the requested data.benutzer
- Benutzer
which creates the requestparameters
- PublishRequestParameter
s to useIFormPublishContext
public IFormPublishContext build(IFormPublishContext publishCtx)
IFormPublishContext
based by loading all needed data from the master-server and sets them into
the given IFormPublishContext
publishCtx
- IFormPublishContext
for which the data should be loadedIFormPublishContext
extended by the loaded dataCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.