Class ExtensibilityDebugData
java.lang.Object
org.springframework.extensions.surf.extensibility.impl.ExtensibilityDebugData
Used to maintain the debug data about the ExtensibilityDirective instances used in a single request.
- Author:
- David Draper
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassRepresents extensibility directive debug data. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd new extensibility data for a directivegetDirectiveData(String directive) Gets the debug data for a specific directive type
-
Constructor Details
-
ExtensibilityDebugData
public ExtensibilityDebugData()
-
-
Method Details
-
addData
Add new extensibility data for a directive
- Parameters:
id- The id of the directivedirective- The directive typepath- The path of the file that provides the directive.
-
getDirectives
- Returns:
- The
SetofExtensibilityDirectivetypes used.
-
getDirectiveData
Gets the debug data for a specific directive type
- Parameters:
directive- The directive type to retrieve data for.- Returns:
- A list of
ExtensibilityDebugData.Dataobjects.
-