// ꂽR[h

package ${package};

import java.util.Map;
import java.util.HashMap;
import feat2.ResponsePointer;

/**
 * "${feature-name}"@\̒萔B
 */
public class ${Bfeature-name}FeatureConstants {

    public static final ResponsePointer POINTER_CURRENT_PAGE =
        new ResponsePointer("${feature-name}", ResponsePointer.CURRENT_PAGE);
    public static final ResponsePointer POINTER_HOME_PAGE =
        new ResponsePointer("${feature-name}", ResponsePointer.HOME_PAGE);

${pointer-list}
${resource-list}
    public static final Map
        ${feature-name}PointerMap = new HashMap(),
        ${feature-name}ResourceMap = new HashMap();

    static {
${pointer-map}
    }


}
