Uses of Class
org.apache.wiki.api.exceptions.WikiException
Packages that use WikiException
Package
Description
The chief package of JSPWiki.
JSPWiki's central API.
JSPWiki's Engine's component related classes.
JSPWiki's API exceptions package.
Attachment management, uploading and downloading.
Authentication, Authorization and the third A thing.
Provides a cache abstraction for JSPWiki.
Provides content management functionality for JSPWiki.
Provides page and content filtering functionality for JSPWiki.
Entry point for JSPWiki's Page Objects.
Provides storage for JSPWiki.
Provides the JSPWiki rendering functionality.
Provides auth-related Tasks, meant to be executed by the workflow framework.
Provides WikiPages' saving related Tasks, meant to be executed by the workflow framework.
-
Uses of WikiException in org.apache.wiki
Methods in org.apache.wiki that throw WikiExceptionModifier and TypeMethodDescriptionvoidWikiEngine.initialize(Properties props) Does all the real initialization.voidWikiEngine.initReferenceManager()Initializes the reference manager.Constructors in org.apache.wiki that throw WikiExceptionModifierConstructorDescriptionWikiEngine(Properties properties) Instantiate the WikiEngine using a given set of properties.protectedWikiEngine(javax.servlet.ServletContext context, String appid) Instantiate using this method when you're running as a servlet and WikiEngine will figure out where to look for the property file. -
Uses of WikiException in org.apache.wiki.api.core
Methods in org.apache.wiki.api.core that throw WikiExceptionModifier and TypeMethodDescriptionvoidEngine.initialize(Properties properties) Sets up the application's runningEngine.default voidEngine.start(Properties properties) Initializes theEngine, notifying all theEngineLifecycleExtensions. -
Uses of WikiException in org.apache.wiki.api.engine
Methods in org.apache.wiki.api.engine that throw WikiExceptionModifier and TypeMethodDescriptionvoidInitializable.initialize(Engine engine, Properties props) Initializes this Engine component. -
Uses of WikiException in org.apache.wiki.api.exceptions
Subclasses of WikiException in org.apache.wiki.api.exceptionsModifier and TypeClassDescriptionclassA generic PageFilter exception.classMarks an erroneous jspwiki.properties file.classMarks that no such variable was located.classProvides a generic PluginException.classThis exception represents the superclass of all exceptions that providers may throw.classThis exception may be thrown if a filter wants to reject something and redirect the user elsewhere.classA generic Wiki exception, meant to carry key & args to construct i18n messages to show meaningful messages to end-user. -
Uses of WikiException in org.apache.wiki.attachment
Methods in org.apache.wiki.attachment that throw WikiExceptionModifier and TypeMethodDescriptionstatic StringAttachmentManager.validateFileName(String filename) Validates the filename and makes sure it is legal. -
Uses of WikiException in org.apache.wiki.auth
Subclasses of WikiException in org.apache.wiki.authModifier and TypeClassDescriptionfinal classThrown in some error situations where a WikiPrincipal object does not exist.classIndicates an authentication or authorization error or exception.Methods in org.apache.wiki.auth that throw WikiExceptionModifier and TypeMethodDescriptionSecurityVerifier.containerRoleTable()Formats and returns an HTML table containing the roles the web container is aware of, and whether each role maps to particular JSPs.voidDefaultAuthenticationManager.initialize(Engine engine, Properties props) Initializes this Engine component.voidDefaultAuthorizationManager.initialize(Engine engine, Properties properties) Initializes this Engine component.voidDefaultUserManager.setUserProfile(Context context, UserProfile profile) Saves theUserProfilefor the user in a wiki session.voidUserManager.setUserProfile(Context context, UserProfile profile) Saves theUserProfilefor the user in a wiki session.voidDefaultUserManager.startUserProfileCreationWorkflow(Context context, UserProfile profile) voidUserManager.startUserProfileCreationWorkflow(Context context, UserProfile profile) SecurityVerifier.webContainerRoles()If the active Authorizer is the WebContainerAuthorizer, returns the roles it knows about; otherwise, a zero-length array. -
Uses of WikiException in org.apache.wiki.auth.user
Subclasses of WikiException in org.apache.wiki.auth.userModifier and TypeClassDescriptionfinal classException indicating that an identical user already exists in the user database. -
Uses of WikiException in org.apache.wiki.cache
Methods in org.apache.wiki.cache that throw WikiExceptionModifier and TypeMethodDescriptionvoidEhcacheCachingManager.initialize(Engine engine, Properties props) Initializes this Engine component. -
Uses of WikiException in org.apache.wiki.content
Methods in org.apache.wiki.content that throw WikiExceptionModifier and TypeMethodDescriptionDefaultPageRenamer.renamePage(Context context, String renameFrom, String renameTo, boolean changeReferrers) Renames a page.PageRenamer.renamePage(Context context, String renameFrom, String renameTo, boolean changeReferrers) Renames a page. -
Uses of WikiException in org.apache.wiki.filters
Methods in org.apache.wiki.filters that throw WikiExceptionModifier and TypeMethodDescriptionprotected voidDefaultFilterManager.initialize(Properties props) Initializes the filters from an XML file.Constructors in org.apache.wiki.filters that throw WikiExceptionModifierConstructorDescriptionDefaultFilterManager(Engine engine, Properties props) Constructs a new FilterManager object. -
Uses of WikiException in org.apache.wiki.pages
Methods in org.apache.wiki.pages that throw WikiExceptionModifier and TypeMethodDescriptionvoidvoidWrites the WikiText of a page into the page repository.Constructors in org.apache.wiki.pages that throw WikiExceptionModifierConstructorDescriptionDefaultPageManager(Engine engine, Properties props) Creates a new PageManager. -
Uses of WikiException in org.apache.wiki.parser
Subclasses of WikiException in org.apache.wiki.parserModifier and TypeClassDescriptionclassThis is an exception which gets thrown whenever the parser cannot parse the parsing things. -
Uses of WikiException in org.apache.wiki.providers
Subclasses of WikiException in org.apache.wiki.providersModifier and TypeClassDescriptionclassIndicates that an non-existing version was specified.classIf the provider detects that someone has modified the repository externally, it should throw this exception. -
Uses of WikiException in org.apache.wiki.render
Methods in org.apache.wiki.render that throw WikiExceptionModifier and TypeMethodDescriptionvoidDefaultRenderingManager.initialize(Engine engine, Properties properties) Initializes this Engine component. -
Uses of WikiException in org.apache.wiki.tasks.auth
Methods in org.apache.wiki.tasks.auth that throw WikiException -
Uses of WikiException in org.apache.wiki.tasks.pages
Methods in org.apache.wiki.tasks.pages that throw WikiExceptionModifier and TypeMethodDescriptionExecutes the processing for this Step and returns an Outcome indicating if it succeeded (Outcome.STEP_COMPLETEorOutcome.STEP_ABORT).Executes the processing for this Step and returns an Outcome indicating if it succeeded (Outcome.STEP_COMPLETEorOutcome.STEP_ABORT). -
Uses of WikiException in org.apache.wiki.workflow
Subclasses of WikiException in org.apache.wiki.workflowModifier and TypeClassDescriptionclassException thrown when an activity -- that would otherwise complete silently -- cannot complete because a workflowDecisionis required.classException thrown when an attempt is made to find an Outcome that does not exist.Methods in org.apache.wiki.workflow that throw WikiExceptionModifier and TypeMethodDescriptionvoidSimpleNotification.acknowledge(Context context) Convenience method that simply callsDecision.decide(Outcome, Context)with the valueOutcome.DECISION_ACKNOWLEDGE.WorkflowBuilder.buildApprovalWorkflow(Principal submitter, String workflowApproverKey, Step prepTask, String decisionKey, Fact[] facts, Step completionTask, String rejectedMessageKey) voidSets this Decision's outcome, and restarts the parent Workflow if it is in theWorkflow.WAITINGstate and this Decision is its currently active Step.voidAttempts to complete a Decision by callingDecision.decide(Outcome, Context).abstract OutcomeExecutes the processing for this Step and returns an Outcome indicating if it succeeded (Outcome.STEP_COMPLETEorOutcome.STEP_ABORT).Default implementation that always returnsOutcome.STEP_CONTINUEif the current Outcome isn't a completion (which will be true if theDecision.decide(Outcome, Context)method hasn't been executed yet.Executes the processing for this Step and returns an Outcome indicating if it succeeded (Outcome.STEP_COMPLETEorOutcome.STEP_ABORT).DefaultWorkflowManager.getApprover(String messageKey) Looks up and resolves the actor who approves a Decision for a particular Workflow, based on the Workflow's message key.WorkflowManager.getApprover(String messageKey) Looks up and resolves the actor who approves a Decision for a particular Workflow, based on the Workflow's message key.protected final voidWorkflow.processCurrentStep(Context context) Protected method that processes the current Step by callingStep.execute(Context).voidReassigns the owner of the Decision to a new owner.final voidRestarts the Workflow from theWorkflow.WAITINGstate and puts it into theWorkflow.RUNNINGstate again.final voidAbstractStep.start()Starts the Step, and sets the start time to the moment when this method is first invoked.voidStep.start()Starts the Step, and sets the start time to the moment when this method is first invoked.final voidStarts the Workflow and sets the state toWorkflow.RUNNING.