A B C D E G I L P Q S T V

A

addServer(String) - Method in class com.iphrase.onestep.tags.QueryTag
Deprecated. Sets a single OneStep server address.
addServerAddress(String) - Method in class com.iphrase.onestep.beans.QueryHandler
Sets a single OneStep server address in the following format onestep_host:onestep_port.

B

Breadcrumb - class com.iphrase.onestep.beans.Breadcrumb.
Contains data required for formatting of the breadcrumb (DrillSideways) component.
Breadcrumb.Item - class com.iphrase.onestep.beans.Breadcrumb.Item.
Contains data for formatting of a single breadcrumb entry.
Breadcrumb.Item(Breadcrumb, String, Constraint, TallyFeature, boolean) - Constructor for class com.iphrase.onestep.beans.Breadcrumb.Item
Constructs a Item
Breadcrumb(Query, ResultSet) - Constructor for class com.iphrase.onestep.beans.Breadcrumb
Constructs the Breadcrumb object

C

com.iphrase.onestep.beans - package com.iphrase.onestep.beans
 
com.iphrase.onestep.exception - package com.iphrase.onestep.exception
 
com.iphrase.onestep.logger - package com.iphrase.onestep.logger
 
com.iphrase.onestep.tags - package com.iphrase.onestep.tags
 
CreateInstance(FeatureMetaData, Object) - Static method in class com.iphrase.onestep.beans.ValueHandler
Creates an instance of the ValueHandler for the specified FeatureMetaData and OneStep Runtime API object

D

decodeInputParameter(String) - Method in class com.iphrase.onestep.beans.QueryHandler
Returns the URL-decoded value of a request parameter as a String, or null if the parameter does not exist.
destroy() - Method in class com.iphrase.onestep.logger.SetupLog
 
doAfterBody() - Method in class com.iphrase.onestep.tags.ServerTag
Deprecated. Called automatically the JSP engine when reaching the doEndTag.
doEndTag() - Method in class com.iphrase.onestep.tags.QueryTag
Deprecated. Called automatically by the JSP engine when reaching the doEndTag.
DrillDownList - class com.iphrase.onestep.beans.DrillDownList.
Contains data required for formatting of drilldown (RefineBy) component.
DrillDownList(Query, TallyFeature, boolean) - Constructor for class com.iphrase.onestep.beans.DrillDownList
Constructs a DrillDownList object
DrillDownTabs - class com.iphrase.onestep.beans.DrillDownTabs.
Contains data required for formatting of the tabs component.
DrillDownTabs(ResultSet, Query) - Constructor for class com.iphrase.onestep.beans.DrillDownTabs
Constructs the DrillDownTabs object

E

EnsureNotSummarized() - Method in class com.iphrase.onestep.beans.ValueHandler.BaseValue
Verifies that no "Summarized" specific functions are called on NotSummarized objects
EnsureSummarized() - Method in class com.iphrase.onestep.beans.ValueHandler.BaseValue
Verifies that no "NotSummarized" specific functions are called on Summarized objects
escapeHTML(String) - Static method in class com.iphrase.onestep.beans.ValueHandler
 
execute() - Method in class com.iphrase.onestep.beans.QueryHandler
Executes the OneStep Runtime API Query instance and stores the results it receives in the request-scope for the remainder of the page.

G

getActiveTabValue() - Method in class com.iphrase.onestep.beans.DrillDownTabs
Returns the value of the active tab.
getAllTabTallyCount() - Method in class com.iphrase.onestep.beans.DrillDownTabs
Returns the sum of all the tallies for each tab that meets the current constraints.
getAlt() - Method in class com.iphrase.onestep.beans.ValueHandler.ImageUrlValue
 
getAnchor() - Method in class com.iphrase.onestep.beans.ValueHandler.LinkValue
 
getBool() - Method in class com.iphrase.onestep.beans.ValueHandler
Gets the ValueHandler.BooleanValue object or returns null if the contained object is not of the FeatureMetaData.BaseTypes.BOOL type.
getCause() - Method in class com.iphrase.onestep.exception.LayoutsException
Returns cause exception
getComponents() - Method in class com.iphrase.onestep.beans.ValueHandler.TaxonomyValue
 
getConstraint() - Method in class com.iphrase.onestep.beans.ValueHandler
Gets the value's Constraint.
getConstraintLabel() - Method in class com.iphrase.onestep.beans.ValueHandler
Gets the (optional) constraint label.
getConstraintLabel() - Method in class com.iphrase.onestep.beans.TallyValueHandler
Gets the (optional) constraint label.
getCount() - Method in class com.iphrase.onestep.beans.DrillDownList
Identical to DrillDownList.size()
getCustom() - Method in class com.iphrase.onestep.beans.ValueHandler
Gets the ValueHandler.CustomValue object or returns null if the contained object is not of the FeatureMetaData.BaseTypes.CUSTOM type.
getDateTime() - Method in class com.iphrase.onestep.beans.ValueHandler
Gets the ValueHandler.DateTimeValue object or returns null if the contained object is not of the FeatureMetaData.BaseTypes.DATE_TIME type.
getDirectSortBy() - Method in class com.iphrase.onestep.beans.VoiceOver
 
getFeatureId() - Method in class com.iphrase.onestep.beans.ValueHandler
Gets the feature ID for the particular value, or an empty string if it's not available.
getFeatureValue() - Method in class com.iphrase.onestep.beans.ValueHandler
Gets the actual OneStep value
getFloat() - Method in class com.iphrase.onestep.beans.ValueHandler
Gets the ValueHandler.FloatValue object or returns null if the contained object is not of the FeatureMetaData.BaseTypes.FLOAT type.
getFormattedStringArray(String[], String, String) - Static method in class com.iphrase.onestep.beans.Prose
Formats a list of texts using specified delimeters.
getHref() - Method in class com.iphrase.onestep.beans.ValueHandler.LinkValue
 
getHtmlStackTrace(Exception) - Static method in class com.iphrase.onestep.exception.LayoutsException
Returns a stack trace string for displaying in a HTML page for a given exception.
getId() - Method in class com.iphrase.onestep.beans.Breadcrumb.Item
Returns the feature id for constraints or "Mentions" for the search string.
getId() - Method in class com.iphrase.onestep.beans.VoiceOver.Item
Get constraint id (feature id).
getImageUrl() - Method in class com.iphrase.onestep.beans.ValueHandler
Gets the ValueHandler.ImageUrlValue object or returns null if the contained object is not of the FeatureMetaData.BaseTypes.IMAGE_URL type.
getInt() - Method in class com.iphrase.onestep.beans.ValueHandler
Gets the ValueHandler.IntValue object or returns null if the contained object is not of the FeatureMetaData.BaseTypes.INT type.
getIsAllTabOn() - Method in class com.iphrase.onestep.beans.DrillDownTabs
Indicates if the "All" tab is selected
getIsLogClickThrough() - Method in class com.iphrase.onestep.beans.ValueHandler.LinkValue
 
getIsNull() - Method in class com.iphrase.onestep.beans.ValueHandler
Checks if the object contains a valid value
getIsNull() - Method in class com.iphrase.onestep.beans.ValueHandler.BaseValue
Identical to ValueHandler.BaseValue.isNull(), but starts with 'get' in order to expose bean property to JSP/JSTL.
getIsNull() - Method in class com.iphrase.onestep.beans.ValueHandler.TextExtractValue
Identical to ValueHandler.isNull(), but starts with 'get' in order to expose bean property to JSP/JSTL.
getIsRefineShowCounts() - Method in class com.iphrase.onestep.beans.TallyValueHandler
 
getIsRemoveIndividualTerms() - Method in class com.iphrase.onestep.beans.Breadcrumb.Item
Identical to Breadcrumb.Item.isRemoveIndividualTerms(), but starts with 'get' in order to expose bean property to JSP/JSTL.
getIsRequired() - Method in class com.iphrase.onestep.beans.Breadcrumb.Item
Identical to Breadcrumb.Item.isRequired(), but starts with 'get' in order to expose bean property to JSP/JSTL.
getIsSummarized() - Method in class com.iphrase.onestep.beans.ValueHandler
Checks if the object contains a summarized value
getIsSummarized() - Method in class com.iphrase.onestep.beans.ValueHandler.BaseValue
Returns true if the the object contains a summarized value
getIsTallied() - Method in class com.iphrase.onestep.beans.ValueHandler
Checks if the object is a tallied value.
getIsTallied() - Method in class com.iphrase.onestep.beans.TallyValueHandler
Overrides ValueHandler.getIsTallied() but returns a value of true
getItems() - Method in class com.iphrase.onestep.beans.Breadcrumb
Return Breadcrumb Breadcrumb.Item
getLabel() - Method in class com.iphrase.onestep.beans.Breadcrumb.Item
Returns the feature label for constraints or "Mentions" for the search string.
getLabel() - Method in class com.iphrase.onestep.beans.VoiceOver.Item
Get constraint label (feature label).
getLastComponent() - Method in class com.iphrase.onestep.beans.ValueHandler.TaxonomyValue
 
getLayout() - Method in class com.iphrase.onestep.beans.QueryHandler
Get the layout name to be used for the results rendering.
getLayoutFileName() - Method in class com.iphrase.onestep.beans.QueryHandler
Get the layout file name to be used for the results rendering.
getLength() - Method in class com.iphrase.onestep.beans.ValueHandler.TextValue
 
getLink() - Method in class com.iphrase.onestep.beans.ValueHandler
Gets the ValueHandler.LinkValue object or returns null if the contained object is not of the FeatureMetaData.BaseTypes.LINK type.
getMatchesConstraint() - Method in class com.iphrase.onestep.beans.ValueHandler
Returns true if the value's constraint is a one of constraints used to get the current query results.
getObject() - Method in class com.iphrase.onestep.beans.ValueHandler.BaseValue
Gets the actual OneStep value.
getPage() - Method in class com.iphrase.onestep.beans.VoiceOver
 
getPerPage() - Method in class com.iphrase.onestep.beans.VoiceOver
 
getQueryResult() - Method in class com.iphrase.onestep.beans.QueryHandler
Get the query results returned by the OneStep server.
getRecursionLevel() - Method in class com.iphrase.onestep.beans.TallyValueHandler
Gets the recursion level.
getRootCause(Exception) - Static method in class com.iphrase.onestep.exception.LayoutsException
Returns the root cause exception for e or null if e doesn't have a cause.
getRuntimeConnector() - Method in class com.iphrase.onestep.beans.QueryHandler
Get the OneStep Runtime API Connector object created by this handler.
getRuntimeQuery() - Method in class com.iphrase.onestep.beans.QueryHandler
Get the OneStep Runtime API Query object created by this handler.
getShouldEscape() - Method in class com.iphrase.onestep.beans.ValueHandler
Returns true if the attribute 'mimetype' in FeatureMetaData is not text/html.
getSize() - Method in class com.iphrase.onestep.beans.Breadcrumb.Item
Returns the number of the sibling items.
getSortBy() - Method in class com.iphrase.onestep.beans.VoiceOver
 
getSrc() - Method in class com.iphrase.onestep.beans.ValueHandler.ImageUrlValue
 
getString(String) - Method in class com.iphrase.onestep.beans.Prose
Returns a localized text by its name
getSummarizedHasFalse() - Method in class com.iphrase.onestep.beans.ValueHandler.BooleanValue
 
getSummarizedHasTrue() - Method in class com.iphrase.onestep.beans.ValueHandler.BooleanValue
 
getSummarizedMax() - Method in class com.iphrase.onestep.beans.ValueHandler.DateTimeValue
 
getSummarizedMax() - Method in class com.iphrase.onestep.beans.ValueHandler.FloatValue
 
getSummarizedMax() - Method in class com.iphrase.onestep.beans.ValueHandler.IntValue
 
getSummarizedMaxEqualsMin() - Method in class com.iphrase.onestep.beans.ValueHandler.DateTimeValue
 
getSummarizedMin() - Method in class com.iphrase.onestep.beans.ValueHandler.DateTimeValue
 
getSummarizedMin() - Method in class com.iphrase.onestep.beans.ValueHandler.FloatValue
 
getSummarizedMin() - Method in class com.iphrase.onestep.beans.ValueHandler.IntValue
 
getSummarizedValues() - Method in class com.iphrase.onestep.beans.ValueHandler.TextValue
 
getSummarizedValues() - Method in class com.iphrase.onestep.beans.ValueHandler.TextExtractValue
 
getSummarizedValues() - Method in class com.iphrase.onestep.beans.ValueHandler.TaxonomyValue
 
getSummarizedValues() - Method in class com.iphrase.onestep.beans.ValueHandler.LinkValue
 
getSummarizedValues() - Method in class com.iphrase.onestep.beans.ValueHandler.ImageUrlValue
 
getTabs() - Method in class com.iphrase.onestep.beans.DrillDownTabs
Returns tabs in an order specified by tabsOrderLabels
getTabsCount() - Method in class com.iphrase.onestep.beans.DrillDownTabs
Gets the number of available tabs (not including the "All" tab).
getTabsFeatureId() - Method in class com.iphrase.onestep.beans.DrillDownTabs
Returns the value of RENDER_TAB_FEATURE property in the default.prp file.
getTallyCount() - Method in class com.iphrase.onestep.beans.ValueHandler
Gets the value's tally count.
getTaxonomy() - Method in class com.iphrase.onestep.beans.ValueHandler
Gets the ValueHandler.TaxonomyValue object or returns null if the contained object is not of the FeatureMetaData.BaseTypes.TAXONOMY type.
getText() - Method in class com.iphrase.onestep.beans.ValueHandler
Gets the ValueHandler.TextValue object or returns null if the contained object is not of the FeatureMetaData.BaseTypes.TEXT type.
getTextExtract() - Method in class com.iphrase.onestep.beans.ValueHandler
Gets the ValueHandler.TextExtractValue object or returns null if the contained object is not of the FeatureMetaData.BaseTypes.TEXT_EXTRACT type.
getValue() - Method in class com.iphrase.onestep.beans.ValueHandler
Gets the value's ValueHandler.BaseValue member
getValue() - Method in class com.iphrase.onestep.beans.ValueHandler.BooleanValue
 
getValue() - Method in class com.iphrase.onestep.beans.ValueHandler.DateTimeValue
 
getValue() - Method in class com.iphrase.onestep.beans.ValueHandler.FloatValue
 
getValue() - Method in class com.iphrase.onestep.beans.ValueHandler.IntValue
 
getValue() - Method in class com.iphrase.onestep.beans.ValueHandler.TextValue
 
getValue() - Method in class com.iphrase.onestep.beans.ValueHandler.TextExtractValue
 
getValue() - Method in class com.iphrase.onestep.beans.ValueHandler.CustomValue
 
getValueHandler() - Method in class com.iphrase.onestep.beans.VoiceOver.Item
Get ValueHandler object for formatting.
getValues() - Method in class com.iphrase.onestep.beans.Breadcrumb.Item
Returns current constraint value (first in the list) followed by all available alternatives.
getValues() - Method in class com.iphrase.onestep.beans.DrillDownList
 
getViewBy() - Method in class com.iphrase.onestep.beans.VoiceOver
 
getYouAsked() - Method in class com.iphrase.onestep.beans.VoiceOver
Get "you asked" string
getYouAskedWithin() - Method in class com.iphrase.onestep.beans.VoiceOver
Get "Search Within" strings
getYouChanged() - Method in class com.iphrase.onestep.beans.VoiceOver
Get "You clicked" entries data
getYouRelaxed() - Method in class com.iphrase.onestep.beans.VoiceOver
Get "You removed" entries data
getYouRemoved() - Method in class com.iphrase.onestep.beans.VoiceOver
 

I

init(ServletConfig) - Method in class com.iphrase.onestep.logger.SetupLog
Initializes a log4net environment.
InitConstraint(Constraint, boolean) - Method in class com.iphrase.onestep.beans.ValueHandler
Sets the constraint property.
initializeWithPageContext(PageContext) - Method in class com.iphrase.onestep.beans.QueryHandler
Initialize this QueryHandler instance with the servlet page context.
isNull() - Method in class com.iphrase.onestep.beans.ValueHandler
Returns true if the OneStep value object is null Overrides ValueHandler.BaseValue.isNull().
isNull() - Method in class com.iphrase.onestep.beans.ValueHandler.BaseValue
Returns true if the OneStep value object is null
isRemoveIndividualTerms() - Method in class com.iphrase.onestep.beans.Breadcrumb.Item
Is true if: end-user is allowed to remove individual terms of a text query, and this item is based on a corresponding Mentions constraint.
isRequired() - Method in class com.iphrase.onestep.beans.Breadcrumb.Item
 

L

LayoutsException - exception com.iphrase.onestep.exception.LayoutsException.
A generic exception thrown when an error accured during the query processing and results rendering.
LayoutsException() - Constructor for class com.iphrase.onestep.exception.LayoutsException
Constructs a new LayoutsException
LayoutsException(String) - Constructor for class com.iphrase.onestep.exception.LayoutsException
Constructs a new LayoutsException exception with a given error message.
LayoutsException(String, Throwable) - Constructor for class com.iphrase.onestep.exception.LayoutsException
Constructs a new LayoutsException exception when the Layouts need to throw an exception and include a message about the "root cause" exception that interfered with its normal operation, including a description message.
LayoutsException(Throwable) - Constructor for class com.iphrase.onestep.exception.LayoutsException
Constructs a new LayoutsException exception when the Layouts need to throw an exception and include a message about the "root cause" exception that interfered with its normal operation.
LookupTabsTallyFeature(DrillDown) - Static method in class com.iphrase.onestep.beans.DrillDownTabs
Returns a feature marked as RENDER_TAB_FEATURE in the default.prp file

P

printStackTrace() - Method in class com.iphrase.onestep.exception.LayoutsException
Prints this throwable and its backtrace to the standard error stream.
printStackTrace(PrintStream) - Method in class com.iphrase.onestep.exception.LayoutsException
Prints this throwable and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in class com.iphrase.onestep.exception.LayoutsException
Prints this throwable and its backtrace to the specified print writer.
Prose - class com.iphrase.onestep.beans.Prose.
A container for localized texts designed to be used with the prose_xx.jsp files.
Prose() - Constructor for class com.iphrase.onestep.beans.Prose
 

Q

QueryHandler - class com.iphrase.onestep.beans.QueryHandler.
QueryHandler provides high-level access to the OneStep Runtime API Query object.
QueryHandler() - Constructor for class com.iphrase.onestep.beans.QueryHandler
Construct a new (i.e., empty and uninitialized) QueryHandler instance.
QueryTag - class com.iphrase.onestep.tags.QueryTag.
Deprecated. As of release 1.2, replaced by QueryHandler. QueryTag is a thin wrapper around the QueryHandler. By simply defining a QueryTag using one line of code, you initialize an instance of the QueryHandler and set up communication with the OneStep Server. QueryTag is useful when no advanced customization is required. When advanced communication is required, the QueryHandler object should be used directly in your JSP files. See the QueryHandler documentation for more details.
QueryTag() - Constructor for class com.iphrase.onestep.tags.QueryTag
Deprecated.  

S

ServerTag - class com.iphrase.onestep.tags.ServerTag.
Deprecated. As of release 1.2, replaced by QueryHandler.addServerAddress(java.lang.String). Custom tag used to define a single OneStep server address. The body of the tag is a string containing the OneStep server address. This tag may reside within a QueryTag, but it is not required. It is possible to specify multiple OneStep server addresses, by using several instances of the ServerTag. If ServerTag is not specified, the OneStep server address will be taken from the ip_server URL parameter. Otherwise, the address is taken from the web.xml file. For details, see the Look and Feel Chapter of the User's Guide.
ServerTag() - Constructor for class com.iphrase.onestep.tags.ServerTag
Deprecated.  
setCause(Throwable) - Method in class com.iphrase.onestep.exception.LayoutsException
Sets the cause of this LayoutsException to the specified value.
setConstraints(ArrayList, ArrayList) - Method in class com.iphrase.onestep.beans.VoiceOver
Sets new or removed constraints.
setDirectSortBy(int) - Method in class com.iphrase.onestep.beans.VoiceOver
 
setIsRefineShowCounts(boolean) - Method in class com.iphrase.onestep.beans.TallyValueHandler
Sets whether the "refine counts" should be shown or not
setPage(String) - Method in class com.iphrase.onestep.beans.VoiceOver
 
setPerPage(String) - Method in class com.iphrase.onestep.beans.VoiceOver
 
setRetry(float) - Method in class com.iphrase.onestep.beans.QueryHandler
The setter for the optional retry attribute.
setRetry(int) - Method in class com.iphrase.onestep.tags.QueryTag
Deprecated. The setter for the optional retry tag attribute.
setSortBy(String) - Method in class com.iphrase.onestep.beans.VoiceOver
 
setString(String, String) - Method in class com.iphrase.onestep.beans.Prose
Adds the specified localized text and its name to the map.
setTabsOrder(String) - Method in class com.iphrase.onestep.beans.DrillDownTabs
Set the order of the tabs.
setTallyCount(int) - Method in class com.iphrase.onestep.beans.ValueHandler
Sets the value's tally count.
setTimeout(float) - Method in class com.iphrase.onestep.beans.QueryHandler
The setter for the optional timeout attribute.
setTimeout(int) - Method in class com.iphrase.onestep.tags.QueryTag
Deprecated. The setter for the optional timeout tag attribute.
SetupLog - class com.iphrase.onestep.logger.SetupLog.
The SetupLog is a helper servlet used for logging purposes.
SetupLog() - Constructor for class com.iphrase.onestep.logger.SetupLog
 
setViewBy(String) - Method in class com.iphrase.onestep.beans.VoiceOver
 
setYouAskedHistory(String[]) - Method in class com.iphrase.onestep.beans.VoiceOver
Sets the search strings that the user entered into the "search for" box.
setYouRemoved(String) - Method in class com.iphrase.onestep.beans.VoiceOver
 
size() - Method in class com.iphrase.onestep.beans.DrillDownList
 

T

TallyValueHandler - class com.iphrase.onestep.beans.TallyValueHandler.
A helper bean used to make it easier for JSP programmers to access various properties of any OneStep value types used in the DrillDown and breadcrumbs components.
TallyValueHandler(Object) - Constructor for class com.iphrase.onestep.beans.TallyValueHandler
Constructs an instance of the ValueHandler class when its type is not available.
TallyValueHandler(Object, int, boolean, int, int, String, boolean) - Constructor for class com.iphrase.onestep.beans.TallyValueHandler
Constructs an instance of the TallyValueHandler class.
TallyValueHandler(Object, int, boolean, int, int, String, boolean, String) - Constructor for class com.iphrase.onestep.beans.TallyValueHandler
Constructs an instance of the TallyValueHandler class.

V

ValueHandler - class com.iphrase.onestep.beans.ValueHandler.
The ValueHandler is a helper bean used to make it easier for JSP programmers to access various properties of OneStep data types.
ValueHandler.BaseValue - class com.iphrase.onestep.beans.ValueHandler.BaseValue.
A super class for all xxxValue sub-classes.
ValueHandler.BaseValue(ValueHandler, Object, boolean) - Constructor for class com.iphrase.onestep.beans.ValueHandler.BaseValue
Initializes the object
ValueHandler.BooleanValue - class com.iphrase.onestep.beans.ValueHandler.BooleanValue.
A container for the FeatureMetaData.BaseTypes.BOOL OneStep value.
ValueHandler.BooleanValue(ValueHandler, Object, boolean) - Constructor for class com.iphrase.onestep.beans.ValueHandler.BooleanValue
 
ValueHandler.CustomValue - class com.iphrase.onestep.beans.ValueHandler.CustomValue.
A container for the FeatureMetaData.BaseTypes.CUSTOM OneStep value.
ValueHandler.CustomValue(ValueHandler, Object, boolean) - Constructor for class com.iphrase.onestep.beans.ValueHandler.CustomValue
Initializes the CustomValue object
ValueHandler.DateTimeValue - class com.iphrase.onestep.beans.ValueHandler.DateTimeValue.
A container for the FeatureMetaData.BaseTypes.DATE_TIME OneStep value.
ValueHandler.DateTimeValue(ValueHandler, Object, boolean) - Constructor for class com.iphrase.onestep.beans.ValueHandler.DateTimeValue
 
ValueHandler.FloatValue - class com.iphrase.onestep.beans.ValueHandler.FloatValue.
A container for the FeatureMetaData.BaseTypes.FLOAT OneStep value.
ValueHandler.FloatValue(ValueHandler, Object, boolean) - Constructor for class com.iphrase.onestep.beans.ValueHandler.FloatValue
 
ValueHandler.ImageUrlValue - class com.iphrase.onestep.beans.ValueHandler.ImageUrlValue.
A container for the FeatureMetaData.BaseTypes.IMAGE_URL OneStep value.
ValueHandler.ImageUrlValue(ValueHandler, Object, boolean) - Constructor for class com.iphrase.onestep.beans.ValueHandler.ImageUrlValue
Initializes the ImageUrlValue object
ValueHandler.IntValue - class com.iphrase.onestep.beans.ValueHandler.IntValue.
A container for the FeatureMetaData.BaseTypes.INT OneStep value.
ValueHandler.IntValue(ValueHandler, Object, boolean) - Constructor for class com.iphrase.onestep.beans.ValueHandler.IntValue
 
ValueHandler.LinkValue - class com.iphrase.onestep.beans.ValueHandler.LinkValue.
A container for the FeatureMetaData.BaseTypes.LINK OneStep value.
ValueHandler.LinkValue(ValueHandler, Object, boolean, boolean) - Constructor for class com.iphrase.onestep.beans.ValueHandler.LinkValue
Initializes the LinkValue object
ValueHandler.TaxonomyValue - class com.iphrase.onestep.beans.ValueHandler.TaxonomyValue.
A container for the FeatureMetaData.BaseTypes.TAXONOMY OneStep value.
ValueHandler.TaxonomyValue(ValueHandler, Object, boolean) - Constructor for class com.iphrase.onestep.beans.ValueHandler.TaxonomyValue
Initializes the TaxonomyValue object
ValueHandler.TextExtractValue - class com.iphrase.onestep.beans.ValueHandler.TextExtractValue.
A container for the FeatureMetaData.BaseTypes.TEXT_EXTRACT OneStep value.
ValueHandler.TextExtractValue(ValueHandler, Object, boolean) - Constructor for class com.iphrase.onestep.beans.ValueHandler.TextExtractValue
Initializes the TextExtractValue object
ValueHandler.TextValue - class com.iphrase.onestep.beans.ValueHandler.TextValue.
A container for the FeatureMetaData.BaseTypes.TEXT OneStep value.
ValueHandler.TextValue(ValueHandler, Object, boolean) - Constructor for class com.iphrase.onestep.beans.ValueHandler.TextValue
Initializes the TextValue object
ValueHandler(Object) - Constructor for class com.iphrase.onestep.beans.ValueHandler
Constructs an instance of the ValueHandler class when its type is not available.
ValueHandler(Object, int, boolean, String, boolean) - Constructor for class com.iphrase.onestep.beans.ValueHandler
Constructs an instance of the ValueHandler class.
VoiceOver - class com.iphrase.onestep.beans.VoiceOver.
Contains data required for formatting the VoiceOver component.
VoiceOver.Item - class com.iphrase.onestep.beans.VoiceOver.Item.
Contains data for a single new or removed constraint in the VoiceOver component.
VoiceOver.Item(VoiceOver, Constraint, ArrayList) - Constructor for class com.iphrase.onestep.beans.VoiceOver.Item
 
VoiceOver(ArrayList, String) - Constructor for class com.iphrase.onestep.beans.VoiceOver
Constructs the VoiceOver bean

A B C D E G I L P Q S T V
© Copyright 2005, 2006. IBM Corporation. All rights reserved.