com.sun.faces.config.processor
public class ConverterConfigProcessor extends AbstractConfigProcessor
This ConfigProcessor
handles all elements defined
under /faces-config/converter
.
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
CONVERTER
/faces-config/converter |
private static java.lang.String |
CONVERTER_CLASS
/faces-config/converter/converter-class |
private static java.lang.String |
CONVERTER_FOR_CLASS
/faces-config/converter/converter-for-class
(mutually exclusive with converter-id) |
private static java.lang.String |
CONVERTER_ID
/faces-config/converter/converter-id
(mutually exclusive with converter-for-class) |
private static java.util.logging.Logger |
LOGGER |
Constructor and Description |
---|
ConverterConfigProcessor() |
Modifier and Type | Method and Description |
---|---|
private void |
addConverters(org.w3c.dom.NodeList converters,
java.lang.String namespace) |
void |
process(javax.servlet.ServletContext sc,
DocumentInfo[] documentInfos)
Process the array of
Document s. |
createInstance, createInstance, findRootType, getApplication, getNodeText, getTextMap, invokeNext, loadClass, processAnnotations, setNext
private static final java.util.logging.Logger LOGGER
private static final java.lang.String CONVERTER
/faces-config/converter
private static final java.lang.String CONVERTER_ID
/faces-config/converter/converter-id
(mutually exclusive with converter-for-class)private static final java.lang.String CONVERTER_FOR_CLASS
/faces-config/converter/converter-for-class
(mutually exclusive with converter-id)private static final java.lang.String CONVERTER_CLASS
/faces-config/converter/converter-class
public void process(javax.servlet.ServletContext sc, DocumentInfo[] documentInfos) throws java.lang.Exception
ConfigProcessor
Process the array of Document
s.
sc
- the ServletContext
for the application being configureddocumentInfos
- @throws Exception if an error occurs during processingjava.lang.Exception
ConfigProcessor.process(javax.servlet.ServletContext,com.sun.faces.config.DocumentInfo[])
private void addConverters(org.w3c.dom.NodeList converters, java.lang.String namespace)
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.