struts的vc注入标签方式要求不严

阅读更多

 

struts的vc注入标签方式要求不严可以用@Controller,@Service原则是类名小写(默认),如果写成其他名字,这时

其他名字可以用,默认的名字也可用

 

@Scope("prototype")

@Controller("skillMenuActionOverride")

public class SkillMenuAction extends ActionSupport

 

 

 

@Scope("prototype")

@Service("teamAction")

public class TeamAction extends ActionSupport {

 

 

 

下面两个由于别名其实是同一个

 

 

 

   

    /flex/uifrm/menu/menuTreePage.jsp

    /flex/uifrm/menu/menuTreePage.jsp

   

 

    

   

    /flex/rbac/skillQuery.jsp

   

 

你可能感兴趣的:(struts)