public class ExternalizerAdapter extends Object implements Externalizer
Externalizer
interface is just a shortcut
if you only want to implement one of the interfaces methods. Feel free to extend
this class and implement your own logic.Constructor and Description |
---|
ExternalizerAdapter() |
Modifier and Type | Method and Description |
---|---|
String |
resolveURL(String annotationValue,
Method method,
Object[] args)
Implement this method to provide an URL for a given method invocation.
|
String |
resolveXPath(String annotationValue,
Method method,
Object[] args)
Implement this method to provide a XPath expression for a given method invocation.
|
public String resolveXPath(String annotationValue, Method method, Object[] args)
resolveXPath
in interface Externalizer
public String resolveURL(String annotationValue, Method method, Object[] args)
resolveURL
in interface Externalizer
Copyright © 2012-12-21-2018. All Rights Reserved.