コード例 #1
0
 public PropertiesComponent() {
   super(PropertiesEndpoint.class);
   // include out of the box functions
   addFunction(new EnvPropertiesFunction());
   addFunction(new SysPropertiesFunction());
   addFunction(new ServicePropertiesFunction());
   addFunction(new ServiceHostPropertiesFunction());
   addFunction(new ServicePortPropertiesFunction());
 }