| java.lang.Object | |||
| ↳ | com.google.gdata.data.AbstractExtension | ||
| ↳ | com.google.gdata.data.ExtensionPoint | ||
| ↳ | com.google.gdata.data.analytics.Destination | ||
Destination-URL goal.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Destination.MatchType | The match type for the path expression. | ||||||||||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | CASESENSITIVE | XML "caseSensitive" attribute name | |||||||||
| String | EXPRESSION | XML "expression" attribute name | |||||||||
| String | MATCHTYPE | XML "matchType" attribute name | |||||||||
| String | STEP1REQUIRED | XML "step1Required" attribute name | |||||||||
| String | XML_NAME | XML element name | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| caseSensitive | Whether path URL matching is case sensitive | ||||||||||
| expression | Goal's path expression | ||||||||||
| matchType | The match type for the path expression | ||||||||||
| step1Required | Whether step 1 is required for this goal | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default mutable constructor.
| |||||||||||
Immutable constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a new step.
| |||||||||||
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
| |||||||||||
Returns the whether path URL matching is case sensitive.
| |||||||||||
Returns the extension description, specifying whether it is required, and
whether it is repeatable.
| |||||||||||
Returns the goal's path expression.
| |||||||||||
Returns the the match type for the path expression.
| |||||||||||
Returns the whether step 1 is required for this goal.
| |||||||||||
Returns the steps.
| |||||||||||
Returns whether it has the whether path URL matching is case sensitive.
| |||||||||||
Returns whether it has the goal's path expression.
| |||||||||||
Returns whether it has the the match type for the path expression.
| |||||||||||
Returns whether it has the whether step 1 is required for this goal.
| |||||||||||
Returns whether it has the steps.
| |||||||||||
Sets the whether path URL matching is case sensitive.
| |||||||||||
Sets the goal's path expression.
| |||||||||||
Sets the the match type for the path expression.
| |||||||||||
Sets the whether step 1 is required for this goal.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Consumes attributes from the attribute helper.
| |||||||||||
Puts attributes into the attribute generator.
| |||||||||||
Checks the attributes to see if there are any problems.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
XML "caseSensitive" attribute name
XML "expression" attribute name
XML "matchType" attribute name
XML "step1Required" attribute name
XML element name
Whether path URL matching is case sensitive
Goal's path expression
The match type for the path expression
Whether step 1 is required for this goal
Default mutable constructor.
Immutable constructor.
| caseSensitive | Whether path URL matching is case sensitive. |
|---|---|
| expression | Goal's path expression. |
| matchType | The match type for the path expression. |
| step1Required | Whether step 1 is required for this goal. |
Declares the set of expected Extension types for an ExtensionPoint within the target extension profile. The base implementation does not declare any extensions, but can be overridden by specific types of ExtensionPoints that always contain a well-defined set of extensions.
| extProfile | The ExtensionProfile to initialize. |
|---|
Returns the whether path URL matching is case sensitive.
Returns the extension description, specifying whether it is required, and whether it is repeatable.
| required | Whether it is required |
|---|---|
| repeatable | Whether it is repeatable |
Returns the goal's path expression.
Returns the the match type for the path expression.
Returns the whether step 1 is required for this goal.
Returns whether it has the whether path URL matching is case sensitive.
Returns whether it has the goal's path expression.
Returns whether it has the the match type for the path expression.
Returns whether it has the whether step 1 is required for this goal.
Returns whether it has the steps.
Sets the whether path URL matching is case sensitive.
| caseSensitive | Whether path URL matching is case sensitive or
null to reset
|
|---|
Sets the goal's path expression.
| expression | Goal's path expression or null to reset
|
|---|
Sets the the match type for the path expression.
| matchType | The match type for the path expression or
null to reset
|
|---|
Sets the whether step 1 is required for this goal.
| step1Required | Whether step 1 is required for this goal or
null to reset
|
|---|
Consumes attributes from the attribute helper. May also use
consumeContent(boolean) to consume the element's text
content. Called from getHandler(ExtensionProfile, String, String, Attributes). Default implementation does
nothing, though generally this is discouraged unless there really are no
attributes.
| helper | Attribute helper |
|---|
| ParseException |
|---|
Puts attributes into the attribute generator. Called from
generate(XmlWriter, ExtensionProfile). Default implementation
does nothing, though generally this is discouraged unless there really are
no attributes.
| generator | Attribute generator |
|---|
Checks the attributes to see if there are any problems. Default implementation does nothing, though generally this is discouraged unless there really are no restrictions.