<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE appian-web-config PUBLIC "-//Appian Corporation//DTD Appian Web MVC Configuration 1.0//EN" "/WEB-INF/appian-web-config_1_0.dtd" >

<appian-web-config>

 <appian-form-beans>
    <appian-form-bean name="asi_browse_form" type="com.appiancorp.asi.components.browse.BrowseForm"/>
  </appian-form-beans>

  <appian-action-mappings>
    <appian-action path="/components/preview/blank" include="/components/browse/preview/blank.jsp"/>
    <appian-action path="/components/preview/com.appiancorp.ag.group.grid.AllUsers" include="/components/browse/preview/blank.jsp"/>
    <appian-action path="/components/preview/com.appiancorp.ap2.Category" include="/components/browse/preview/blank.jsp"/>

    <appian-action path="/components/preview/com.appiancorp.suiteapi.knowledge.Document"
            type="com.appiancorp.asi.components.preview.PreviewDocument">
      <forward name="success" path="/components/browse/preview/document.jsp"/>
    </appian-action>

    <appian-action path="/components/preview/com.appiancorp.suiteapi.personalization.User"
            type="com.appiancorp.asi.components.preview.PreviewUser">
      <forward name="success" path="/components/browse/preview/user.jsp"/>
    </appian-action>

    <appian-action path="/components/preview/com.appiancorp.suiteapi.personalization.UserProfile"
            type="com.appiancorp.asi.components.preview.PreviewUser">
      <forward name="success" path="/components/browse/preview/user.jsp"/>
    </appian-action>

    <appian-action path="/components/preview/com.appiancorp.suiteapi.personalization.Group"
            type="com.appiancorp.asi.components.preview.PreviewGroup">
      <forward name="success" path="/components/browse/preview/group.jsp"/>
    </appian-action>

    <appian-action path="/components/preview/com.appiancorp.suiteapi.personalization.GroupType"
            type="com.appiancorp.asi.components.preview.PreviewGroupType">
      <forward name="success" path="/components/browse/preview/groupType.jsp"/>
    </appian-action>

    <appian-action path="/components/preview/com.appiancorp.suiteapi.rules.RulesFolder"
            type="com.appiancorp.asi.components.preview.PreviewFolder">
      <forward name="success" path="/components/browse/preview/folder.jsp"/>
    </appian-action>
    <appian-action path="/components/preview/com.appiancorp.suiteapi.knowledge.KnowledgeFolder"
            type="com.appiancorp.asi.components.preview.PreviewFolder">
      <forward name="success" path="/components/browse/preview/folder.jsp"/>
    </appian-action>

    <appian-action path="/components/preview/com.appiancorp.suiteapi.knowledge.PersonalKnowledgeCenter"
            type="com.appiancorp.asi.components.preview.PreviewKnowledgeCenter">
      <forward name="success" path="/components/browse/preview/kc.jsp"/>
    </appian-action>
    <appian-action path="/components/preview/com.appiancorp.suiteapi.knowledge.CommunityKnowledgeCenter"
            type="com.appiancorp.asi.components.preview.PreviewKnowledgeCenter">
      <forward name="success" path="/components/browse/preview/kc.jsp"/>
    </appian-action>

    <appian-action path="/components/preview/com.appiancorp.suiteapi.knowledge.Community"
            type="com.appiancorp.asi.components.preview.PreviewCommunity">
      <forward name="success" path="/components/browse/preview/community.jsp"/>
    </appian-action>
    <appian-action path="/components/preview/com.appiancorp.content.dataclasses.AdministratableCommunityDescriptor"
            type="com.appiancorp.asi.components.preview.PreviewCommunity">
      <forward name="success" path="/components/browse/preview/community.jsp"/>
    </appian-action>

    <appian-action path="/components/preview/com.appiancorp.process.admin.Actor"
            include="/components/browse/preview/actor.jsp"/>

    <appian-action path="/components/preview/com.appiancorp.suiteapi.process.ProcessModelFolder"
            type="com.appiancorp.asi.components.preview.PreviewProcessModelFolder">
      <forward name="success" path="/components/browse/preview/processmodelfolder.jsp"/>
    </appian-action>
    <appian-action path="/components/preview/com.appiancorp.suiteapi.process.ProcessSummary"
            type="com.appiancorp.asi.components.preview.PreviewProcess">
      <forward name="success" path="/components/browse/preview/process.jsp"/>
    </appian-action>
    <appian-action path="/components/preview/com.appiancorp.suiteapi.process.ProcessModel$Descriptor"
            type="com.appiancorp.asi.components.preview.PreviewProcessModel">
      <forward name="success" path="/components/browse/preview/processmodel.jsp"/>
    </appian-action>
    <appian-action path="/components/preview/com.appiancorp.suiteapi.portal.PageInfo"
            type="com.appiancorp.asi.components.preview.PreviewPortalPage">
      <forward name="success" path="/components/browse/preview/portalpage.jsp"/>
    </appian-action>
    <appian-action path="/components/preview/com.appiancorp.suiteapi.forums.Forum"
            type="com.appiancorp.asi.components.preview.PreviewDiscussionForum">
      <forward name="success" path="/components/browse/preview/discussionforum.jsp"/>
    </appian-action>
    <appian-action path="/components/preview/com.appiancorp.suiteapi.forums.ForumSummary"
            type="com.appiancorp.asi.components.preview.PreviewDiscussionForum">
      <forward name="success" path="/components/browse/preview/discussionforum.jsp"/>
    </appian-action>
    <appian-action path="/components/preview/com.appiancorp.suiteapi.forums.ThreadSummary"
            type="com.appiancorp.asi.components.preview.PreviewDiscussionTopic">
      <forward name="success" path="/components/browse/preview/discussiontopic.jsp"/>
    </appian-action>
    <appian-action path="/components/preview/com.appiancorp.suiteapi.forums.Message"
            type="com.appiancorp.asi.components.preview.PreviewDiscussionMessage">
      <forward name="success" path="/components/browse/preview/discussionmessage.jsp"/>
    </appian-action>
    <appian-action path="/components/preview/com.appiancorp.suiteapi.process.events.MessageEventTrigger"
            type="com.appiancorp.asi.components.preview.PreviewEvent">
      <forward name="success" path="/components/browse/preview/event.jsp"/>
    </appian-action>
    <appian-action path="/components/preview/com.appiancorp.suiteapi.process.events.MessageEventProducer"
            type="com.appiancorp.asi.components.preview.PreviewEvent">
      <forward name="success" path="/components/browse/preview/event.jsp"/>
    </appian-action>

    <appian-action path="/components/preview/com.appiancorp.suiteapi.portal.portlets.links.Folder"
            type="com.appiancorp.asi.components.preview.PreviewLinksChannelFolder">
      <forward name="success" path="/components/browse/preview/linkschannelfolder.jsp"/>
    </appian-action>

    <appian-action path="/components/preview/com.appiancorp.suiteapi.rules.Constant"
      type="com.appiancorp.asi.components.preview.PreviewRule">
      <forward name="success" path="/components/browse/preview/rule.jsp"/>
    </appian-action>
    <appian-action path="/components/preview/com.appiancorp.suiteapi.rules.FreeformRule"
      type="com.appiancorp.asi.components.preview.PreviewRule">
      <forward name="success" path="/components/browse/preview/rule.jsp"/>
    </appian-action>
    <appian-action path="/components/preview/com.appiancorp.rules.interfaces.Interface"
            type="com.appiancorp.asi.components.preview.PreviewRule">
      <forward name="success" path="/components/browse/preview/rule.jsp"/>
    </appian-action>
    <appian-action path="/components/preview/com.appiancorp.rules.query.QueryRule"
      type="com.appiancorp.asi.components.preview.PreviewRule">
      <forward name="success" path="/components/browse/preview/rule.jsp"/>
    </appian-action>
    <appian-action path="/components/preview/com.appiancorp.rules.integrations.OutboundIntegration"
            type="com.appiancorp.asi.components.preview.PreviewRule">
      <forward name="success" path="/components/browse/preview/rule.jsp"/>
    </appian-action>
    <appian-action path="/components/preview/com.appiancorp.process.webservices.UddiRegistry" forward="/components/browse/preview/uddiregistry.jsp"/>

    <appian-action path="/components/preview/com.appiancorp.process.webservices.BusinessEntityMediator"
      type="com.appiancorp.asi.components.preview.BusinessEntityPreview">
       <forward name="success" path="/components/browse/preview/businessentity.jsp"/>
    </appian-action>
    
    <appian-action path="/components/preview/com.appiancorp.suiteapi.applications.Application"
      type="com.appiancorp.asi.components.preview.ApplicationPreview">
       <forward name="success" path="/components/browse/preview/application.jsp"/>
    </appian-action>

    <appian-action path="/components/preview/com.appiancorp.uicontainer.UiContainer"
      type="com.appiancorp.asi.components.preview.PreviewUiContainer">
       <forward name="success" path="/components/browse/preview/uicontainer.jsp"/>
    </appian-action>
    <appian-action path="/components/preview/com.appiancorp.uicontainer.TaskReport"
      type="com.appiancorp.asi.components.preview.PreviewUiContainer">
       <forward name="success" path="/components/browse/preview/uicontainer.jsp"/>
    </appian-action>
    <appian-action path="/components/preview/com.appiancorp.uicontainer.TempoReport"
      type="com.appiancorp.asi.components.preview.PreviewUiContainer">
       <forward name="success" path="/components/browse/preview/uicontainer.jsp"/>
    </appian-action>

    <appian-action path="/components/preview/com.appiancorp.connectedsystems.ConnectedSystem"
      type="com.appiancorp.asi.components.preview.PreviewConnectedSystem">
      <forward name="success" path="/components/browse/preview/connectedSystem.jsp"/>
    </appian-action>

    <appian-action path="/components/preview/com.appiancorp.sites.Site"
            type="com.appiancorp.asi.components.preview.PreviewSite">
      <forward name="success" path="/components/browse/preview/site.jsp"/>
    </appian-action>

    <appian-action path="/components/preview/com.appiancorp.process.webservices.WebService" forward="/components/browse/preview/wsdlurl.jsp"/>
    <appian-action path="/components/preview/com.appiancorp.suiteapi.type.Datatype" forward="/components/browse/preview/datatype.jsp"/>

    <appian-action path="/components/preview/com.appiancorp.type.external.config.content.DataStoreConfigContent"  forward="/components/browse/preview/dataStore.jsp"/>
    <appian-action path="/components/preview/com.appiancorp.type.external.config.PersistedEntityImpl" forward="/components/browse/preview/entity.jsp"/>
    <appian-action path="/components/preview/com.appiancorp.tempo.rdbms.FeedWithContext" forward="/components/browse/preview/tempoFeed.jsp"/>
    <appian-action path="/components/preview/com.appiancorp.record.domain.RecordType"
      type="com.appiancorp.asi.components.preview.PreviewRecordType">
      <forward name="success" path="/components/browse/preview/recordType.jsp"/>
    </appian-action>

    <appian-action path="/components/browse/changeGrid"
            type="com.appiancorp.asi.components.browse.ChangeGrid"
            name="asi_browse_form"
            validate="false"
            scope="request">
      <forward name="success" path="/components/browse/browse_grid.jsp"/>
    </appian-action>
    <appian-action path="/components/browse/render"
            type="com.appiancorp.asi.components.browse.Render"
            name="asi_browse_form"
            validate="false"
            scope="request">
      <forward name="success" path="/components/browse/browse.jsp"/>
    </appian-action>
    <appian-action path="/components/browse/refresh"
            type="com.appiancorp.asi.components.browse.Render"
            name="asi_browse_form"
            validate="false"
            scope="request">
      <forward name="success" path="/components/browse/browse_refresh.jsp"/>
    </appian-action>

    <appian-action path="/components/search/render"
            type="com.appiancorp.asi.components.search.Render"
            >
      <forward name="success" path="/components/search/form.jsp"/>
    </appian-action>
    <appian-action path="/components/search/find"
            type="com.appiancorp.asi.components.search.Search"
            name="asi_browse_form"
            validate="false"
            scope="request">
      <forward name="success" path="/components/search/search_grid.jsp"/>
    </appian-action>

  </appian-action-mappings>

  <message-resources parameter="resources.application"/>

</appian-web-config>
