私のSpringポートレットコントローラクラスには、クラスレベルでこれがあります。
@Controller
@RequestMapping("VIEW")
public class myContoller extends AbstractController
これで@RequestMapping、リクエストURLをアクションハンドラー(コントローラー)にマップすることになっています。しかし、言うことの使用は何ですか@RequestMapping("VIEW").
で、この特定のポートレットコントローラ用portlet.xmlに定義しました。<portlet-mode>VIEW</portlet-mode>