Uses of Class
org.apache.sling.scripting.sightly.use.ProviderOutcome
-
Packages that use ProviderOutcome Package Description org.apache.sling.scripting.sightly.use Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ProviderOutcome in org.apache.sling.scripting.sightly.use
Methods in org.apache.sling.scripting.sightly.use that return ProviderOutcome Modifier and Type Method Description static ProviderOutcome
ProviderOutcome. failure()
Create a failed outcome without a specificcause
.static ProviderOutcome
ProviderOutcome. failure(Throwable cause)
Create a failed outcome with the givencause
.static ProviderOutcome
ProviderOutcome. notNullOrFailure(Object obj)
If the given obj is notnull
return asuccessful outcome
, with the given result.ProviderOutcome
UseProvider. provide(String identifier, RenderContext renderContext, Bindings arguments)
Provide an instance based on the given identifierstatic ProviderOutcome
ProviderOutcome. success(Object result)
Create a successful outcome
-