|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RegisterPriority | |
|---|---|
| net.sf.jsfcomp.facelets.deploy | |
| Uses of RegisterPriority in net.sf.jsfcomp.facelets.deploy |
|---|
| Fields in net.sf.jsfcomp.facelets.deploy declared as RegisterPriority | |
|---|---|
RegisterPriority |
ScanLocationInformation.defaultPriority
|
| Methods in net.sf.jsfcomp.facelets.deploy that return RegisterPriority | |
|---|---|
protected RegisterPriority |
FaceletAnnotationParser.getEffectivePriority(RegisterPriority value,
RegisterPriority defaultValue)
Get the effective priority |
static RegisterPriority |
RegisterPriority.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RegisterPriority[] |
RegisterPriority.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in net.sf.jsfcomp.facelets.deploy with parameters of type RegisterPriority | |
|---|---|
protected RegisterPriority |
FaceletAnnotationParser.getEffectivePriority(RegisterPriority value,
RegisterPriority defaultValue)
Get the effective priority |
protected void |
FaceletAnnotationParser.parseComponent(javax.faces.context.FacesContext context,
java.lang.Class<?> cls,
RegisterPriority defaultPriority)
Parse a class that has the FaceletComponent annotation |
protected void |
FaceletAnnotationParser.parseConverter(javax.faces.context.FacesContext context,
java.lang.Class<?> cls,
RegisterPriority defaultPriority)
Parse a class that has the FaceletConverter annotation |
protected void |
FaceletAnnotationParser.parseRenderer(javax.faces.context.FacesContext context,
java.lang.Class<?> cls,
RegisterPriority defaultPriority)
Parse a class that has the FacesRenderer annotation |
protected void |
FaceletAnnotationParser.parseTagHandler(javax.faces.context.FacesContext context,
java.lang.Class<?> cls,
RegisterPriority defaultPriority)
Parse a class that has the FaceletTagHandler annotation |
protected void |
FaceletAnnotationParser.parseValidator(javax.faces.context.FacesContext context,
java.lang.Class<?> cls,
RegisterPriority defaultPriority)
Parse a class that has the FaceletValidator annotation |
protected void |
FaceletAnnotationParser.postScan(javax.faces.context.FacesContext context,
java.lang.Class<?> cls,
RegisterPriority defaultPriority)
Allows sub-classes to do any further work on the given class. |
protected void |
FaceletAnnotationParser.scanClass(javax.faces.context.FacesContext context,
java.lang.String name,
RegisterPriority defaultPriority)
Loads the Class for the given name and then checks it for facelet deployment annotations |
protected void |
FaceletAnnotationParser.scanClassesInDirectory(javax.faces.context.FacesContext context,
java.io.File dir,
RegisterPriority defaultPriority)
Scan the given directory |
protected void |
FaceletAnnotationParser.scanClassesInDirectory(javax.faces.context.FacesContext context,
java.io.File dir,
java.lang.StringBuilder path,
RegisterPriority defaultPriority)
Called from scanClassesInDirectory
and recursively calls itself looking for files with a .class extension in
sub-directories |
protected void |
FaceletAnnotationParser.scanClassesInJar(javax.faces.context.FacesContext context,
java.io.File jarFile,
RegisterPriority defaultPriority)
Scan the classes in a jar file on the classpath |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||