Class GoToRemoteAction
java.lang.Object
org.apache.pdfbox.preflight.action.AbstractActionManager
org.apache.pdfbox.preflight.action.GoToAction
org.apache.pdfbox.preflight.action.GoToRemoteAction
ActionManager for the GoToRemote action. GoToRemoteAction is valid if the F entry is present.
-
Field Summary
Fields inherited from class org.apache.pdfbox.preflight.action.AbstractActionManager
actionDictionnary, context -
Constructor Summary
ConstructorsConstructorDescriptionGoToRemoteAction(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, String aaKey) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanThis method must be implemented by inherited classes to process specific validation.private booleanMethods inherited from class org.apache.pdfbox.preflight.action.AbstractActionManager
getActionDictionnary, getAdditionalActionKey, isAdditionalAction, valid, valid, validNextActions
-
Constructor Details
-
GoToRemoteAction
public GoToRemoteAction(ActionManagerFactory amFact, COSDictionary adict, PreflightContext ctx, 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 Details
-
innerValid
Description copied from class:AbstractActionManagerThis method must be implemented by inherited classes to process specific validation.- Overrides:
innerValidin classGoToAction- Returns:
- True if the action is valid, false otherwise.
- Throws:
ValidationException
-
validateExplicitDestination
-