Uses of Class
org.glassfish.grizzly.servlet.ver30.JavaIdentifierType

Packages that use JavaIdentifierType
org.glassfish.grizzly.servlet.ver30   
 

Uses of JavaIdentifierType in org.glassfish.grizzly.servlet.ver30
 

Fields in org.glassfish.grizzly.servlet.ver30 declared as JavaIdentifierType
protected  JavaIdentifierType InjectionTargetType.injectionTargetName
           
protected  JavaIdentifierType LifecycleCallbackType.lifecycleCallbackMethod
           
 

Fields in org.glassfish.grizzly.servlet.ver30 with type parameters of type JavaIdentifierType
protected  java.util.List<JavaIdentifierType> OrderingOrderingType.name
           
 

Methods in org.glassfish.grizzly.servlet.ver30 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 org.glassfish.grizzly.servlet.ver30 that return types with arguments of type JavaIdentifierType
 javax.xml.bind.JAXBElement<JavaIdentifierType> ObjectFactory.createWebFragmentTypeName(JavaIdentifierType value)
          Create an instance of JAXBElement<JavaIdentifierType>}
 java.util.List<JavaIdentifierType> OrderingOrderingType.getName()
          Gets the value of the name property.
 

Methods in org.glassfish.grizzly.servlet.ver30 with parameters of type JavaIdentifierType
 javax.xml.bind.JAXBElement<JavaIdentifierType> ObjectFactory.createWebFragmentTypeName(JavaIdentifierType value)
          Create an instance of JAXBElement<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 © 2011 Oracle Corpration. All Rights Reserved.