|
GWT 2.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotFoundException | |
---|---|
com.google.gwt.core.ext.typeinfo | Type-introspection support classes used by generators. |
com.google.gwt.resources.ext | This package contains extension hooks for adding new resource types to ClientBundle. |
Uses of NotFoundException in com.google.gwt.core.ext.typeinfo |
---|
Methods in com.google.gwt.core.ext.typeinfo that throw NotFoundException | |
---|---|
JConstructor |
JRealClassType.getConstructor(JType[] paramTypes)
|
JConstructor |
JRawType.getConstructor(JType[] paramTypes)
|
JConstructor |
JParameterizedType.getConstructor(JType[] paramTypes)
|
abstract JConstructor |
JClassType.getConstructor(JType[] paramTypes)
|
JConstructor |
JArrayType.getConstructor(JType[] paramTypes)
|
JMethod |
JWildcardType.getMethod(java.lang.String name,
JType[] paramTypes)
|
JMethod |
JTypeParameter.getMethod(java.lang.String name,
JType[] paramTypes)
|
JMethod |
JRealClassType.getMethod(java.lang.String name,
JType[] paramTypes)
|
JMethod |
JRawType.getMethod(java.lang.String name,
JType[] paramTypes)
|
JMethod |
JParameterizedType.getMethod(java.lang.String name,
JType[] paramTypes)
|
abstract JMethod |
JClassType.getMethod(java.lang.String name,
JType[] paramTypes)
|
JMethod |
JArrayType.getMethod(java.lang.String name,
JType[] paramTypes)
|
JAnnotationMethod |
JAnnotationType.getMethod(java.lang.String name,
JType[] paramTypes)
|
JClassType |
JRealClassType.getNestedType(java.lang.String typeName)
|
JClassType |
JRawType.getNestedType(java.lang.String typeName)
|
JClassType |
JParameterizedType.getNestedType(java.lang.String typeName)
|
abstract JClassType |
JClassType.getNestedType(java.lang.String typeName)
|
JClassType |
JArrayType.getNestedType(java.lang.String typeName)
|
JPackage |
TypeOracle.getPackage(java.lang.String pkgName)
Gets a package by name. |
JClassType |
TypeOracle.getType(java.lang.String name)
Finds a type given its fully qualified name. |
JClassType |
JPackage.getType(java.lang.String typeName)
|
JClassType |
TypeOracle.getType(java.lang.String pkgName,
java.lang.String topLevelTypeSimpleName)
Finds a type given its package-relative name. |
Uses of NotFoundException in com.google.gwt.resources.ext |
---|
Methods in com.google.gwt.resources.ext that throw NotFoundException | |
---|---|
static JMethod |
ResourceGeneratorUtil.getMethodByPath(JClassType rootType,
java.util.List<java.lang.String> pathElements,
JType expectedReturnType)
Finds a method by following a dotted path interpreted as a series of no-arg method invocations from an instance of a given root type. |
|
GWT 2.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |