Package io.holunda.polyflow.urlresolver
Class PropertyBasedFormUrlResolver
-
- All Implemented Interfaces:
-
io.holunda.polyflow.view.FormUrlResolver
public final class PropertyBasedFormUrlResolver implements FormUrlResolverURL resolver backed with properties from yaml.
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringAPPLICATION_NAME_ATTRIBUTE
-
Constructor Summary
Constructors Constructor Description PropertyBasedFormUrlResolver(FormUrlResolverProperties props, ObjectMapper objectMapper)
-
Method Summary
Modifier and Type Method Description StringresolveUrl(Task task)StringresolveUrl(ProcessDefinition processDefinition)StringresolveUrl(DataEntry dataEntry)-
-
Constructor Detail
-
PropertyBasedFormUrlResolver
PropertyBasedFormUrlResolver(FormUrlResolverProperties props, ObjectMapper objectMapper)
-
-
Method Detail
-
resolveUrl
String resolveUrl(Task task)
-
resolveUrl
String resolveUrl(ProcessDefinition processDefinition)
-
resolveUrl
String resolveUrl(DataEntry dataEntry)
-
-
-
-