org.apache.openjpa.persistence.jest
Class PropertiesCommand
java.lang.Object
   org.apache.openjpa.persistence.jest.AbstractCommand
org.apache.openjpa.persistence.jest.AbstractCommand
       org.apache.openjpa.persistence.jest.PropertiesCommand
org.apache.openjpa.persistence.jest.PropertiesCommand
- All Implemented Interfaces: 
- JESTCommand
- public class PropertiesCommand 
- extends AbstractCommand
Represents configuration properties in HTML.
- Author:
- Pinaki Poddar
 
 
 
 
 
 
| Methods inherited from class org.apache.openjpa.persistence.jest.AbstractCommand | 
| debug, getArgument, getArguments, getExecutionContext, getMandatoryArgument, getMandatoryArguments, getMinimumArguments, getObjectFormatter, getQualifier, getQualifiers, getValidQualifiers, hasArgument, hasQualifier, isBooleanQualifier, parse, popFetchPlan, pushFetchPlan, toStateManager, toStateManager, validate | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PropertiesCommand
public PropertiesCommand(JPAServletContext ctx)
getMaximumArguments
protected int getMaximumArguments()
- Description copied from class: AbstractCommand
- Gets the maximum number of arguments excluding the mandatory arguments.
 
- 
- Overrides:
- getMaximumArgumentsin class- AbstractCommand
 
- 
- Returns:
- Integer.MAX_VALUE by default.
 
process
public void process()
             throws ProcessingException,
                    IOException
- Description copied from interface: JESTCommand
- Process the given request and write the output on to the given response in the given context.
 
- 
- Throws:
- ProcessingException
- IOException
 
getDefaultFormat
protected JESTCommand.Format getDefaultFormat()
- 
- Overrides:
- getDefaultFormatin class- AbstractCommand
 
- 
 
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.