View Javadoc

1   package org.seasar.cubby.controller;
2   
3   import org.seasar.cubby.action.FormatPattern;
4   
5   public interface CubbyConfiguration {
6   
7   	RequestParser getRequestParser();
8   
9   	FormatPattern getFormatPattern();
10  
11  }