org.jboss.seam.ui.facelet
Class FaceletCompiler

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

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


Constructor Summary
FaceletCompiler()
           
 
Method Summary
 void create()
           
protected  void initializeCompiler(com.sun.facelets.compiler.Compiler compiler)
           
static com.sun.facelets.compiler.Compiler instance()
           
 com.sun.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()

initializeCompiler

protected void initializeCompiler(com.sun.facelets.compiler.Compiler compiler)

unwrap

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

instance

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


Copyright © 2011 Seam Framework. All Rights Reserved.