public class ComponentUtils extends Object
Constructor and Description |
---|
ComponentUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
containsExpression(String expr) |
static boolean |
isExpression(String expr)
Check if object is an expression
|
static String |
stripExpression(String expr)
Simply strip the "%{" and "}" off.
|
public static String stripExpression(String expr)
expr
- the expression (must be not null)public static boolean isExpression(String expr)
expr
- to treat as an expressionpublic static boolean containsExpression(String expr)
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.