Uses of Class
com.sun.grizzly.http.webxml.schema.version_3_0.JavaIdentifierType

Packages that use JavaIdentifierType
com.sun.grizzly.http.webxml.schema.version_3_0   
 

Uses of JavaIdentifierType in com.sun.grizzly.http.webxml.schema.version_3_0
 

Fields in com.sun.grizzly.http.webxml.schema.version_3_0 declared as JavaIdentifierType
protected  JavaIdentifierType InjectionTargetType.injectionTargetName
           
protected  JavaIdentifierType LifecycleCallbackType.lifecycleCallbackMethod
           
 

Methods in com.sun.grizzly.http.webxml.schema.version_3_0 that return JavaIdentifierType
 JavaIdentifierType ObjectFactory.createJavaIdentifierType()
          Create an instance of JavaIdentifierType
 JavaIdentifierType InjectionTargetType.getInjectionTargetName()
          Gets the value of the injectionTargetName property.
 JavaIdentifierType LifecycleCallbackType.getLifecycleCallbackMethod()
          Gets the value of the lifecycleCallbackMethod property.
 

Methods in com.sun.grizzly.http.webxml.schema.version_3_0 with parameters of type JavaIdentifierType
 void InjectionTargetType.setInjectionTargetName(JavaIdentifierType value)
          Sets the value of the injectionTargetName property.
 void LifecycleCallbackType.setLifecycleCallbackMethod(JavaIdentifierType value)
          Sets the value of the lifecycleCallbackMethod property.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.