|
|||||||||||||||||||
30 day Evaluation Version distributed via the Maven Jar Repository. Clover is not free. You have 30 days to evaluate it. Please visit http://www.thecortex.net/clover to obtain a licensed version of Clover | |||||||||||||||||||
Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
BrownieS2ContainerTagHandlerRule.java | - | 0% | 0% | 0% |
|
1 |
/*
|
|
2 |
* brownies and its relative products are published under the terms
|
|
3 |
* of the Apache Software License.
|
|
4 |
*
|
|
5 |
* Created on 2004/06/11 2:06:15
|
|
6 |
*/
|
|
7 |
package org.asyrinx.brownie.seasar.container.factory;
|
|
8 |
|
|
9 |
import org.seasar.framework.container.factory.S2ContainerTagHandlerRule;
|
|
10 |
|
|
11 |
/**
|
|
12 |
* @author akima
|
|
13 |
*/
|
|
14 |
public class BrownieS2ContainerTagHandlerRule extends S2ContainerTagHandlerRule { |
|
15 |
|
|
16 |
/**
|
|
17 |
*
|
|
18 |
*/
|
|
19 | 0 |
public BrownieS2ContainerTagHandlerRule() {
|
20 | 0 |
super();
|
21 |
/*
|
|
22 |
* ここが変わってます。
|
|
23 |
*/
|
|
24 | 0 |
addTagHandler("/components/include", new BrownieIncludeTagHandler()); |
25 |
} |
|
26 |
|
|
27 |
} |
|