Class VelocityUtil
java.lang.Object
swiss.trustbroker.common.saml.util.VelocityUtil
renderTemplate copied from HTTPPostEncoder and adapted.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> voidpopulateVelocityContext(org.apache.velocity.VelocityContext velocityContext, Map<String, T> contextValues) static <T> voidrenderTemplate(org.apache.velocity.app.VelocityEngine velocityEngine, jakarta.servlet.http.HttpServletResponse response, String velocityTemplate, Map<String, T> contextValues) static voidrenderTemplate(org.apache.velocity.app.VelocityEngine velocityEngine, jakarta.servlet.http.HttpServletResponse response, String velocityTemplate, org.apache.velocity.VelocityContext context)
-
Field Details
-
VELOCITY_SLO_TEMPLATE_ID
- See Also:
-
VELOCITY_REDIRECT_TEMPLATE_ID
- See Also:
-
VELOCITY_WS_FED_TEMPLATE_ID
- See Also:
-
VELOCITY_TEMPLATE_SKINNY_HRD
- See Also:
-
VELOCITY_PARAM_XTB_SIG_ALG
- See Also:
-
VELOCITY_PARAM_XTB_SIGNATURE
- See Also:
-
VELOCITY_PARAM_XTB_HTTP_METHOD
- See Also:
-
VELOCITY_PARAM_XTB_ACTION
- See Also:
-
VELOCITY_PARAM_XTB_CONTEXT
- See Also:
-
VELOCITY_PARAM_XTB_RESULT
- See Also:
-
VELOCITY_PARAM_ACTION
- See Also:
-
VELOCITY_PARAM_ADDITIONAL_FIELDS
- See Also:
-
VELOCITY_PARAM_VERSION
- See Also:
-
VELOCITY_PARAM_TILES
- See Also:
-
-
Method Details
-
populateVelocityContext
-
renderTemplate
-
renderTemplate
public static void renderTemplate(org.apache.velocity.app.VelocityEngine velocityEngine, jakarta.servlet.http.HttpServletResponse response, String velocityTemplate, org.apache.velocity.VelocityContext context)
-