Class NamedAction


  • public class NamedAction
    extends AbstractActionManager
    ActionManager for the Named action. Named action is valid if N entry is present with one of the four values :
    • NextPage
    • PrevPage
    • FirstPage
    • LastPage
    • Constructor Detail

      • NamedAction

        public NamedAction​(ActionManagerFactory amFact,
                           COSDictionary adict,
                           PreflightContext ctx,
                           java.lang.String aaKey)
        Parameters:
        amFact - Instance of ActionManagerFactory used to create ActionManager to check Next actions.
        adict - the COSDictionary of the action wrapped by this class.
        ctx - the preflight context.
        aaKey - the name of the key which identify the action in a additional action dictionary.
    • Method Detail

      • innerValid

        protected boolean innerValid()
        Description copied from class: AbstractActionManager
        This method must be implemented by inherited classes to process specific validation.
        Specified by:
        innerValid in class AbstractActionManager
        Returns:
        True if the action is valid, false otherwise.