org.ajax4jsf.templatecompiler.elements.jsp
Class Scriptlet

java.lang.Object
  extended by org.ajax4jsf.templatecompiler.elements.TemplateElementBase
      extended by org.ajax4jsf.templatecompiler.elements.jsp.Scriptlet
All Implemented Interfaces:
TemplateElement

public class Scriptlet
extends TemplateElementBase

Processing jsp:scriplet-tag.

Version:
$Revision: 1.1.2.2 $ $Date: 2007/02/21 17:17:41 $
Author:
ayukhovich@exadel.com (latest modification by $Author: alexsmirnov $)

Constructor Summary
Scriptlet(org.w3c.dom.Node element, CompilationContext componentBean)
           
 
Method Summary
 java.lang.String getBeginElement()
           
 java.lang.String getEndElement()
           
 boolean isSkipBody()
           
 
Methods inherited from class org.ajax4jsf.templatecompiler.elements.TemplateElementBase
addSubElement, getComponentBean, getSubElements, toCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scriptlet

public Scriptlet(org.w3c.dom.Node element,
                 CompilationContext componentBean)
Method Detail

getBeginElement

public java.lang.String getBeginElement()

getEndElement

public java.lang.String getEndElement()

isSkipBody

public boolean isSkipBody()
Specified by:
isSkipBody in interface TemplateElement
Overrides:
isSkipBody in class TemplateElementBase


Copyright © 2009. All Rights Reserved.