Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
D
F
K
P
R
S
T
V
_
B
bindingInComponent(WOComponent)
- Method in class com.goodeast.webobjects.switchablestring.
SSParentAssociation
Conformance to subclassing rules for WOAssociation.
booleanValueForAssociation(String, NSDictionary, WOContext)
- Static method in class com.goodeast.webobjects.switchablestring.
SSHelper
Boolean version of valueForAssociation().
C
callSuperAppendToResponse(WOResponse, WOContext)
- Method in interface com.goodeast.webobjects.switchablestring.
SSHelper.Callbacks
Used to call the superclass appendToResponse() method from within the helper.
callSuperTakeValuesFromRequest(WORequest, WOContext)
- Method in interface com.goodeast.webobjects.switchablestring.
SSHelper.Callbacks
Used to call the superclass takeVaulesFromResponse() method from within the helper.
cleanUpAssociations(NSDictionary, NSArray)
- Static method in class com.goodeast.webobjects.switchablestring.
SSHelper
Cleans up the dictionary of associations to remove any that are specific to the SwitchableString framework.
com.goodeast.webobjects.switchablestring
- package com.goodeast.webobjects.switchablestring
D
DEFAULT_SEPARATOR
- Static variable in class com.goodeast.webobjects.switchablestring.
SSHelper
For lists of items, such as from WOCheckboxMatrix or WOBrowser, the default item separator is ", ".
F
filterContent(String, NSDictionary, WOContext)
- Static method in class com.goodeast.webobjects.switchablestring.
SSHelper
Filters the HTML content based on the escapeHTML, allowedTags, and disallowedTags bindings.
filterForAllowedHTML(String)
- Method in class com.goodeast.webobjects.switchablestring.
SSHTMLFilter
This is a complex method that parses the raw string looking for tags.
filterForStrings(String, String)
- Static method in class com.goodeast.webobjects.switchablestring.
SSHTMLFilter.Factory
The method that you should use if you want an SSHTMLFilter object.
K
keyPath()
- Method in class com.goodeast.webobjects.switchablestring.
SSParentAssociation
Logs an error and continues, as we can't know the keyPath used by this binding based on the public WOComponent API's.
P
performAppendToResponse(WOResponse, WOContext, NSDictionary, SSHelper.Callbacks)
- Static method in class com.goodeast.webobjects.switchablestring.
SSHelper
Performs the appendToResponse phase for a SwitchableString element.
performTakeValuesFromRequest(WORequest, WOContext, NSDictionary, SSHelper.Callbacks)
- Static method in class com.goodeast.webobjects.switchablestring.
SSHelper
Performs the takeValuesFromRequest phase for a SwitchableString element.
R
readRawValue(NSDictionary, WOContext)
- Static method in class com.goodeast.webobjects.switchablestring.
SSHelper
Returns the contents of the form element, based on which bindings exist.
S
setValue(Object, WOComponent)
- Method in class com.goodeast.webobjects.switchablestring.
SSParentAssociation
Sets the value for this binding in aComponent's
parent
component.
SSAllowedTagsFilter
- class com.goodeast.webobjects.switchablestring.
SSAllowedTagsFilter
.
Checks tags against an allowed list.
SSDisallowedTagsFilter
- class com.goodeast.webobjects.switchablestring.
SSDisallowedTagsFilter
.
Checks tags against a disallowed list.
SSHelper
- class com.goodeast.webobjects.switchablestring.
SSHelper
.
A helper class that is used to add behavior to the dynamic elements.
SSHelper.Callbacks
- interface com.goodeast.webobjects.switchablestring.
SSHelper.Callbacks
.
Used to provide callbacks into the dynamic elements so that the helper can call superclass methods.
SSHTMLFilter
- class com.goodeast.webobjects.switchablestring.
SSHTMLFilter
.
Implements the base functionality for a scheme to filter out HTML tags based on a test.
SSHTMLFilter.Factory
- class com.goodeast.webobjects.switchablestring.
SSHTMLFilter.Factory
.
Factory class that implements a caching scheme to avoid the overhead of creating a new object each time a new filter is desired with the same allowed or disallowed list.
SSHTMLFilter()
- Constructor for class com.goodeast.webobjects.switchablestring.
SSHTMLFilter
Used by SSHTMLFilter subclasses.
SSNoTagsAllowedFilter
- class com.goodeast.webobjects.switchablestring.
SSNoTagsAllowedFilter
.
Simple subclass of SSHTMLFilter that escapes all tags.
SSParentAssociation
- class com.goodeast.webobjects.switchablestring.
SSParentAssociation
.
This class is used to work around the fact that two of the elements being subclassed are in fact subclasses of WOComponent, not WODynamicElement.
SSParentAssociation(String)
- Constructor for class com.goodeast.webobjects.switchablestring.
SSParentAssociation
Creates a new SSParentAssociation which can be used to access the binding bindingName.
stringForSelection(Object, NSDictionary, WOContext)
- Static method in class com.goodeast.webobjects.switchablestring.
SSHelper
Returns a raw value string based on the selection binding.
stringForSelections(NSArray, NSDictionary, WOContext)
- Static method in class com.goodeast.webobjects.switchablestring.
SSHelper
Returns a raw value string based on the selections binding.
stringForValue(Object, NSDictionary, WOContext)
- Static method in class com.goodeast.webobjects.switchablestring.
SSHelper
Returns a raw value string based on the raw value passed through any formatter or formatter subclass that might be bound to the dynamic element.
T
tagShouldBeEscaped(String)
- Method in class com.goodeast.webobjects.switchablestring.
SSNoTagsAllowedFilter
Always returns true, regardless of
tag
.
tagShouldBeEscaped(String)
- Method in class com.goodeast.webobjects.switchablestring.
SSHTMLFilter
Method called to determine if a particular tag should be escaped or not.
tagShouldBeEscaped(String)
- Method in class com.goodeast.webobjects.switchablestring.
SSDisallowedTagsFilter
Returns true if
tag
is in the disallowed list.
tagShouldBeEscaped(String)
- Method in class com.goodeast.webobjects.switchablestring.
SSAllowedTagsFilter
Returns true if
tag
is not in the allowed list.
truncateRawValueString(String, NSDictionary, WOContext)
- Static method in class com.goodeast.webobjects.switchablestring.
SSHelper
Truncates the raw value string at the right length.
V
valueForAssociation(String, NSDictionary, WOContext)
- Static method in class com.goodeast.webobjects.switchablestring.
SSHelper
Utility method that makes it neater to pull out an association's value and handles the absence of a binding gracefully.
valueInComponent(WOComponent)
- Method in class com.goodeast.webobjects.switchablestring.
SSParentAssociation
Returns the value for the binding evaluated in aComponent's
parent
component.
_
_bindingName
- Variable in class com.goodeast.webobjects.switchablestring.
SSParentAssociation
The name of the binding for this Association.
B
C
D
F
K
P
R
S
T
V
_
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes