|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.inject.rebind.binding.GinjectorBinding
public class GinjectorBinding
Simple binding that allows injection of the ginjector.
Constructor Summary | |
---|---|
GinjectorBinding(SourceWriteUtil sourceWriteUtil)
|
Method Summary | |
---|---|
RequiredKeys |
getRequiredKeys()
|
void |
writeCreatorMethods(com.google.gwt.user.rebind.SourceWriter writer,
java.lang.String creatorMethodSignature)
Writes the method necessary to create the binding's type to the writer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Inject public GinjectorBinding(SourceWriteUtil sourceWriteUtil)
Method Detail |
---|
public void writeCreatorMethods(com.google.gwt.user.rebind.SourceWriter writer, java.lang.String creatorMethodSignature)
Binding
creatorMethodSignature
must be written,
other methods are optional.
writeCreatorMethods
in interface Binding
writer
- writer that methods are written tocreatorMethodSignature
- signature of method that needs to be createdpublic RequiredKeys getRequiredKeys()
getRequiredKeys
in interface Binding
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |