Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
I
L
M
O
W
C
compilePattern(String)
- Static method in class org.apache.cocoon.matching.helpers.
WildcardHelper
Translate the given
String
into a
int []
representing the pattern matchable by this class.
I
indexOfArray(int[], int, int, char[], int)
- Static method in class org.apache.cocoon.matching.helpers.
WildcardHelper
Get the offset of a part of an int array within a char array.
L
lastIndexOfArray(int[], int, int, char[], int)
- Static method in class org.apache.cocoon.matching.helpers.
WildcardHelper
Get the offset of a last occurance of an int array within a char array.
M
match(HashMap, String, int[])
- Static method in class org.apache.cocoon.matching.helpers.
WildcardHelper
match a pattern agains a string and isolates wildcard replacement into a
Stack
.
MATCH_BEGIN
- Static variable in class org.apache.cocoon.matching.helpers.
WildcardHelper
The int representing begin in the pattern
int []
.
MATCH_END
- Static variable in class org.apache.cocoon.matching.helpers.
WildcardHelper
The int value that terminates the pattern
int []
.
MATCH_FILE
- Static variable in class org.apache.cocoon.matching.helpers.
WildcardHelper
The int representing '*' in the pattern
int []
.
MATCH_PATH
- Static variable in class org.apache.cocoon.matching.helpers.
WildcardHelper
The int representing '**' in the pattern
int []
.
MATCH_THEEND
- Static variable in class org.apache.cocoon.matching.helpers.
WildcardHelper
The int representing end in pattern
int []
.
matchArray(int[], int, int, char[], int)
- Static method in class org.apache.cocoon.matching.helpers.
WildcardHelper
Matches elements of array r from rpos to rend with array d, starting from dpos.
O
org.apache.cocoon.matching.helpers
- package org.apache.cocoon.matching.helpers
W
WildcardHelper
- Class in
org.apache.cocoon.matching.helpers
This class is an utility class that perform wilcard-patterns matching and isolation.
WildcardHelper()
- Constructor for class org.apache.cocoon.matching.helpers.
WildcardHelper
C
I
L
M
O
W
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes