public final class ViewHandler extends TagHandlerImpl
Modifier and Type | Field and Description |
---|---|
private javax.faces.view.facelets.TagAttribute |
afterPhase |
private javax.faces.view.facelets.TagAttribute |
beforePhase |
private javax.faces.view.facelets.TagAttribute |
contentType |
private javax.faces.view.facelets.TagAttribute |
contracts
Stores the contracts tag attribute.
|
private javax.faces.view.facelets.TagAttribute |
encoding |
private static java.lang.Class[] |
LISTENER_SIG |
private javax.faces.view.facelets.TagAttribute |
locale |
private static java.util.logging.Logger |
LOGGER |
private javax.faces.view.facelets.TagAttribute |
renderKitId |
private javax.faces.view.facelets.TagAttribute |
transientFlag |
Constructor and Description |
---|
ViewHandler(javax.faces.view.facelets.TagConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent)
See taglib documentation.
|
findNextByType, findNextByType
private static final java.util.logging.Logger LOGGER
private static final java.lang.Class[] LISTENER_SIG
private final javax.faces.view.facelets.TagAttribute locale
private final javax.faces.view.facelets.TagAttribute renderKitId
private final javax.faces.view.facelets.TagAttribute contentType
private final javax.faces.view.facelets.TagAttribute encoding
private final javax.faces.view.facelets.TagAttribute beforePhase
private final javax.faces.view.facelets.TagAttribute afterPhase
private final javax.faces.view.facelets.TagAttribute transientFlag
private final javax.faces.view.facelets.TagAttribute contracts
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.