Interface DynamicContentHandler
-
- All Known Implementing Classes:
BarcodeHandler,BaseDynamicContentHandler,QRCodeHandler,StreamedContentHandler
public interface DynamicContentHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(javax.faces.context.FacesContext context)
-
-
-
Method Detail
-
handle
void handle(javax.faces.context.FacesContext context) throws IOException- Throws:
IOException
-
-