PATH |
D2WQueryStringComponent
Package: com.webobjects.directtowebInherits from:QueryComponent
See Also:
D2WCustomQueryComponent
Class Description
This property-level component builds a query based on a string using stringMatchFormat
(#@*
) and stringMatchOperator
(caseInsensitiveLike
). In other words, the attribute must start with the query string (case is ignored).
Property-level components are not accessed programmatically. Instead, you use the Web Assistant to choose the property-level component that Direct to Web uses to display a property on a particular entity and task page. See the "Direct to Web" chapter of WebObjects Tools and Techniques for more information.
If you want to create property-level component to query based on a property, use
Method Types
Constructors
Constructors
D2WQueryStringComponent
public D2WQueryStringComponent()
This method is intentionally undocumented. You should never have to invoke or customize it.
© 2001 Apple Computer, Inc.