Uses of Class
org.moremotion.config.ConfigParameterException

Packages that use ConfigParameterException
org.moremotion.action   
org.moremotion.config   
org.moremotion.datasrc   
org.moremotion.evaluator   
org.moremotion.page   
org.moremotion.process   
org.moremotion.security   
org.moremotion.security.broker   
org.moremotion.servlet   
 

Uses of ConfigParameterException in org.moremotion.action
 

Methods in org.moremotion.action that throw ConfigParameterException
 AccessControlDefinition ActionServiceConfig.getAccessControlDefinition(MoreMotionRequest request)
           
 java.lang.String ActionServiceConfig.getUnitName(MoreMotionRequest request)
           
 

Uses of ConfigParameterException in org.moremotion.config
 

Methods in org.moremotion.config that throw ConfigParameterException
 boolean ConfigParameter.booleanValue()
           
 boolean ConfigParameter.booleanValue(boolean defValue)
           
 char ConfigParameter.charValue()
           
 char ConfigParameter.charValue(char defValue)
           
 double ConfigParameter.doubleValue()
           
 double ConfigParameter.doubleValue(double defValue)
           
 Expression ConfigParameter.expressionValue()
           
 ConditionalListItem[] ConditionalList.getItems(MoreMotionRequest request)
          Returns a ConditionalListItem array after evaluating the conditions
 ConfigParameter Config.getParameter(java.lang.String name)
          Returns the value of the specified special parameter
 boolean ConditionalListIterator.hasMore()
           
 int ConfigParameter.intValue()
          Returns the value of the parameter as integer.
 int ConfigParameter.intValue(int defValue)
          Returns the value of the parameter as integer.
 ConditionalListItem ConditionalListIterator.next()
           
 java.lang.String ConfigParameter.passwordValue()
          Decrypts and returns the value
 java.lang.String ConfigParameter.passwordValue(java.lang.String defValue)
          Decrypts and returns the value.
 boolean ConditionalListItem.precondSatisfied(MoreMotionRequest request)
           
 ConfigParameter ConfigParameter.resolve(MoreMotionRequest request)
          If the parameter value does not contain embedded MScript funcions this method simply return this object.
 java.lang.String ConfigParameter.stringValue()
           
 

Uses of ConfigParameterException in org.moremotion.datasrc
 

Methods in org.moremotion.datasrc that throw ConfigParameterException
 AccessControlDefinition DataSourceConfig.getAccessControlDefinition(MoreMotionRequest request)
           
 int DataSourceConfig.getDebugLevel(MoreMotionRequest request)
           
 int DataSourceConfig.getItemsPerPage(MoreMotionRequest request)
           
 int DataSourceConfig.getPagesPerBlock(MoreMotionRequest request)
           
 java.lang.String DataSourceConfig.getPrecond(MoreMotionRequest request)
           
 int DataSourceConfig.getRefreshTimeout(MoreMotionRequest request)
           
 java.lang.String DataSourceConfig.getResBundleName(MoreMotionRequest request)
           
 java.lang.String DataSourceConfig.getUnitName(MoreMotionRequest request)
           
 

Uses of ConfigParameterException in org.moremotion.evaluator
 

Methods in org.moremotion.evaluator that throw ConfigParameterException
 int MScriptFunctionConfig.getDebug(MoreMotionRequest request)
           
 ConfigParameter MScriptFunctionConfig.getParameter(java.lang.String name)
           
 java.lang.String MScriptFunctionConfig.getUnitName(MoreMotionRequest request)
           
 void MMSymbolResolver.pushTCall(java.util.HashMap tcall)
           
 

Uses of ConfigParameterException in org.moremotion.page
 

Methods in org.moremotion.page that throw ConfigParameterException
 AccessControlDefinition PageConfig.getAccessControlDefinition(MoreMotionRequest request)
          Returns AccessControlDefinition object of the page
 boolean PageConfig.getAvoidCaching(MoreMotionRequest request)
          Returns true if Avoid Caching is specified in the page config, false otherwise
 java.lang.String TemplateCall.getContinuePage()
           
 java.lang.String PageDataRequest.getDataSourceName(MoreMotionRequest request)
          Returns the name of the data source.
 int TemplateCall.getDebugLevel(MoreMotionRequest request)
           
 java.lang.String CurrentPage.getEncoding()
          Returns the encoding of the current page
 java.lang.String PageConfig.getEncoding(MoreMotionRequest request)
          Returns the page encoding
 java.lang.String DataRequestNode.getEncryptionKey(MoreMotionRequest request)
           
 java.lang.String TemplateCall.getErrorPage()
           
 java.lang.String TemplateCall.getErrorPage(MoreMotionRequest request)
           
 int PageDataRequest.getExtraItemsAfter(MoreMotionRequest request)
           
 int PageDataRequest.getExtraItemsBefore(MoreMotionRequest request)
           
 java.lang.String DataRequestNode.getNewName(MoreMotionRequest request)
           
 NodeSelector PageDataRequest.getNodeSelector(MoreMotionRequest request)
          Returns the node selector of the data request
 java.lang.String TemplateCall.getOriginPage()
           
 PageDataRequest[] PageDataRequestList.getRequests(MoreMotionRequest request)
          Returns a PageDataRequest array after evaluating the conditions
 boolean PageDataRequest.getSelectAll(MoreMotionRequest request)
          Returns true if this data request has no "node" child elements or the "selectAll" attribute is true.
 java.lang.String PageDataRequest.getSourceAreaNames(MoreMotionRequest request)
           
 boolean TemplateCall.isBeforeDS(MoreMotionRequest request)
           
 ADOMNode NodeSelector.processNode(ADOMNode adomNode)
          Checks the given ADOMNode agains the nodelist of the PageDataRequest and performs the following actions: If the node name is in the list and "encrypt" is specified, encrypts the node and returns it.
 

Uses of ConfigParameterException in org.moremotion.process
 

Methods in org.moremotion.process that throw ConfigParameterException
 AccessControlDefinition ProcessTemplateConfig.getAccessControlDefinition(MoreMotionRequest request)
           
 java.lang.String CallDefinition.getBlockName(MoreMotionRequest request)
          Returns the name of the input process block of the target process
 java.lang.String ProcessCommand.getContinuePage()
           
 int ProcessCommand.getDebugLevel(MoreMotionRequest request)
           
 int CallDefinition.getDebugLevel(MoreMotionRequest request)
           
 java.lang.String ProcessCommand.getErrorPage()
           
 java.lang.String ProcessCommand.getMethod(MoreMotionRequest request)
           
 java.lang.String ProcessCommand.getNextPage()
           
 java.lang.String QueryProcessCallDefinition.getOutputTo(MoreMotionRequest request)
           
 java.lang.String CallDefinition.getReset(MoreMotionRequest request)
           
 java.lang.String ProcessCommand.getTemplateName(MoreMotionRequest request)
           
 

Constructors in org.moremotion.process that throw ConfigParameterException
CallInstance(CallInstance parent, CallDefinition callDef, MoreMotionRequest request)
           
 

Uses of ConfigParameterException in org.moremotion.security
 

Methods in org.moremotion.security that throw ConfigParameterException
 AccessControlDefinition AccessControlConfigParameter.getAccessControlDefinition(MoreMotionRequest request)
           
 void AccessControlConfigParameter.parse(org.w3c.dom.Element elm)
           
 

Constructors in org.moremotion.security that throw ConfigParameterException
AccessControlConfigParameter(org.w3c.dom.Element elm)
          Creates a new instance of AccessControlConfigParameter
 

Uses of ConfigParameterException in org.moremotion.security.broker
 

Methods in org.moremotion.security.broker that throw ConfigParameterException
 java.lang.String SecurityBrokerConfig.getParameter(java.lang.String name)
           
 

Uses of ConfigParameterException in org.moremotion.servlet
 

Methods in org.moremotion.servlet that throw ConfigParameterException
static void SystemConfig.parse(ConfigNodeList nodelist)
           
static void SystemConfig.parseSubConfig(ConfigNodeList nodelist)
           
 



Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.