public class InvalidAction extends AbstractActionManager
actionDictionnary, context| Constructor and Description | 
|---|
| InvalidAction(ActionManagerFactory amFact,
             COSDictionary adict,
             PreflightContext ctx,
             String aaKey,
             String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | innerValid()This method must be implemented by inherited classes to process specific validation. | 
getActionDictionnary, getAdditionalActionKey, isAdditionalAction, valid, valid, validNextActionspublic InvalidAction(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, String aaKey, String name)
amFact - Instance of ActionManagerFactory used to create ActionManager to check Next actions.adict - the COSDictionary of the action wrapped by this class.ctx - the DocumentHandler from which the action comes from.aaKey - The name of the key which identify the action in a additional action dictionary.name - the action typeprotected boolean innerValid()
AbstractActionManagerinnerValid in class AbstractActionManagerCopyright © 2002–2017 The Apache Software Foundation. All rights reserved.