Skip to content

This is a very simple implementation of using breadcrumb in Spring MVC. You should be using Spring 3.1.X or above. For usage please look into the sample war file. Which contains everything you need to do.

License

Notifications You must be signed in to change notification settings

matushd/BreadCrumb-Spring-MVC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a very simple implementation of using breadcrumb in Spring MVC. You should be using Spring 3.1.X or above. For usage please look into the sample war file. Which contains everything you need to do.

Still I will give some description:

@Link(label="Sample Link", family="controllerFamily", parent="");                                                                  
@RequestMapping(value = "sample.do", method=RequestMethod.GET);
public ModelAndView sampleMethod(HttpSession session){...}

Link is the annotation which will generate breadcrumbs for you at interceptor level.

label: attribute is the label you want to display for the Link
family: attribute is to define the group in which this link will fall.
parent: attribute defines the parent of current page

About

This is a very simple implementation of using breadcrumb in Spring MVC. You should be using Spring 3.1.X or above. For usage please look into the sample war file. Which contains everything you need to do.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%