public class ProtectedViewsConfigProcessor extends AbstractConfigProcessor
This ConfigProcessor
handles all elements defined under
/protected-views
.
Modifier and Type | Field and Description |
---|---|
private static java.util.logging.Logger |
LOGGER |
private static java.lang.String |
PROTECTED_VIEWS
/faces-config/protected-views |
private static java.lang.String |
URL_PATTERN
/faces-config/protected-views/url-pattern |
Constructor and Description |
---|
ProtectedViewsConfigProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
process(javax.servlet.ServletContext sc,
DocumentInfo[] documentInfos)
Process the array of
Document s. |
private void |
processProtectedViews(org.w3c.dom.NodeList protectedViews,
java.lang.String namespace,
DocumentInfo info) |
createInstance, createInstance, createInstance, destroy, destroyInstance, destroyNext, findRootType, getApplication, getClassMetadataMapKey, getNext, getNodeText, getTextMap, initializeClassMetadataMap, invokeNext, loadClass, processAnnotations, setNext
private static final java.util.logging.Logger LOGGER
private static final java.lang.String PROTECTED_VIEWS
/faces-config/protected-views
private static final java.lang.String URL_PATTERN
/faces-config/protected-views/url-pattern
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 processProtectedViews(org.w3c.dom.NodeList protectedViews, java.lang.String namespace, DocumentInfo info)
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.