org.nakedobjects.plugins.remoting.http
Class EncodingOverHttpRemotingViewerInstaller
java.lang.Object
org.nakedobjects.runtime.installers.InstallerAbstract
org.nakedobjects.runtime.viewer.NakedObjectsViewerInstallerAbstract
org.nakedobjects.plugins.remoting.http.EncodingOverHttpRemotingViewerInstaller
- All Implemented Interfaces:
- ApplicationScopedComponent, Component, Installer, ConfigurationBuilderAware, InstallerLookupAware, NakedObjectsViewerInstaller
public class EncodingOverHttpRemotingViewerInstaller
- extends NakedObjectsViewerInstallerAbstract
Convenience implementation of a NakedObjectsViewer providing the
ability to run a Jetty web server configured for http remoting from the
command line.
To run, use the --viewer encoding-http flag. The client-side should
run using --connector encoding-http flag.
In a production deployment the configuration represented by the
WebAppSpecification would be specified in the web.xml file.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncodingOverHttpRemotingViewerInstaller
public EncodingOverHttpRemotingViewerInstaller()
addConfigurationResources
protected void addConfigurationResources(java.util.List<java.lang.String> configurationResources)
- Overrides:
addConfigurationResources in class InstallerAbstract
doCreateViewer
public NakedObjectsViewer doCreateViewer()
- Overrides:
doCreateViewer in class NakedObjectsViewerInstallerAbstract
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.