org.objectweb.dsrg.sofa.repository.server.webapp
Class SofaServlet.ServletCommands

java.lang.Object
  extended by org.objectweb.dsrg.sofa.repository.server.webapp.SofaServlet.ServletCommands
Enclosing class:
SofaServlet

public static final class SofaServlet.ServletCommands
extends java.lang.Object

Encapsulates repository servlet special commands. These commands are transmitted as special get and post parameters.


Field Summary
static java.lang.String IS_LOCKED
           
static java.lang.String LOCK
           
static java.lang.String UNLOCK
           
 
Constructor Summary
SofaServlet.ServletCommands()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IS_LOCKED

public static final java.lang.String IS_LOCKED
See Also:
Constant Field Values

LOCK

public static final java.lang.String LOCK
See Also:
Constant Field Values

UNLOCK

public static final java.lang.String UNLOCK
See Also:
Constant Field Values
Constructor Detail

SofaServlet.ServletCommands

public SofaServlet.ServletCommands()