A B C D E F G H I L M N O P R S T V Z _

A

add(Object) - Method in class org.zkoss.zuss.util.Color
Returns a color that adds this color and the given object.
add(Object, Object) - Static method in class org.zkoss.zuss.util.Operators
Adds the given values.
add(Object) - Method in class org.zkoss.zuss.util.Size
Returns a size that adds this size and the given object.
appendChild(NodeInfo) - Method in interface org.zkoss.zuss.metainfo.NodeInfo
Append a child
ArgumentDefinition - Class in org.zkoss.zuss.metainfo
Represents the defintion of arguments of MixinDefinition and FunctionDefinition.
ArgumentDefinition(String, String, int) - Constructor for class org.zkoss.zuss.metainfo.ArgumentDefinition
 

B

BlockDefinition - Class in org.zkoss.zuss.metainfo
Represents a block with an optional condition.
BlockDefinition(NodeInfo, Expression, int) - Constructor for class org.zkoss.zuss.metainfo.BlockDefinition
 
blue - Variable in class org.zkoss.zuss.util.Color
 
BuiltinResolver - Class in org.zkoss.zuss.impl.out
The resolver providing the built-in variables and functions.
BuiltinResolver() - Constructor for class org.zkoss.zuss.impl.out.BuiltinResolver
 

C

Classes - Class in org.zkoss.zuss.util
Class related utilities.
Classes() - Constructor for class org.zkoss.zuss.util.Classes
 
coerce(Class<?>, Object) - Static method in class org.zkoss.zuss.util.Classes
Converts an object to the specified class.
Color - Class in org.zkoss.zuss.util
Represents a color.
Color(int) - Constructor for class org.zkoss.zuss.util.Color
 
Color(String) - Constructor for class org.zkoss.zuss.util.Color
 
Color(int, int, int) - Constructor for class org.zkoss.zuss.util.Color
 
compare(Object, Object) - Static method in class org.zkoss.zuss.util.Operators
Compares the given values.
compareTo(Object) - Method in class org.zkoss.zuss.util.Color
Compares with another object
compareTo(Object) - Method in class org.zkoss.zuss.util.Size
Compares with another object
ConstantValue - Class in org.zkoss.zuss.metainfo
Represents a value, i.e., the value on the right side of colon.
ConstantValue(NodeInfo, String, int) - Constructor for class org.zkoss.zuss.metainfo.ConstantValue
 

D

divide(Object) - Method in class org.zkoss.zuss.util.Color
Returns a color that divides this color with the given object.
divide(Object, Object) - Static method in class org.zkoss.zuss.util.Operators
Divides the given values.
divide(Object) - Method in class org.zkoss.zuss.util.Size
Returns a size that divides this size with the given object.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.zkoss.zuss.ZussServlet
 

E

equals(Object) - Method in class org.zkoss.zuss.util.Color
 
equals(Object, Object) - Static method in class org.zkoss.zuss.util.Operators
Test if the given values equal to each other.
equals(Object) - Method in class org.zkoss.zuss.util.Size
 
eval(Object) - Static method in class org.zkoss.zuss.impl.out.BuiltinResolver
eval(Object val).
Expression - Class in org.zkoss.zuss.metainfo
Represents an expression.
Expression(NodeInfo, int) - Constructor for class org.zkoss.zuss.metainfo.Expression
 
Expression(int) - Constructor for class org.zkoss.zuss.metainfo.Expression
 

F

FileLocator - Class in org.zkoss.zuss
A file-based locator.
FileLocator(File, String) - Constructor for class org.zkoss.zuss.FileLocator
Construct a file locator.
FunctionDefinition - Class in org.zkoss.zuss.metainfo
Represents a function definition.
FunctionDefinition(NodeInfo, String, ArgumentDefinition[], Expression, int) - Constructor for class org.zkoss.zuss.metainfo.FunctionDefinition
 
FunctionDefinition(NodeInfo, String, ArgumentDefinition[], Method, int) - Constructor for class org.zkoss.zuss.metainfo.FunctionDefinition
 
FunctionValue - Class in org.zkoss.zuss.metainfo
Represents a function invocation.
FunctionValue(NodeInfo, String, int, int) - Constructor for class org.zkoss.zuss.metainfo.FunctionValue
 

G

getArgumentDefinitions() - Method in class org.zkoss.zuss.metainfo.FunctionDefinition
Returns the argument definitions.
getArgumentDefinitions() - Method in class org.zkoss.zuss.metainfo.MixinDefinition
Returns the argument definitions.
getArgumentNumber() - Method in class org.zkoss.zuss.metainfo.FunctionValue
Returns the number of arguments passed to this invocation.
getArgumentNumber() - Method in enum org.zkoss.zuss.metainfo.Operator.Type
Returns the number arguments that this operator expects.
getChildren() - Method in interface org.zkoss.zuss.metainfo.NodeInfo
Returns a readonly list of children.
getColor(String) - Static method in class org.zkoss.zuss.util.Color
Returns the color of the given name.
getCondition() - Method in class org.zkoss.zuss.metainfo.BlockDefinition
Returns the condition.
getDefaultValue() - Method in class org.zkoss.zuss.metainfo.ArgumentDefinition
Returns the argument's default value.
getExpression() - Method in class org.zkoss.zuss.metainfo.FunctionDefinition
Returns the expression, or null if this is a method (FunctionDefinition.getMethod()).
getExpression() - Method in class org.zkoss.zuss.metainfo.VariableDefinition
Returns the variable's expression.
getFilename() - Method in class org.zkoss.zuss.impl.in.Parser
Returns the name of the file being parsed.
getFilename() - Method in class org.zkoss.zuss.metainfo.ZussDefinition
Returns the filename of ZUSS that this definition represents, or null if not available.
getInputStream(String) - Method in class org.zkoss.zuss.ZussServlet
Returns the input stream of the given path.
getLine() - Method in interface org.zkoss.zuss.metainfo.NodeInfo
Returns the line number of this info.
getMethod(String) - Method in class org.zkoss.zuss.impl.out.BuiltinResolver
 
getMethod() - Method in class org.zkoss.zuss.metainfo.FunctionDefinition
Returns the method, or null if this is an expression (FunctionDefinition.getExpression()).
getMethod(String) - Method in interface org.zkoss.zuss.Resolver
Returns the method of the given name, or null if not available.
getMethod(String) - Method in class org.zkoss.zuss.util.RequestResolver
 
getName() - Method in class org.zkoss.zuss.metainfo.ArgumentDefinition
Returns the argument's name.
getName() - Method in class org.zkoss.zuss.metainfo.FunctionDefinition
Returns the name of this function definition.
getName() - Method in class org.zkoss.zuss.metainfo.FunctionValue
Returns the variable's name.
getName() - Method in class org.zkoss.zuss.metainfo.MixinDefinition
Returns the name of this function definition.
getName() - Method in enum org.zkoss.zuss.metainfo.Operator.Type
Returns the name of this operator.
getName() - Method in class org.zkoss.zuss.metainfo.StyleDefinition
Returns the name of the statement, i.e., CSS property's name.
getName() - Method in class org.zkoss.zuss.metainfo.VariableDefinition
Returns the variable's name.
getName() - Method in class org.zkoss.zuss.metainfo.VariableValue
Returns the variable's name.
getParent() - Method in interface org.zkoss.zuss.metainfo.NodeInfo
Returns the parent, or null if it is the root.
getPath(HttpServletRequest) - Method in class org.zkoss.zuss.ZussServlet
Retrieves the path of the ZUSS file from the request.
getPrecedence() - Method in enum org.zkoss.zuss.metainfo.Operator.Type
Returns the precedence of this operator.
getRange() - Method in class org.zkoss.zuss.metainfo.MediaDefinition
Returns the range of this media statement.
getResolver(HttpServletRequest) - Method in class org.zkoss.zuss.ZussServlet
Returns a resolver used to provide the default variables and functions.
getResource(String) - Method in class org.zkoss.zuss.FileLocator
 
getResource(String) - Method in interface org.zkoss.zuss.Locator
Returns the resource of the given name, or null if not found.
getResource(String) - Method in class org.zkoss.zuss.ServletContextLocator
 
getSelectors() - Method in class org.zkoss.zuss.metainfo.RuleDefinition
Returns the selectors of this rule.
getStandardColor(String) - Static method in class org.zkoss.zuss.util.Color
Returns the starndard color, or null if it is not a standard color.
getType() - Method in class org.zkoss.zuss.metainfo.Operator
Returns the type of the operator.
getValue() - Method in class org.zkoss.zuss.metainfo.ConstantValue
Returns the value.
getValue() - Method in class org.zkoss.zuss.metainfo.RawValue
Returns the value that shall generated directly to the CSS output.
getValue() - Method in class org.zkoss.zuss.util.Color
Returns an integer representing this color
getValue() - Method in class org.zkoss.zuss.util.Size
Returns an integer representing this size.
getVariable(String) - Method in class org.zkoss.zuss.impl.out.BuiltinResolver
 
getVariable(String) - Method in interface org.zkoss.zuss.Resolver
Returns the value of the given name, or null if not available.
getVariable(String) - Method in class org.zkoss.zuss.util.RequestResolver
 
green - Variable in class org.zkoss.zuss.util.Color
 

H

hashCode() - Method in class org.zkoss.zuss.util.Color
 
hashCode() - Method in class org.zkoss.zuss.util.Size
 

I

IfDefinition - Class in org.zkoss.zuss.metainfo
Represents an if definition.
IfDefinition(NodeInfo, int) - Constructor for class org.zkoss.zuss.metainfo.IfDefinition
 
init() - Method in class org.zkoss.zuss.ZussServlet
 
invoke(String, Object[], int) - Method in class org.zkoss.zuss.impl.out.Translator
Invokes a function.
invoke(Object...) - Method in enum org.zkoss.zuss.metainfo.Operator.Type
Invokes the operator.
isIncluded(HttpServletRequest) - Method in class org.zkoss.zuss.ZussServlet
Returns if this request is caused by being included by another servlet.
isTrue(Object) - Static method in class org.zkoss.zuss.util.Operators
Tests if the given object is true (i.e., non-null, not empty, not false).

L

Locator - Interface in org.zkoss.zuss
Custom resource locator.

M

main(String[]) - Static method in class org.zkoss.zuss.Zuss
 
measure - Variable in class org.zkoss.zuss.util.Size
 
MediaDefinition - Class in org.zkoss.zuss.metainfo
Represents CSS's @media definition.
MediaDefinition(NodeInfo, String, int) - Constructor for class org.zkoss.zuss.metainfo.MediaDefinition
 
MixinDefinition - Class in org.zkoss.zuss.metainfo
Represents a mixin definition.
MixinDefinition(NodeInfo, String, ArgumentDefinition[], int) - Constructor for class org.zkoss.zuss.metainfo.MixinDefinition
 
multiply(Object) - Method in class org.zkoss.zuss.util.Color
Returns a color that multiplies this color with the given object.
multiply(Object, Object) - Static method in class org.zkoss.zuss.util.Operators
Multiplies the given values.
multiply(Object) - Method in class org.zkoss.zuss.util.Size
Returns a size that multiplies this size with the given object.

N

negate() - Method in class org.zkoss.zuss.util.Color
Return a color that negates this color.
negate(Object) - Static method in class org.zkoss.zuss.util.Operators
Negates the given value.
negate() - Method in class org.zkoss.zuss.util.Size
Return a size that negates this size.
NodeInfo - Interface in org.zkoss.zuss.metainfo
Represents a node in a ZUSS metainfo tree.

O

Operator - Class in org.zkoss.zuss.metainfo
Represents an operator.
Operator(NodeInfo, Operator.Type, int) - Constructor for class org.zkoss.zuss.metainfo.Operator
 
Operator.Type - Enum in org.zkoss.zuss.metainfo
Types of the operators.
Operators - Class in org.zkoss.zuss.util
Utilities for handling CSS values, such as font size, color and so on.
Operators() - Constructor for class org.zkoss.zuss.util.Operators
 
org.zkoss.zuss - package org.zkoss.zuss
The core functions such as ZussServlet.
org.zkoss.zuss.impl.in - package org.zkoss.zuss.impl.in
ZUSS Parser.
org.zkoss.zuss.impl.out - package org.zkoss.zuss.impl.out
ZUSS Translator.
org.zkoss.zuss.metainfo - package org.zkoss.zuss.metainfo
ZUSS Metainfo.
org.zkoss.zuss.util - package org.zkoss.zuss.util
The utility classes, such as Color and Size.

P

parse() - Method in class org.zkoss.zuss.impl.in.Parser
Parses the ZUSS style sheet.
parse(File, String) - Static method in class org.zkoss.zuss.Zuss
Parses from the given file.
parse(InputStream, String, Locator, String) - Static method in class org.zkoss.zuss.Zuss
Parses from the given input stream.
parse(Reader, Locator, String) - Static method in class org.zkoss.zuss.Zuss
Parses from the given reader.
Parser - Class in org.zkoss.zuss.impl.in
The ZUSS parser.
Parser(Reader, Locator, String) - Constructor for class org.zkoss.zuss.impl.in.Parser
Parser.

R

RawValue - Class in org.zkoss.zuss.metainfo
Represents a value that shall be outputed to CSS directly.
RawValue(NodeInfo, String, int) - Constructor for class org.zkoss.zuss.metainfo.RawValue
 
red - Variable in class org.zkoss.zuss.util.Color
 
removeChild(NodeInfo) - Method in interface org.zkoss.zuss.metainfo.NodeInfo
Removes a child.
RequestResolver - Class in org.zkoss.zuss.util
The resolver used to provide the builtin variables and functions.
RequestResolver(HttpServletRequest) - Constructor for class org.zkoss.zuss.util.RequestResolver
 
Resolver - Interface in org.zkoss.zuss
Custom variable and function resolver.
RuleDefinition - Class in org.zkoss.zuss.metainfo
Represents the defintion of a CSS rule.
RuleDefinition(NodeInfo, int) - Constructor for class org.zkoss.zuss.metainfo.RuleDefinition
 

S

ServletContextLocator - Class in org.zkoss.zuss
A locator for a servlet context.
ServletContextLocator(ServletContext, String, String) - Constructor for class org.zkoss.zuss.ServletContextLocator
 
setCacheControl(HttpServletResponse) - Method in class org.zkoss.zuss.ZussServlet
Sets the cache-control related headers.
Size - Class in org.zkoss.zuss.util
Represents a font size.
Size(String) - Constructor for class org.zkoss.zuss.util.Size
 
Size(double, String) - Constructor for class org.zkoss.zuss.util.Size
 
size - Variable in class org.zkoss.zuss.util.Size
 
StyleDefinition - Class in org.zkoss.zuss.metainfo
Represents a CSS style (i.e., xxx: y1 y2).
StyleDefinition(NodeInfo, String, int) - Constructor for class org.zkoss.zuss.metainfo.StyleDefinition
 
subtract(Object) - Method in class org.zkoss.zuss.util.Color
Returns a color that subtracts this color and the given object.
subtract(Object, Object) - Static method in class org.zkoss.zuss.util.Operators
Subtracts the given values.
subtract(Object) - Method in class org.zkoss.zuss.util.Size
Returns a size that subtracts this size and the given object.

T

toString() - Method in class org.zkoss.zuss.metainfo.ArgumentDefinition
 
toString() - Method in class org.zkoss.zuss.metainfo.ConstantValue
 
toString() - Method in class org.zkoss.zuss.metainfo.Expression
 
toString() - Method in class org.zkoss.zuss.metainfo.FunctionDefinition
 
toString() - Method in class org.zkoss.zuss.metainfo.FunctionValue
 
toString() - Method in class org.zkoss.zuss.metainfo.MediaDefinition
 
toString() - Method in class org.zkoss.zuss.metainfo.MixinDefinition
 
toString() - Method in class org.zkoss.zuss.metainfo.Operator
 
toString() - Method in enum org.zkoss.zuss.metainfo.Operator.Type
 
toString() - Method in class org.zkoss.zuss.metainfo.RawValue
 
toString() - Method in class org.zkoss.zuss.metainfo.RuleDefinition
 
toString() - Method in class org.zkoss.zuss.metainfo.StyleDefinition
 
toString() - Method in class org.zkoss.zuss.metainfo.VariableDefinition
 
toString() - Method in class org.zkoss.zuss.metainfo.VariableValue
 
toString() - Method in class org.zkoss.zuss.metainfo.ZussDefinition
 
toString(Object) - Static method in class org.zkoss.zuss.util.Classes
Converts an object to a string that is meaningful to CSS.
toString() - Method in class org.zkoss.zuss.util.Color
 
toString() - Method in class org.zkoss.zuss.util.Size
 
translate() - Method in class org.zkoss.zuss.impl.out.Translator
Generates the CSS content.
translate(ZussDefinition, File, String, Resolver) - Static method in class org.zkoss.zuss.Zuss
Translate ZUSS to CSS, and store to the gieven file based on the given ZUL style sheet.
translate(ZussDefinition, OutputStream, String, Resolver) - Static method in class org.zkoss.zuss.Zuss
Translate ZUSS to CSS, and store CSS to the gieven output based on the given ZUL style sheet.
translate(ZussDefinition, Writer, Resolver) - Static method in class org.zkoss.zuss.Zuss
Translate ZUSS to CSS, and store to the gieven output based on the given ZUL style sheet.
translate(HttpServletRequest, String) - Method in class org.zkoss.zuss.ZussServlet
Translate ZUSS to CSS.
Translator - Class in org.zkoss.zuss.impl.out
The translator used to translate ZUSS to CSS.
Translator(ZussDefinition, Writer, Resolver) - Constructor for class org.zkoss.zuss.impl.out.Translator
 

V

valueOf(String) - Static method in enum org.zkoss.zuss.metainfo.Operator.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.zkoss.zuss.metainfo.Operator.Type
Returns an array containing the constants of this enum type, in the order they are declared.
VariableDefinition - Class in org.zkoss.zuss.metainfo
Represents a variable definition (@xx: y1 y2).
VariableDefinition(NodeInfo, String, Expression, int) - Constructor for class org.zkoss.zuss.metainfo.VariableDefinition
 
VariableValue - Class in org.zkoss.zuss.metainfo
Represents a variable invocation.
VariableValue(NodeInfo, String, int) - Constructor for class org.zkoss.zuss.metainfo.VariableValue
 

Z

Zuss - Class in org.zkoss.zuss
The ZUSS utilities.
Zuss() - Constructor for class org.zkoss.zuss.Zuss
 
ZussDefinition - Class in org.zkoss.zuss.metainfo
Represents the definiton of a ZUSS style sheet.
ZussDefinition(String) - Constructor for class org.zkoss.zuss.metainfo.ZussDefinition
 
ZussException - Exception in org.zkoss.zuss
Represents a ZUSS exception.
ZussException(String, Throwable) - Constructor for exception org.zkoss.zuss.ZussException
 
ZussException(String) - Constructor for exception org.zkoss.zuss.ZussException
 
ZussException(String, String, int) - Constructor for exception org.zkoss.zuss.ZussException
 
ZussException(String, String, int, Throwable) - Constructor for exception org.zkoss.zuss.ZussException
 
ZussException(Throwable) - Constructor for exception org.zkoss.zuss.ZussException
 
ZussException() - Constructor for exception org.zkoss.zuss.ZussException
 
ZussServlet - Class in org.zkoss.zuss
The ZUSS servlet used to load ZUSS file and convert it to CSS.
ZussServlet() - Constructor for class org.zkoss.zuss.ZussServlet
 

_

_request - Variable in class org.zkoss.zuss.util.RequestResolver
The request.
_vars - Variable in class org.zkoss.zuss.util.RequestResolver
A map of built-in variables, including ie, gecko, opera and webkit.

A B C D E F G H I L M N O P R S T V Z _

Copyright © 2005-2010 Potix Corporation. All Rights Reserved.