org.onebusaway.presentation.impl.resources
Class ClientBundleImpl

java.lang.Object
  extended by 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


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
com.google.gwt.resources.client.ClientBundle.Source
 
Constructor Summary
ClientBundleImpl(Class<?> bundleType)
           
 
Method Summary
 void addResource(com.google.gwt.resources.client.ResourcePrototype resource)
           
 String getName()
           
 com.google.gwt.resources.client.ResourcePrototype getResource(String name)
           
 Object invoke(Object proxy, Method method, Object[] args)
          InvocationHandler Interface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
InvocationHandler Interface

Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2012 OneBusAway. All Rights Reserved.