Return an appropriate renderKitId for this and subsequent requests from the current client. It is an error for this method to return null.
The default return value is {@link javax.faces.render.RenderKitFactory#HTML_BASIC_RENDER_KIT}.
@param context {@link FacesContext} for the current request @throws NullPointerException ifcontext is null
| |