Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Name

Breadcrumb Plugin

Publisher

Scott Stanlick

License

Open Source (ASL2)

Version

1.3

Compatibility

Struts 2.0.9+

Homepage

http://strutsschoolstruts2inaction.com

Download

http://www.strutsschoolstruts2inaction.com/downloadschild/downloadsdisplayTile-home.action

{rate:title=Rating|theme=dynamic|key=Breadcrumbs}


The Struts 2 plugin excerptplug-in INLINE

is designed to capture bread crumbs. It can be configured many ways

...

This Struts 2 plugin plug-in is designed to capture bread crumbs when the "breadCrumbs" interceptor is included. This pluginplug-in
can be activated by incorporating it with your registered interceptors.

...

  • Can be configured to suit many different requirements
  •  Utilizes native framework functionality

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

crumbMax

Maximum crumbs to manage before a new request begiwill will pop the oldest from stack
.  It's a running list of crumbs.

4 2

int

uniqueCrumbsOnly

Determines if the same Crumb object is unique in CrumbCollection crumb collection

true

boolean{}

getRequestsOnly

This will include only HTTP method=GET requests

true

boolean{}

wildCardSeparator

Wildcard separator used in action mappings.  e.g.

http://strutsschool.com/samples/MemberAction_print.action?Image Removed

.. uses the ( _ )

{_}

String{}

includeMethods

Maximum crumbs to manage before a new request begiwill pop the oldest from stack

2

int

excludeMethods

Maximum crumbs to manage before a new request begiwill pop the oldest from stack

2

int

Plug-in utilizes MethodFilterInterceptor, so you can configure methods to be included

none

comma delimited list

excludeMethods

Plug-in utilizes MethodFilterInterceptor, so you can configure methods to be excluded

none

comma delimited list

This plug-in This plugin can be installed by copying the plugin plug-in jar into your application's /WEB-INF/lib directory. No other files need to be copied or created.

...