Class ClientBundleImpl
- java.lang.Object
-
- org.onebusaway.presentation.impl.resources.ClientBundleImpl
-
- All Implemented Interfaces:
com.google.gwt.resources.client.ClientBundle,InvocationHandler
public class ClientBundleImpl extends Object implements com.google.gwt.resources.client.ClientBundle, InvocationHandler
-
-
Constructor Summary
Constructors Constructor Description ClientBundleImpl(Class<?> bundleType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddResource(com.google.gwt.resources.client.ResourcePrototype resource)StringgetName()com.google.gwt.resources.client.ResourcePrototypegetResource(String name)Objectinvoke(Object proxy, Method method, Object[] args)InvocationHandlerInterface
-
-
-
Constructor Detail
-
ClientBundleImpl
public ClientBundleImpl(Class<?> bundleType)
-
-
Method Detail
-
getName
public String getName()
-
addResource
public void addResource(com.google.gwt.resources.client.ResourcePrototype resource)
-
getResource
public com.google.gwt.resources.client.ResourcePrototype getResource(String name)
-
invoke
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
InvocationHandlerInterface- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-
-