org.androidannotations.holder
Class EApplicationHolder

java.lang.Object
  extended by org.androidannotations.holder.BaseGeneratedClassHolder
      extended by org.androidannotations.holder.EComponentHolder
          extended by org.androidannotations.holder.EApplicationHolder
All Implemented Interfaces:
GeneratedClassHolder

public class EApplicationHolder
extends EComponentHolder


Field Summary
static String GET_APPLICATION_INSTANCE
           
 
Fields inherited from class org.androidannotations.holder.EComponentHolder
contextRef, init
 
Fields inherited from class org.androidannotations.holder.BaseGeneratedClassHolder
annotatedElement, codeModelHelper, generatedClass, processHolder
 
Constructor Summary
EApplicationHolder(ProcessHolder processHolder, TypeElement annotatedElement)
           
 
Method Summary
protected  void setContextRef()
           
protected  void setInit()
           
 
Methods inherited from class org.androidannotations.holder.EComponentHolder
getContextRef, getDatabaseHelperRef, getHandler, getInit, getInitBody, getResourcesRef
 
Methods inherited from class org.androidannotations.holder.BaseGeneratedClassHolder
classes, codeModel, definedClass, getAnnotatedElement, getGeneratedClass, processingEnvironment, refClass, refClass, setGeneratedClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GET_APPLICATION_INSTANCE

public static final String GET_APPLICATION_INSTANCE
See Also:
Constant Field Values
Constructor Detail

EApplicationHolder

public EApplicationHolder(ProcessHolder processHolder,
                          TypeElement annotatedElement)
                   throws Exception
Throws:
Exception
Method Detail

setContextRef

protected void setContextRef()
Specified by:
setContextRef in class EComponentHolder

setInit

protected void setInit()
Specified by:
setInit in class EComponentHolder


Copyright © 2010-2014. All Rights Reserved.