JBoss Metadata Common 7.2.2.Final

Package org.jboss.metadata.property

Interface Summary
PropertyReplacer Replace any properties found within the provided text.
PropertyResolver Deprecated. use SimpleExpressionResolver, which has a clearer contract
SimpleExpressionResolver Resolves the value of a simple expression, where a simple expression is defined as the content between the strings "${" and "}", with no other simple expressions nested inside.
 

Class Summary
CompatibilityExpressionResolver Converts between PropertyResolver by delegating the CompatibilityExpressionResolver.resolveExpressionContent(String) call to a provided PropertyResolver.
CompositePropertyResolver Resolves properties using a series of other PropertyResolvers.
DefaultExpressionReplacer PropertyReplacer that can deal with nested expressions and with recursively resolution in cases where expression resolves to another expression.
JBossASSimpleExpressionResolver Base class for SimpleExpressionResolver implementations that handle traditional JBoss AS style expressions, with syntax key[,key]*[:defaultValue].
PropertiesPropertyResolver Resolves properties using a Properties object.
PropertyReplacers Provides standard PropertyReplacer implementations.
SimpleExpressionResolver.ResolutionResult The result of resolving some expression content.
SystemPropertyResolver Attempt to resolve properties using system and environment properties.
 


JBoss Metadata Common 7.2.2.Final

Copyright © 2015 JBoss by Red Hat. All Rights Reserved.