Seam UI JSF2 support 2.3.1.Final-redhat-1

org.jboss.seam.ui.facelet
Class FaceletCompiler

java.lang.Object
  extended by org.jboss.seam.ui.facelet.FaceletCompiler

@Name(value="org.jboss.seam.ui.faces.facelet.faceletCompiler")
@Scope(value=APPLICATION)
@BypassInterceptors
@AutoCreate
@Install(value=true,
         precedence=0,
         classDependencies="com.sun.faces.facelets.Facelet")
public class FaceletCompiler
extends Object


Constructor Summary
FaceletCompiler()
           
 
Method Summary
 void create()
           
static com.sun.faces.facelets.compiler.Compiler instance()
           
 com.sun.faces.facelets.compiler.Compiler unwrap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaceletCompiler

public FaceletCompiler()
Method Detail

create

@Create
public void create()

unwrap

@Unwrap
public com.sun.faces.facelets.compiler.Compiler unwrap()

instance

public static com.sun.faces.facelets.compiler.Compiler instance()

Seam UI JSF2 support 2.3.1.Final-redhat-1

Copyright © 2013 Seam Framework. All Rights Reserved.