org.apache.jasper.compiler
Class GetPropertyGenerator
java.lang.Object
|
+--org.apache.jasper.compiler.GeneratorBase
|
+--org.apache.jasper.compiler.GetPropertyGenerator
- public class GetPropertyGenerator
- extends org.apache.jasper.compiler.GeneratorBase
- implements ServiceMethodPhase
Generator for jsp:getProperty.
- Author:
- Mandar Raje, Danno Ferrin
Fields inherited from class org.apache.jasper.compiler.GeneratorBase |
ctxt |
Methods inherited from class org.apache.jasper.compiler.GeneratorBase |
generateCoordinates,
init |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
GetPropertyGenerator
public GetPropertyGenerator(Mark start,
Mark stop,
org.xml.sax.Attributes attrs,
BeanRepository beanInfo)
generate
public void generate(ServletWriter writer,
java.lang.Class phase)
throws JasperException
getAttribute
public java.lang.String getAttribute(java.lang.String name)
Copyright © 2000 Apache Software Foundation. All Rights Reserved.