Uses of Interface
org.jboss.as.controller.transform.PathAddressTransformer
-
Packages that use PathAddressTransformer Package Description org.jboss.as.controller.registry org.jboss.as.controller.transform org.jboss.as.controller.transform.description -
-
Uses of PathAddressTransformer in org.jboss.as.controller.registry
Methods in org.jboss.as.controller.registry that return types with arguments of type PathAddressTransformer Modifier and Type Method Description List<PathAddressTransformer>OperationTransformerRegistry. getPathTransformations(PathAddress address, OperationTransformerRegistry.PlaceholderResolver placeholderResolver)Get a list of path transformers for a given address.Methods in org.jboss.as.controller.registry with parameters of type PathAddressTransformer Modifier and Type Method Description voidGlobalTransformerRegistry. createChildRegistry(PathAddress address, ModelVersion version, PathAddressTransformer pathAddressTransformer, ResourceTransformer resourceTransformer, OperationTransformer operationTransformer, boolean placeholder)voidGlobalTransformerRegistry. createChildRegistry(PathAddress address, ModelVersion version, PathAddressTransformer pathAddressTransformer, ResourceTransformer resourceTransformer, OperationTransformer operationTransformer, boolean inherited, boolean placeholder)Register an operation transformer.Method parameters in org.jboss.as.controller.registry with type arguments of type PathAddressTransformer Modifier and Type Method Description voidOperationTransformerRegistry.PlaceholderResolver. resolvePathTransformers(Iterator<PathElement> iterator, List<PathAddressTransformer> list)Adds path address transformers to the list for the relative address and below of the currentOperationTransformerRegistryentryConstructors in org.jboss.as.controller.registry with parameters of type PathAddressTransformer Constructor Description OperationTransformerRegistry(PathAddressTransformer pathAddressTransformer, OperationTransformerRegistry.ResourceTransformerEntry resourceTransformer, OperationTransformerRegistry.OperationTransformerEntry defaultTransformer, boolean placeholder) -
Uses of PathAddressTransformer in org.jboss.as.controller.transform
Classes in org.jboss.as.controller.transform that implement PathAddressTransformer Modifier and Type Class Description static classPathAddressTransformer.BasicPathAddressTransformerstatic classPathAddressTransformer.ReplaceElementKeyFields in org.jboss.as.controller.transform declared as PathAddressTransformer Modifier and Type Field Description static PathAddressTransformerPathAddressTransformer. DEFAULTMethods in org.jboss.as.controller.transform that return PathAddressTransformer Modifier and Type Method Description PathAddressTransformerTransformerEntry. getPathTransformation()Methods in org.jboss.as.controller.transform that return types with arguments of type PathAddressTransformer Modifier and Type Method Description List<PathAddressTransformer>TransformationTarget. getPathTransformation(PathAddress address)Get path transformations.List<PathAddressTransformer>TransformationTargetImpl. getPathTransformation(PathAddress address)Methods in org.jboss.as.controller.transform with parameters of type PathAddressTransformer Modifier and Type Method Description TransformersSubRegistrationTransformerRegistry.TransformersSubRegistrationImpl. registerSubResource(PathElement element, PathAddressTransformer pathAddressTransformer, ResourceTransformer resourceTransformer, OperationTransformer operationTransformer)TransformersSubRegistrationTransformerRegistry.TransformersSubRegistrationImpl. registerSubResource(PathElement element, PathAddressTransformer pathAddressTransformer, ResourceTransformer resourceTransformer, OperationTransformer operationTransformer, boolean inherited, boolean placeholder)TransformersSubRegistrationTransformersSubRegistration. registerSubResource(PathElement element, PathAddressTransformer pathAddressTransformer, ResourceTransformer resourceTransformer, OperationTransformer operationTransformer)Register a sub resource.TransformersSubRegistrationTransformersSubRegistration. registerSubResource(PathElement element, PathAddressTransformer pathAddressTransformer, ResourceTransformer resourceTransformer, OperationTransformer operationTransformer, boolean inherited, boolean placeholder)Register a sub resource.Constructor parameters in org.jboss.as.controller.transform with type arguments of type PathAddressTransformer Constructor Description BuilderImpl(Iterator<PathAddressTransformer> transformers, PathAddress original) -
Uses of PathAddressTransformer in org.jboss.as.controller.transform.description
Fields in org.jboss.as.controller.transform.description declared as PathAddressTransformer Modifier and Type Field Description protected PathAddressTransformerAbstractTransformationDescriptionBuilder. pathAddressTransformerprotected PathAddressTransformerAbstractTransformationDescriptionBuilder. pathAddressTransformerMethods in org.jboss.as.controller.transform.description that return PathAddressTransformer Modifier and Type Method Description PathAddressTransformerTransformationDescription. getPathAddressTransformer()Get the path transformation for this level.Methods in org.jboss.as.controller.transform.description with parameters of type PathAddressTransformer Modifier and Type Method Description ResourceTransformationDescriptionBuilderResourceTransformationDescriptionBuilder. addChildRedirection(PathElement pathElement, PathAddressTransformer pathAddressTransformer)Add a child resource, where all operation will get redirected to a different address defined by the path transformation.ResourceTransformationDescriptionBuilderResourceTransformationDescriptionBuilder. addChildRedirection(PathElement pathElement, PathAddressTransformer pathAddressTransformer, DynamicDiscardPolicy dynamicDiscardPolicy)Add a child resource, where all operation will get redirected to a different address defined by the path transformation.
-