Uses of Class
de.xima.fc.mdl.request.PublishRequestParameter
-
Packages that use PublishRequestParameter Package Description de.xima.fc.form de.xima.fc.form.publish de.xima.fc.interfaces.form de.xima.fc.mdl.request -
-
Uses of PublishRequestParameter in de.xima.fc.form
Methods in de.xima.fc.form that return PublishRequestParameter Modifier and Type Method Description static PublishRequestParameter
FormPublishUtil. requestParamsOf(javax.servlet.http.HttpServletRequest req)
Deprecated. -
Uses of PublishRequestParameter in de.xima.fc.form.publish
Fields in de.xima.fc.form.publish declared as PublishRequestParameter Modifier and Type Field Description protected PublishRequestParameter
FormPublishContext. requestParameter
Methods in de.xima.fc.form.publish that return PublishRequestParameter Modifier and Type Method Description PublishRequestParameter
FormPublishContext. getReqParams()
Deprecated.PublishRequestParameter
FormPublishContext. getRequestParameter()
static PublishRequestParameter
PublishRequestParameterParser. parameters(javax.servlet.http.HttpServletRequest req)
Methods in de.xima.fc.form.publish with parameters of type PublishRequestParameter Modifier and Type Method Description IFormPublishContext
FormPublishContextBuilder. build(Benutzer benutzer, PublishRequestParameter parameters)
builds anIFormPublishContext
based on the the given parameters.Constructors in de.xima.fc.form.publish with parameters of type PublishRequestParameter Constructor Description FormPublishContext(IEntityContext ec, PublishRequestParameter requestParameter)
FormPublishContext(UserContext uc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, PublishRequestParameter requestParameter)
Deprecated. -
Uses of PublishRequestParameter in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return PublishRequestParameter Modifier and Type Method Description PublishRequestParameter
IFormPublishContext. getReqParams()
Deprecated.PublishRequestParameter
IFormPublishContext. getRequestParameter()
-
Uses of PublishRequestParameter in de.xima.fc.mdl.request
Methods in de.xima.fc.mdl.request that return PublishRequestParameter Modifier and Type Method Description static PublishRequestParameter
PublishRequestParameter. getFailed()
-