org.ajax4jsf.templatecompiler.elements.jsp
Class DirectivePage

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

public class DirectivePage
extends TemplateElementBase

Processing jsp:directive.page-tag.

Version:
$Revision: 1.1.2.3 $ $Date: 2007/02/26 20:48:52 $
Author:
ayukhovich@exadel.com (latest modification by $Author: alexeyyukhovich $)

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

Constructor Detail

DirectivePage

public DirectivePage(org.w3c.dom.Node element,
                     CompilationContext componentBean)
              throws org.w3c.dom.DOMException,
                     CompilationException
Throws:
org.w3c.dom.DOMException
CompilationException
Method Detail

getBeginElement

public java.lang.String getBeginElement()

getEndElement

public java.lang.String getEndElement()


Copyright © 2009. All Rights Reserved.