javax.faces.view
Class ViewDeclarationLanguageFactory

java.lang.Object
  extended by javax.faces.view.ViewDeclarationLanguageFactory
All Implemented Interfaces:
FacesWrapper<ViewDeclarationLanguageFactory>

public abstract class ViewDeclarationLanguageFactory
extends Object
implements FacesWrapper<ViewDeclarationLanguageFactory>

Since:
2.0

Constructor Summary
ViewDeclarationLanguageFactory()
           
 
Method Summary
abstract  ViewDeclarationLanguage getViewDeclarationLanguage(String viewId)
           
 ViewDeclarationLanguageFactory getWrapped()
          A class that implements this interface uses this method to return an instance of the class being wrapped.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewDeclarationLanguageFactory

public ViewDeclarationLanguageFactory()
Method Detail

getViewDeclarationLanguage

public abstract ViewDeclarationLanguage getViewDeclarationLanguage(String viewId)

getWrapped

public ViewDeclarationLanguageFactory getWrapped()
Description copied from interface: FacesWrapper
A class that implements this interface uses this method to return an instance of the class being wrapped.

Specified by:
getWrapped in interface FacesWrapper<ViewDeclarationLanguageFactory>
Returns:
the instance of the class being wrapped


Copyright © 2014 The Apache Software Foundation. All rights reserved.