Package io.quarkus.qute
Class Results.NotFound
- java.lang.Object
-
- io.quarkus.qute.Results.NotFound
-
-
Field Summary
Fields Modifier and Type Field Description static Results.NotFoundEMPTY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasMessage()static Results.NotFoundfrom(EvalContext context)static Results.NotFoundfrom(String name)Optional<Object>getBase()Optional<String>getName()List<Expression>getParams()StringtoString()
-
-
-
Field Detail
-
EMPTY
public static final Results.NotFound EMPTY
-
-
Method Detail
-
from
public static Results.NotFound from(EvalContext context)
-
from
public static Results.NotFound from(String name)
-
getParams
public List<Expression> getParams()
- Returns:
- the list of parameters, is never
null
-
asMessage
public String asMessage()
-
-