Uses of Class
org.w3c.mwi.mobileok.basic.Resource.LoadType

Uses of Resource.LoadType in org.w3c.mwi.mobileok.basic
 

Fields in org.w3c.mwi.mobileok.basic declared as Resource.LoadType
private  Resource.LoadType Resource.loadType
          Browsing rendering type of the resource.
 

Methods in org.w3c.mwi.mobileok.basic that return Resource.LoadType
 Resource.LoadType Resource.getLoadType()
          Returns the load type of the resource.
static Resource.LoadType Resource.LoadType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Resource.LoadType[] Resource.LoadType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.w3c.mwi.mobileok.basic with parameters of type Resource.LoadType
 void Resource.setLoadType(Resource.LoadType type)
          Sets the load type of the resource.
 

Constructors in org.w3c.mwi.mobileok.basic with parameters of type Resource.LoadType
Resource(java.net.URI uri, int depth, ResourceContext resourceContext, Resource.LoadType loadType)
          Creates a class instance bound to a URI, a depth and a context.