|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.libideas.resources.client.impl.ExternalTextResourcePrototype
public class ExternalTextResourcePrototype
Implements external resource fetching of TextResources.
Constructor Summary | |
---|---|
ExternalTextResourcePrototype(java.lang.String name,
java.lang.String url,
TextResource[] cache,
int index)
|
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the function within the ResourceBundle used to create the ResourcePrototype. |
void |
getText(TextResourceCallback callback)
Possibly fire off an HTTPRequest for the text resource. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExternalTextResourcePrototype(java.lang.String name, java.lang.String url, TextResource[] cache, int index)
Method Detail |
---|
public java.lang.String getName()
ResourcePrototype
getName
in interface ResourcePrototype
public void getText(TextResourceCallback callback) throws ResourceException
getText
in interface ExternalTextResource
ResourceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |