Name |
Breadcrumb Plugin |
|---|---|
Publisher |
Scott Stanlick |
License |
Open Source (ASL2) |
Version |
1.3 |
Compatibility |
Struts 2.0.9+ |
Homepage |
|
Download |
is designed to capture bread crumbs. It can be configured many ways
This Struts 2 plug-in is designed to capture bread crumbs when the "breadCrumbs" interceptor is included. This plug-in
can be activated by incorporating it with your registered interceptors.
The plug-in extends struts-default so you can extend the "breadcrumb" package to get these additional features.
The collection of captured requests are stored in session as Crumb objects which expose behavior sensitive to the respective web request.
You could also include screenshots by attaching the images to this page:
The following settings can be customized. See the developer guide.
Setting |
Description |
Default |
Possible Values |
|---|---|---|---|
|
Maximum crumbs to manage before a new request will pop the oldest from stack. It's a running list of crumbs. |
|
|
|
Determines if the same Crumb object is unique in crumb collection |
|
|
|
This will include only HTTP method=GET requests |
|
|
|
Wildcard separator used in action mappings. |
_ |
|
|
Plug-in utilizes MethodFilterInterceptor, so you can configure methods to be included |
none |
|
|
Plug-in utilizes MethodFilterInterceptor, so you can configure methods to be excluded |
|
|
This plug-in can be installed by copying the plug-in jar into your application's /WEB-INF/lib directory. No other files need to be copied or created.
Version |
Date |
Author |
Notes |
|---|---|---|---|
1.3 |
Oct 27, 2007 |
stanlick |
Initial release |