com.beasys.commerce.axiom.jsp.tags
Class AbstractSessionMonitorTag
java.lang.Object
|
+--weblogic.utils.compiler.CodeGenerator
|
+--com.beasys.commerce.axiom.jsp.tags.AbstractTag
|
+--com.beasys.commerce.axiom.jsp.tags.ESAbstractTag
|
+--com.beasys.commerce.axiom.jsp.tags.AbstractSessionMonitorTag
- All Implemented Interfaces:
- weblogic.servlet.jsp.JspExtension, weblogic.utils.PlatformConstants
- Direct Known Subclasses:
- SessionMonitorTag
- public class AbstractSessionMonitorTag
- extends ESAbstractTag
AbstractSessionMonitorTag provides the necessary methods for
implementation of the customized tag.
| 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 |
|
Method Summary |
java.lang.String |
goToPage()
|
boolean |
loginRequired()
|
java.lang.String |
processTag(java.lang.String tag,
java.util.Properties props)
Called to process the tag attributes upon initial tag declaration. |
| 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 |
ERROR_PAGE_PROPERTY
public static final int ERROR_PAGE_PROPERTY
AbstractSessionMonitorTag
public AbstractSessionMonitorTag()
goToPage
public java.lang.String goToPage()
loginRequired
public boolean loginRequired()
processTag
public java.lang.String processTag(java.lang.String tag,
java.util.Properties props)
throws weblogic.servlet.jsp.JspExtensionException
- Called to process the tag attributes upon initial tag declaration.
This is a WLS-specific method.
- Overrides:
processTag in class AbstractTag
- Parameters:
tag - the tage nameprops - properties prescribed by tag attributes- Returns:
- resultant jsp text
Copyright © 2000 BEA Systems, Inc. All Rights Reserved