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 ProviderOutcomeProviderOutcome. failure()Create a failed outcome without a specificcause.static ProviderOutcomeProviderOutcome. failure(Throwable cause)Create a failed outcome with the givencause.static ProviderOutcomeProviderOutcome. notNullOrFailure(Object obj)If the given obj is notnullreturn asuccessful outcome, with the given result.ProviderOutcomeUseProvider. provide(String identifier, RenderContext renderContext, Bindings arguments)Provide an instance based on the given identifierstatic ProviderOutcomeProviderOutcome. success(Object result)Create a successful outcome
-