public class InterfaceHandler extends TagHandlerImpl
Modifier and Type | Field and Description |
---|---|
private static java.lang.String[] |
ATTRIBUTES_DEV |
private static PropertyHandlerManager |
INTERFACE_HANDLERS |
private java.util.logging.Logger |
LOGGER |
static java.lang.String |
Name |
Constructor and Description |
---|
InterfaceHandler(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) |
private void |
imbueComponentWithMetadata(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent) |
private void |
validateComponent(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent ccParent) |
findNextByType, findNextByType
private final java.util.logging.Logger LOGGER
private static final java.lang.String[] ATTRIBUTES_DEV
private static final PropertyHandlerManager INTERFACE_HANDLERS
public static final java.lang.String Name
public InterfaceHandler(javax.faces.view.facelets.TagConfig config)
public void apply(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent) throws java.io.IOException
java.io.IOException
private void validateComponent(javax.faces.context.FacesContext context, javax.faces.component.UIComponent ccParent) throws javax.faces.view.facelets.TagException
javax.faces.view.facelets.TagException
private void imbueComponentWithMetadata(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent)
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.