Serialized Form


Package ro.isdc.wro

Class ro.isdc.wro.WroRuntimeException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package ro.isdc.wro.cache

Class ro.isdc.wro.cache.CacheKey extends Object implements Serializable

Serialized Fields

type

ResourceType type

groupName

String groupName

minimize

boolean minimize
Produce minimized version.


map

Map<K,V> map
A map of custom attributes.

Class ro.isdc.wro.cache.CacheValue extends Object implements Serializable

Serialized Fields

rawContent

String rawContent

gzippedContent

byte[] gzippedContent

hash

String hash

Package ro.isdc.wro.extensions.processor.support.csslint

Class ro.isdc.wro.extensions.processor.support.csslint.CssLintError extends Object implements Serializable

Serialized Fields

type

String type
Type of error.


message

String message
Detailed error message.


rule

CssRule rule
The rule with the problem.


line

int line

col

int col

evidence

String evidence

Class ro.isdc.wro.extensions.processor.support.csslint.CssLintException extends WroRuntimeException implements Serializable

Serialized Fields

errors

Collection<E> errors

Class ro.isdc.wro.extensions.processor.support.csslint.CssRule extends Object implements Serializable

Serialized Fields

id

String id
Rule id.


name

String name
Rule name.


desc

String desc
Detailed description of the rule.


browsers

String browsers
Affected browsers.


Package ro.isdc.wro.extensions.processor.support.linter

Class ro.isdc.wro.extensions.processor.support.linter.LinterError extends Object implements Serializable

Serialized Fields

line

int line
The line (relative to 0) at which the lint was found


character

int character
The character (relative to 0) at which the lint was found


reason

String reason
The problem


evidence

String evidence
The text line in which the problem occurred

Class ro.isdc.wro.extensions.processor.support.linter.LinterException extends WroRuntimeException implements Serializable

Serialized Fields

errors

Collection<E> errors

Package ro.isdc.wro.extensions.support.lint

Class ro.isdc.wro.extensions.support.lint.LintItem extends Object implements Serializable

Serialized Fields

line

int line
The line (relative to 0) at which the lint was found


column

int column
The character (relative to 0) at which the lint was found


reason

String reason
The problem


evidence

String evidence
The text line in which the problem occurred


severity

String severity
Type of error.

Class ro.isdc.wro.extensions.support.lint.LintItemAdapter extends LintItem implements Serializable


Package ro.isdc.wro.http.support

Class ro.isdc.wro.http.support.UnauthorizedRequestException extends WroRuntimeException implements Serializable

serialVersionUID: 1L


Package ro.isdc.wro.http.taglib

Class ro.isdc.wro.http.taglib.AbstractResourceTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

source

String source
The source path


Package ro.isdc.wro.manager.factory.standalone

Class ro.isdc.wro.manager.factory.standalone.StandaloneContext extends Object implements Serializable

Serialized Fields

wroFile

File wroFile
Exact location of the wro file.


contextFolder

File contextFolder

minimize

boolean minimize

ignoreMissingResources

boolean ignoreMissingResources
Inform the factory about the intention of ignoring the missing resources. If true - the missing resources will be ignored.


Package ro.isdc.wro.model.group

Class ro.isdc.wro.model.group.InvalidGroupNameException extends WroRuntimeException implements Serializable

serialVersionUID: 1L

Class ro.isdc.wro.model.group.RecursiveGroupDefinitionException extends WroRuntimeException implements Serializable

serialVersionUID: 1L


Package ro.isdc.wro.model.transformer

Class ro.isdc.wro.model.transformer.WildcardExpanderModelTransformer.NoMoreAttemptsIOException extends IOException implements Serializable



Copyright © 2008-2013. All Rights Reserved.