br.com.caelum.vraptor.environment
Class EnvironmentController
java.lang.Object
br.com.caelum.vraptor.environment.EnvironmentController
@Resource
public class EnvironmentController
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnvironmentController
public EnvironmentController(Environment environment,
br.com.caelum.vraptor.Result result,
br.com.caelum.vraptor.freemarker.Freemarker freemarker)
list
@Path(value="/admin/environment")
@Get
public void list()
throws IOException,
freemarker.template.TemplateException
- Throws:
IOException
freemarker.template.TemplateException
edit
@Path(value="/admin/environment")
@Put
public void edit(String key,
String value)
throws IOException,
freemarker.template.TemplateException
- Throws:
IOException
freemarker.template.TemplateException
Copyright © 2011. All Rights Reserved.