1 package org.apache.turbine.services.assemblerbroker.util.python; 2 3 18 19 import org.apache.turbine.TurbineConstants; 20 import org.apache.turbine.modules.Assembler; 21 22 32 public class PythonScreenFactory 33 extends PythonBaseFactory 34 { 35 42 public Assembler getAssembler(String name) 43 throws Exception  44 { 45 return getAssembler(TurbineConstants.SCREEN_PREFIX, name); 46 } 47 } 48 | Popular Tags |