|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--weblogic.utils.compiler.CodeGenerator
|
+--com.beasys.commerce.axiom.jsp.tags.AbstractTag
Provides default implementation of weblogic.servlet.jsp.JspExtension
for custom tags.
| Inner classes inherited from class weblogic.utils.compiler.CodeGenerator |
weblogic.utils.compiler.CodeGenerator.Output |
| Fields inherited from class weblogic.utils.compiler.CodeGenerator |
NON_WORD_CHARS, targetDirectory, verboseCodegen |
| Fields inherited from interface weblogic.utils.PlatformConstants |
EOL, FILE_SEP, PATH_SEP |
| Constructor Summary | |
AbstractTag()
|
|
| Method Summary | |
protected java.lang.String |
getDefaultValue(int property)
Default Implementation, JspExtension. |
java.lang.String |
processEndTag(java.lang.String tag,
java.util.Properties props)
Default Implementation, JspExtension. |
java.lang.String |
processStartTag(java.lang.String tag,
java.util.Properties props)
Default Implementation, JspExtension. |
java.lang.String |
processTag(java.lang.String tag,
java.util.Properties props)
Default Implementation, JspExtension. |
void |
setJspContext(weblogic.servlet.jsp.JspContext jspc)
Default Implementation, JspExtension. |
java.lang.String |
uniqueId()
|
| Methods inherited from class weblogic.utils.compiler.CodeGenerator |
argumentLookup, baseConversion, buildString, classLookup, cleanup, date, ensureDir, exceptions, expandArrayClass, extractOptionValues, generate, generate, generate, generate, generateCode, generator, get_component_type, getFileChars, getProductionRule, getRootDirectoryName, getRuleName, installResource, is_primitive_array, javaCodeForType, lookupConvert, makeOutputStream, outputs, outputs, parameters, parse, prepare, primitive_type_array, primitive_type, processProductionRules, processTemplate, readLookup, rootDirectory, setRootDirectoryName, setTargetDirectory, targetFile, time, timeAndDate, type_array, writeLookup, year |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractTag()
| Method Detail |
public void setJspContext(weblogic.servlet.jsp.JspContext jspc)
JspExtension.
Sets the weblogic.servlet.jsp.JspContext
for the tag.setJspContext in interface weblogic.servlet.jsp.JspExtensionjspc - the new JspContext.
public java.lang.String processTag(java.lang.String tag,
java.util.Properties props)
throws weblogic.servlet.jsp.JspExtensionException
JspExtension.
Employed when a tag that has no enclosed body in its JSP
invocation is opened.processTag in interface weblogic.servlet.jsp.JspExtensiontag - the tag nameproperties - the properties passed to the tag,
which result from the tag attributes used in its JSP
invocation.weblogic.servlet.jsp.JspExtensionException -
public java.lang.String processStartTag(java.lang.String tag,
java.util.Properties props)
throws weblogic.servlet.jsp.JspExtensionException
JspExtension.
Employed when a tag that has an enclosed body in its JSP
invocation is opened.processStartTag in interface weblogic.servlet.jsp.JspExtensiontag - the tag nameproperties - the properties passed to the tag,
which result from the tag attributes used in its JSP
invocation.weblogic.servlet.jsp.JspExtensionException -
public java.lang.String processEndTag(java.lang.String tag,
java.util.Properties props)
throws weblogic.servlet.jsp.JspExtensionException
JspExtension.
Employed when a tag that has an enclosed body in its JSP
invocation is opened.processEndTag in interface weblogic.servlet.jsp.JspExtensiontag - the tag nameproperties - the properties passed to the tag,
which result from the tag attributes used in its JSP
invocation.weblogic.servlet.jsp.JspExtensionException - protected java.lang.String getDefaultValue(int property)
JspExtension.
Returns a default value for any optional attribute not
supplied in the tag's JSP invocation. The default implementation
returns a zero-length String.public java.lang.String uniqueId()
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||