Modifier and Type | Method and Description |
---|---|
protected PropertyStyle |
JexlInspectionResultProcessorConfig.getInjectThis() |
Modifier and Type | Method and Description |
---|---|
JexlInspectionResultProcessorConfig |
JexlInspectionResultProcessorConfig.setInjectThis(PropertyStyle injectThis)
Sets the PropertyStyle to use to inject a request-level 'this' attribute into JEXL
evaluations.
|
Modifier and Type | Method and Description |
---|---|
protected PropertyStyle |
FacesInspectionResultProcessorConfig.getInjectThis() |
Modifier and Type | Method and Description |
---|---|
FacesInspectionResultProcessorConfig |
FacesInspectionResultProcessorConfig.setInjectThis(PropertyStyle injectThis)
Sets the PropertyStyle to use to inject a request-level '_this' attribute (the underscore is
needed because 'this' is a reserved word in EL) into JSF evaluations.
|
Modifier and Type | Field and Description |
---|---|
protected PropertyStyle |
BaseObjectInspectorConfig.mPropertyStyle |
Modifier and Type | Method and Description |
---|---|
protected PropertyStyle |
BaseObjectInspectorConfig.getPropertyStyle()
Gets the style used to recognize properties.
|
protected PropertyStyle |
BaseXmlInspectorConfig.getRestrictAgainstObject() |
protected PropertyStyle |
BaseXmlInspectorConfig.getValidateAgainstClasses() |
Modifier and Type | Method and Description |
---|---|
BaseObjectInspectorConfig |
BaseObjectInspectorConfig.setPropertyStyle(PropertyStyle propertyStyle)
Sets the style used to recognize properties.
|
BaseXmlInspectorConfig |
BaseXmlInspectorConfig.setRestrictAgainstObject(PropertyStyle restrictAgainstObject)
Sets the property style used to restrict XML inspection against the given Object.
|
BaseXmlInspectorConfig |
BaseXmlInspectorConfig.setValidateAgainstClasses(PropertyStyle validateAgainstClasses)
Sets the property style used to validate whether properties defined in the XML match those
defined by the corresponding Java
Classes . |
Modifier and Type | Class and Description |
---|---|
class |
BasePropertyStyle
Convenience implementation for PropertyStyles.
|
Modifier and Type | Class and Description |
---|---|
class |
GroovyPropertyStyle
PropertyStyle for Groovy-style properties.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaBeanPropertyStyle
PropertyStyle for JavaBean-style properties.
|
Modifier and Type | Class and Description |
---|---|
class |
JavassistPropertyStyle
PropertyStyle for environments that use JavaBeans and have Javassist available.
|
Modifier and Type | Class and Description |
---|---|
class |
ScalaPropertyStyle
PropertyStyle for Scala-style properties.
|
Modifier and Type | Class and Description |
---|---|
class |
StaticPropertyStyle
PropertyStyle for statically-declared properties.
|
Modifier and Type | Method and Description |
---|---|
JpaInspectorConfig |
JpaInspectorConfig.setPropertyStyle(PropertyStyle propertyStyle)
Overridden to return a JpaInspectorConfig, as part of a fluent interface.
|
Modifier and Type | Method and Description |
---|---|
XmlInspectorConfig |
XmlInspectorConfig.setRestrictAgainstObject(PropertyStyle restrictAgainstObject)
Overridden to provide a covariant return type for our fluent interface.
|
XmlInspectorConfig |
XmlInspectorConfig.setValidateAgainstClasses(PropertyStyle validateAgainstClasses)
Overridden to provide a covariant return type for our fluent interface.
|
Modifier and Type | Field and Description |
---|---|
protected PropertyStyle |
SwingWidgetBuilderConfig.mPropertyStyle |
Modifier and Type | Method and Description |
---|---|
protected PropertyStyle |
SwingWidgetBuilderConfig.getPropertyStyle()
Gets the style used to recognize properties.
|
Modifier and Type | Method and Description |
---|---|
SwingWidgetBuilderConfig |
SwingWidgetBuilderConfig.setPropertyStyle(PropertyStyle propertyStyle)
Sets the style used to read properties.
|
Modifier and Type | Method and Description |
---|---|
protected PropertyStyle |
BeanUtilsBindingProcessorConfig.getPropertyStyle()
Gets the style used to recognize properties.
|
Modifier and Type | Method and Description |
---|---|
BeanUtilsBindingProcessorConfig |
BeanUtilsBindingProcessorConfig.setPropertyStyle(PropertyStyle propertyStyle)
Sets the style used to recognize properties.
|
Copyright © 2015. All Rights Reserved.