public class ResourcesInvoker extends Object implements InvocationHandler
| Constructor and Description |
|---|
ResourcesInvoker(Class<?> bundleClass) |
| Modifier and Type | Method and Description |
|---|---|
protected ResourceBundle |
findBundle() |
protected String |
getAnnotationPattern(Method method) |
protected String |
getBundleName() |
protected String |
getBundlePattern(Method method) |
protected static String |
getDefaultPattern(Method method) |
protected String |
getPattern(Method method) |
protected String |
getText(Method method,
Object[] args) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public ResourcesInvoker(Class<?> bundleClass)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowableprotected String getBundleName()
protected final ResourceBundle findBundle()
Copyright © 2022 The Apache Software Foundation. All rights reserved.