Serialized Form


Package net.sourceforge.wurfl.core

Class net.sourceforge.wurfl.core.CapabilityNotDefinedException extends WURFLRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

capabilityName

String capabilityName
The name of capability not defined

Class net.sourceforge.wurfl.core.DefaultCapabilitiesHolder extends Object implements Serializable

serialVersionUID: 100L

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

capabilities

Map<K,V> capabilities
The map where the capabilities are stored

Class net.sourceforge.wurfl.core.DefaultDevice extends Object implements Serializable

serialVersionUID: 101L

Serialized Fields

id

String id
Device identifier


userAgent

String userAgent

capabilityHolder

CapabilitiesHolder capabilityHolder
CapabilitiesHolder instance used to get capabilities values


markupResolver

MarkupResolver markupResolver
MarkupResolver used to obtain MarkUp for device

Class net.sourceforge.wurfl.core.DefaultMarkupResolver extends Object implements Serializable

serialVersionUID: 1L

Class net.sourceforge.wurfl.core.DeviceNotDefinedException extends WURFLRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

deviceId

String deviceId
The not defined device id

Class net.sourceforge.wurfl.core.GroupNotDefinedException extends WURFLRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

groupId

String groupId
Group not defined

Class net.sourceforge.wurfl.core.HierarchyCapabilitiesHolder extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

hierarchy

List<E> hierarchy
A ModelDevice hierarchy. To know how is defined hierarchy look at WURFLModel#getDeviceHierarchy(ModelDevice).

Class net.sourceforge.wurfl.core.WURFLException extends Exception implements Serializable

serialVersionUID: 1L

Class net.sourceforge.wurfl.core.WURFLRuntimeException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package net.sourceforge.wurfl.core.request

Class net.sourceforge.wurfl.core.request.DefaultWURFLRequest extends Object implements Serializable

serialVersionUID: 100L

Serialized Fields

userAgent

String userAgent
user-agent


userAgentProfile

String userAgentProfile
UAProf


Package net.sourceforge.wurfl.core.resource

Class net.sourceforge.wurfl.core.resource.BadCapabilityGroupException extends CapabilityConsistencyException implements Serializable

serialVersionUID: 10L

Serialized Fields

badGroup

String badGroup
The bad group definig the capability


rightGroup

String rightGroup
The group must to define this capability

Class net.sourceforge.wurfl.core.resource.CapabilityConsistencyException extends DeviceConsistencyException implements Serializable

serialVersionUID: 10L

Serialized Fields

capability

String capability
The capability target of this Exception

Class net.sourceforge.wurfl.core.resource.CircularHierarchyException extends HierarchyConsistencyException implements Serializable

serialVersionUID: 10L

Class net.sourceforge.wurfl.core.resource.DeviceConsistencyException extends WURFLConsistencyException implements Serializable

serialVersionUID: 10L

Serialized Fields

device

ModelDevice device
The ModelDevice object of this Exception

Class net.sourceforge.wurfl.core.resource.DeviceNotInModelException extends WURFLRuntimeException implements Serializable

serialVersionUID: 10L

Serialized Fields

modelDevice

ModelDevice modelDevice
The unmanaged ModelDevice

Class net.sourceforge.wurfl.core.resource.GenericNotDefinedException extends WURFLConsistencyException implements Serializable

serialVersionUID: 10L

Class net.sourceforge.wurfl.core.resource.GroupConsistencyException extends DeviceConsistencyException implements Serializable

serialVersionUID: 10L

Serialized Fields

group

String group
The group object of this Exception.

Class net.sourceforge.wurfl.core.resource.HierarchyConsistencyException extends WURFLConsistencyException implements Serializable

serialVersionUID: 10L

Serialized Fields

hierarchy

List<E> hierarchy
The ModelDevice hierarchy source of this Exception

Class net.sourceforge.wurfl.core.resource.InexistentCapabilityException extends CapabilityConsistencyException implements Serializable

serialVersionUID: 10L

Class net.sourceforge.wurfl.core.resource.InexistentGroupException extends GroupConsistencyException implements Serializable

serialVersionUID: 10L

Class net.sourceforge.wurfl.core.resource.ModelDevice extends Object implements Serializable

serialVersionUID: 10L

Serialized Fields

userAgent

String userAgent
The userAgent string


id

String id
The identifier of this device


fallBack

String fallBack
The identifier of fallback device


actualDeviceRoot

boolean actualDeviceRoot
This indicates whether this is root device


capabilities

Map<K,V> capabilities
The capabilities defined by this device


groupsByCapability

Map<K,V> groupsByCapability
The capabilities identifiers stored by defining group identifier

Class net.sourceforge.wurfl.core.resource.ModelDevices extends Object implements Serializable

serialVersionUID: 10L

Serialized Fields

devicesById

Map<K,V> devicesById
Delegate map of ModelDevice by String

Class net.sourceforge.wurfl.core.resource.OrphanHierarchyException extends HierarchyConsistencyException implements Serializable

serialVersionUID: 10L

Class net.sourceforge.wurfl.core.resource.ResourceData extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
Name of the resource


version

String version
Version or the resource


patch

boolean patch
Specifies if this resource is a patch


devices

ModelDevices devices
Managed ModelDevices

Class net.sourceforge.wurfl.core.resource.UserAgentConsistencyException extends DeviceConsistencyException implements Serializable

serialVersionUID: 10L

Serialized Fields

userAgent

String userAgent
User-Agent source of this exception

Class net.sourceforge.wurfl.core.resource.UserAgentNotUniqueException extends UserAgentConsistencyException implements Serializable

serialVersionUID: 10L

Serialized Fields

definingDevice

ModelDevice definingDevice
The device define target user-agent

Class net.sourceforge.wurfl.core.resource.UserAgentOverrideException extends UserAgentConsistencyException implements Serializable

serialVersionUID: 10L

Serialized Fields

existUserAgent

String existUserAgent
The defined user-agent

Class net.sourceforge.wurfl.core.resource.WURFLConsistencyException extends WURFLRuntimeException implements Serializable

serialVersionUID: 10L

Class net.sourceforge.wurfl.core.resource.WURFLModelEvent extends EventObject implements Serializable

serialVersionUID: 10L

Serialized Fields

type

int type
type of event : in DEVICE_ADDED or DEVICE_UPDATED


devices

Set<E> devices
The devices target of this event: the devices added, removed or updated

Class net.sourceforge.wurfl.core.resource.WURFLParsingException extends WURFLRuntimeException implements Serializable

serialVersionUID: 10L

Class net.sourceforge.wurfl.core.resource.WURFLResourceException extends WURFLRuntimeException implements Serializable

serialVersionUID: 10L

Serialized Fields

resource

WURFLResource resource
The exception source



Copyright © 2008-2010 WURFL-Pro srl. All Rights Reserved.