Name

ApplicationFactory

Synopsis

An instance of a subclass of this abstract class is a factory for the Application instance for an application.

Synopsis

Class name:

javax.faces.application.ApplicationFactory

Extends:

None

Implements:

None

Constructors

public ApplicationFactory()

Creates an instance.

Methods

public abstract javax.faces.application.Application getApplication()

Returns the Application instance for this application, which is either an explicitly registered instance or an instance of the default class.

public abstract setApplication(javax.faces.application.Application)

Registers an Application instance for this application.

Get JavaServer Faces now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.