Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sitemesh.taglib.decorator
Class UseHTMLPageTEI  view UseHTMLPageTEI download UseHTMLPageTEI.java

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagExtraInfo
      extended bycom.sitemesh.taglib.decorator.UsePageTEI
          extended bycom.sitemesh.taglib.decorator.UseHTMLPageTEI

public class UseHTMLPageTEI
extends UsePageTEI

TagExtraInfo implementation to expose HTMLPage object as variable.

Version:
$Revision: 1.2 $

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagExtraInfo
 
Constructor Summary
UseHTMLPageTEI()
           
 
Method Summary
protected  java.lang.String getType()
           
 
Methods inherited from class com.sitemesh.taglib.decorator.UsePageTEI
getVariableInfo
 
Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, isValid, setTagInfo, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UseHTMLPageTEI

public UseHTMLPageTEI()
Method Detail

getType

protected java.lang.String getType()
Overrides:
getType in class UsePageTEI