javax.faces.component

Class UIComponent

Parametry:
context - FacesContext for the response we are creating
Throws:
IOException - if an input/output error occurs while rendering
NullPointerException - if context is null
  • encodeAll

    public void encodeAll(FacesContext context)
                   throws IOException

    If this component returns true from isRendered(), take the following action.

    Render this component and all its children that return true from isRendered(), regardless of the value of the getRendersChildren() flag.

Throws:
IOException - if an input/output error occurs while rendering
NullPointerException - if context is null
Since:
1.2

Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.