WC Core Tag Library


Standard Syntax:
     <%@ taglib prefix="wc" uri="http://www.ptc.com/windchill/taglib/core" %>

XML Syntax:
     <anyxmlelement xmlns:wc="http://www.ptc.com/windchill/taglib/core" />

Windchill core tag library

Tag Library Information
Display NameWC Core Tag Library
Version1.1
Short Namewc
URIhttp://www.ptc.com/windchill/taglib/core
 

Tag Summary
debugOutputOutputs the parameters in each scope
getCurrentUserAssigns the current user to a page-scoped variable
typeBasedImporttype based lookup for a jsp fragment to be included in the page using FilePathFactory entries in typedservices.properties
typeBasedRedirecttype based lookup for a jsp to redirect to using FilePathFactory entries in typedservices.properties
batchAllows nested tags that use BatchCommands to share a single batch command instance. This is currently taken advantage of by the tag.
setCommandContextPropertyHelper tag that sets properties on a batch command. These properties will be available to command implementation classes via the CommandContext object. This tag can be nested within a parent or tag. Alternatively, the command context to configure can be specified using the target attribute.
typeBasedPathcustom tag to check Types and return path to jsp for attributes to display
isAChecks to see if the referenced object is of specified the specified type.
readOnlyEnables optimizations that only are applicable in read-only mode.
 


Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-3 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.