Exception - Application error - struct
EVENTNAME [empty string]
EXCEPTION
Exception - Application error - struct
Detail Note: If you wish to use an absolute template path (for example, template="/mypath/index.cfm") with CFINCLUDE, you must create a mapping for the path using the ColdFusion Administrator. Or, you can use per-application settings to specify mappings specific to this application by specifying a mappings struct to THIS.mappings in Application.cfc. <br> Using relative paths (for example, template="index.cfm" or template="../index.cfm") does not require the creation of any special mappings. It is therefore recommended that you use relative paths with CFINCLUDE whenever possible.
Message Could not find the included template /sys/cftags/assetnow/design/templates/content/fullwidth.cfm.
MissingFileName /sys/cftags/assetnow/design/templates/content/fullwidth.cfm
StackTrace coldfusion.tagext.lang.IncludeTag$NoSuchIncludeTemplateException: Could not find the included template /sys/cftags/assetnow/design/templates/content/fullwidth.cfm. at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:349) at cftemplate2ecfm1821918010.runPage(C:\inetpub\wwwroot\aste\template.cfm:34) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231) at coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:56) at coldfusion.tagext.lang.ModuleTag.doStartTag(ModuleTag.java:271) at cfindex2ecfm1357393953.runPage(C:\inetpub\wwwroot\aste\index.cfm:88) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:360) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:94) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62) at coldfusion.CfmServlet.service(CfmServlet.java:200) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
TagContext
Exception - Application error - array
1
Exception - Application error - struct
COLUMN 0
ID CFINCLUDE
LINE 34
RAW_TRACE at cftemplate2ecfm1821918010.runPage(C:\inetpub\wwwroot\aste\template.cfm:34)
TEMPLATE C:\inetpub\wwwroot\aste\template.cfm
TYPE CFML
2
Exception - Application error - struct
COLUMN 0
ID CFMODULE
LINE 88
RAW_TRACE at cfindex2ecfm1357393953.runPage(C:\inetpub\wwwroot\aste\index.cfm:88)
TEMPLATE C:\inetpub\wwwroot\aste\index.cfm
TYPE CFML
TagName CFINCLUDE
Type MissingInclude
Application - struct
ancontent
Application - component sys.cfapps.assetnow.cfcs.framework.ancontent
VIRTUALNODEIDS
Application - struct
276 147,152
278 121
362 84
363 84
377 84
378 84
379 84
384 91
385 91
386 91
387 91
412 124
415 147
METHODS
ACCESSALLOW
Application - function accessAllow
Arguments:
Name Required Type Default
tNodeID Optional numeric 0
cContentID Optional numeric 0
permissions Optional string All
roles Optional string [empty string]
uUserID Optional numeric [runtime expression]
userGroupIDs Optional string [runtime expression]
userRoles Optional string [runtime expression]
nodeAccess Optional boolean false
toolAccess Optional boolean true
ReturnType: boolean
Roles:  
Access: public
Output: no
DisplayName:  
Hint: Returns true if current user has access permissions to specified node, content or roles
Description:  
ACCESSCONTENT
Application - function accessContent
Arguments:
Name Required Type Default
tNodeID Required numeric  
cContentID Required numeric  
userID Optional numeric [runtime expression]
userGroupIDs Optional string [runtime expression]
userRoles Optional string [runtime expression]
previewID Optional numeric 0
ReturnType: numeric
Roles:  
Access: public
Output: no
DisplayName:  
Hint: Returns revision id if content permissions and status active, otherwise returns 0
Description:  
ACCESSNODE
Application - function accessNode
Arguments:
Name Required Type Default
tNodeID Required numeric  
userID Optional numeric [runtime expression]
userGroupIDs Optional string [runtime expression]
userRoles Optional string [runtime expression]
ReturnType: numeric
Roles:  
Access: public
Output: no
DisplayName:  
Hint: Returns node id if user has permission to access specified node, otherwise returns 0
Description:  
ACTIVECONTENT
Application - function activeContent
Arguments:
Name Required Type Default
cContentID Optional numeric 0
userID Optional numeric [runtime expression]
userGroupIDs Optional string [runtime expression]
userRoles Optional string [runtime expression]
ReturnType: boolean
Roles:  
Access: public
Output: no
DisplayName:  
Hint: Returns true if content is active via reverse lookup
Description:  
ACTIVENODE
Application - function activeNode
Arguments:
Name Required Type Default
tNodeID Required numeric 0
userID Optional numeric [runtime expression]
userGroupIDs Optional string [runtime expression]
userRoles Optional string [runtime expression]
ReturnType: boolean
Roles:  
Access: public
Output: no
DisplayName:  
Hint: Returns true if node is active
Description:  
AUTHGROUPID
Application - function authGroupID
Arguments:
Name Required Type Default
gGroupID Optional numeric 0
gIdentifier Optional string [empty string]
exclusive Optional boolean true
updateSession Optional boolean true
ipAddress Optional string [runtime expression]
ReturnType: boolean
Roles:  
Access: public
Output: no
DisplayName:  
Hint: Authorize group access by groupID or UUID and add to session
Description:  
FEEDENABLED
Application - function feedEnabled
Arguments:
Name Required Type Default
tNodeID Optional numeric 0
cContentID Optional numeric 0
ReturnType: boolean
Roles:  
Access: public
Output: no
DisplayName:  
Hint: Returns true if feed enabled for category
Description:  
MEMBERCONTENT
Application - function memberContent
Arguments:
Name Required Type Default
tNodeID Required numeric 0
cContentID Optional numeric 0
gGroupID Optional numeric 0
ReturnType: boolean
Roles:  
Access: public
Output: no
DisplayName:  
Hint: Returns member status of category or page
Description:  
MEMBERREGISTRATION
Application - function memberRegistration
Arguments:
Name Required Type Default
tNodeID Optional numeric 0
cContentID Optional numeric 0
gGroupID Optional numeric 0
ReturnType: query
Roles:  
Access: public
Output: no
DisplayName:  
Hint: Returns query with member registration and approval requirement
Description:  
METADATA
Application - function metaData
Arguments:
Name Required Type Default
tNodeID Optional numeric 0
cContentID Optional numeric 0
gGroupID Optional numeric 0
previewID Optional numeric 0
ReturnType: query
Roles:  
Access: public
Output: no
DisplayName:  
Hint: Node, content metadata
Description:  
NAVIGATIONPATH
Application - function navigationPath
Arguments:
Name Required Type Default
tNodeID Optional numeric 0
root Optional boolean false
mode Optional boolean true
ReturnType: query
Roles:  
Access: public
Output: no
DisplayName:  
Hint: Returns parents of node
Description:  
NODECONTENT
Application - function nodeContent
Arguments:
Name Required Type Default
tNodeID Optional numeric 0
tcMode Optional string all
tFeedStatus Optional string all
portal Optional boolean false
userID Optional numeric [runtime expression]
userGroupIDs Optional string [runtime expression]
ReturnType: query
Roles:  
Access: public
Output: no
DisplayName:  
Hint: Return content in specified node. Checks public, user, group access permissions
Description:  
PAGECONTENT
Application - function pageContent
Arguments:
Name Required Type Default
tNodeID Optional numeric 0
cContentID Optional numeric 0
countViews Optional boolean true
userID Optional numeric [runtime expression]
userGroupIDs Optional string [runtime expression]
userRoles Optional string [runtime expression]
previewID Optional numeric 0
ReturnType: query
Roles:  
Access: public
Output: no
DisplayName:  
Hint: Return html content record and check permissions
Description:  
PARSEHTML
Application - function parseHTML
Arguments:
Name Required Type Default
str Required string  
nodeid Optional numeric 0
contentid Optional numeric 0
revisionid Optional numeric 0
edit Optional boolean false
ReturnType: string
Roles:  
Access: public
Output: no
DisplayName:  
Hint: Parses HTML for link references and returns updated string
Description:  
PERIODCOMMENTS
Application - function periodComments
Arguments:
Name Required Type Default
tNodeID Optional numeric 0
cContentID Optional numeric 0
children Optional boolean true
maxrows Optional numeric 50
userID Optional numeric [runtime expression]
userGroupIDs Optional string [runtime expression]
userRoles Optional string [runtime expression]
days Optional numeric 0
start Optional date [runtime expression]
end Optional date [runtime expression]
delay Optional numeric [runtime expression]
ReturnType: query
Roles:  
Access: public
Output: no
DisplayName:  
Hint: Return new/updated comments in period - typically used for feeds
Description:  
PERIODCONTENT
Application - function periodContent
Arguments:
Name Required Type Default
tNodeID Optional numeric 0
children Optional boolean false
maxrows Optional numeric 20
userID Optional numeric [runtime expression]
userGroupIDs Optional string [runtime expression]
userRoles Optional string [runtime expression]
currentGroupID Optional string 0
delay Optional numeric -1
days Optional numeric 0
start Optional date [runtime expression]
end Optional date [runtime expression]
ReturnType: query
Roles:  
Access: public
Output: no
DisplayName:  
Hint: Return new/updated content in period - typically used for feeds
Description:  
PUBLICNODE
Application - function publicNode
Arguments:
Name Required Type Default
tNodeID Optional numeric 0
ReturnType: boolean
Roles:  
Access: public
Output: no
DisplayName:  
Hint: Returns public/private status of node
Description:  
SESPATHFORMAT
Application - function sesPathFormat
Arguments:
Name Required Type Default
str Required string  
maxLength Optional numeric 255
srcLst Optional string à,á,â,ã,ä,å,ç,è,é,ê,ë,ì,í,î,ï,ñ,ò,ó,ô,õ,ö,ù,ú,û,ü,ý,ÿ
outLst Optional string a,a,a,a,a,a,c,e,e,e,e,i,i,i,i,n,o,o,o,o,o,u,u,u,u,y,y
ReturnType: string
Roles:  
Access: public
Output: no
DisplayName:  
Hint: Returns valid OS directory path
Description:  
TREE
Application - function tree
Arguments:
Name Required Type Default
tMode Optional string 0
tNodeID Optional numeric 0
tLevel Optional numeric 0
children Optional boolean false
userID Optional numeric [runtime expression]
userGroupIDs Optional string [runtime expression]
currentGroupID Optional string [runtime expression]
ReturnType: query
Roles:  
Access: public
Output: no
DisplayName:  
Hint: Returns site tree
Description:  
anlock
Application - component sys.cfapps.assetnow.cfcs.framework.anlocks
ACTIVESESSIONS
Application - struct
8430188b1584ae62b1511624252f451e44d7
Application - struct
recordID 0A0BD05E-FFB3-DE2A-FFAD767BADBA8A01
refreshTS {ts '2012-02-07 16:15:26'}
userID 1802
METHODS
ADDSESSION
Application - function addSession
Arguments:none
ReturnType: void
Roles:  
Access: private
Output: no
DisplayName:  
Hint: Add session to activity tracking list
Description:  
FLUSHSESSIONS
Application - function flushSessions
Arguments:none
ReturnType: void
Roles:  
Access: private
Output: no
DisplayName:  
Hint: Delete abandoned sessions and any associated record locks, save visitor stats. Abandoned session = not updated within session refresh period (visitor = 20 minutes, tools = 60 seconds)
Description:  
GETLOCKUSER
Application - function getLockUser
Arguments:
Name Required Type Default
uUserID Required numeric  
ReturnType: query
Roles:  
Access: public
Output: no
DisplayName:  
Hint: Returns user info (name, email)
Description:  
INIT
Application - function init
Arguments:none
ReturnType: struct
Roles:  
Access: public
Output: no
DisplayName:  
Hint: initialize session and record tracking arrays. A session can only have one active record lock at any one time. A user can have multiple sessions.
Description:  
ISRECORDLOCKED
Application - function isRecordLocked
Arguments:
Name Required Type Default
recordUUID Required string  
ReturnType: numeric
Roles:  
Access: public
Output: no
DisplayName:  
Hint: Returns user id holding lock, else returns zero
Description:  
LOCKRECORD
Application - function lockRecord
Arguments:
Name Required Type Default
recordUUID Required string  
ReturnType: void
Roles:  
Access: public
Output: no
DisplayName:  
Hint: Add record to lock track
Description:  
UNLOCKRECORD
Application - function unlockRecord
Arguments:none
ReturnType: void
Roles:  
Access: public
Output: no
DisplayName:  
Hint: Unlock all records held by dormant sessions and current session
Description:  
UPDATESESSION
Application - function updateSession
Arguments:none
ReturnType: void
Roles:  
Access: public
Output: no
DisplayName:  
Hint: Updates session tracking time stamp. Creates new session tracking entry if session not currently tracked.
Description:  
applicationname 6B483250CC22C3D8CAD2A083FC75025B
assetnow
Application - component sys.cfapps.assetnow.cfcs.framework.anx
EVERYONEGROUPID 34
METHODS
ANXDOMAIN
Application - function anxdomain
Arguments:
Name Required Type Default
domain Optional string [runtime expression]
ReturnType: boolean
Roles:  
Access: public
Output: false
DisplayName:  
Hint: AssetNow NX Domain
Description:  
ANXLIC
Application - function anxlic
Arguments:none
ReturnType: struct
Roles:  
Access: public
Output: false
DisplayName:  
Hint: AssetNow NX
Description:  
bundles
Application - struct
en_US
Application - struct
site
Application - struct
AN_ADD_COMMENT Add Comment
AN_AGE AGE
AN_APPROVAL Approval
AN_APPROVED Approved
AN_ARE_YOU_SURE_YOU_WANT_TO_DELETE Are you sure do you want to delete
AN_ASSETS Assets
AN_ASSETS_TYPES Mime Types
AN_ASSET_ALLOWED_EXTENSION Mime Type
AN_ASSET_APPROVED Approved
AN_ASSET_MAX Max
AN_ASSET_MAX_SIZE Max size
AN_ASSET_WINNER Winner
AN_AUTHOR Author
AN_BACK Back
AN_CATEGORY Category
AN_CFML_TAG_DISALLOW CFML TAG DISALLOW
AN_CITY City
AN_COMMENT Comment
AN_COMMENTS Comments
AN_COMMENTS_AWAITING_APPROVAL Comments Awaiting Approval
AN_COMMENTS_CLOSED Comments Closed
AN_COMMENT_MARKUP_OPTIONS All tags will be removed, line spaces preserved
AN_COMPANY COMPANY
AN_CONTACT_MEMBER_ADMINISTRATOR_TO_UPDATE_YOUR_PERMISSIONS Contact the Member Administrator to update your permissions
AN_CONTENT Content
AN_CONTESTS Contests
AN_CONTEST_ALLOWED_EXT Allowed Mime Types
AN_CONTEST_DATE Date
AN_CONTEST_DEADLINE Deadline
AN_CONTEST_ENTRIES Entries
AN_CONTEST_MAX_ALLOWED max n.
AN_CONTEST_MAX_SIZE Max size
AN_CONTEST_NAME Contest Name
AN_CONTEST_SHOW_WINNERS Show Winners
AN_CONTEST_USERS Users
AN_COPYRIGHT Copyright
AN_COURSE Session
AN_COURSES Sessions
AN_COURSE_APPROVAL Approval
AN_COURSE_ATTENDEES_NEEDS_PC Will each attendee need to bring their own device (BYOD)?
AN_COURSE_CONFIRMATION Presentation
AN_COURSE_DESCRIPTION Session description
AN_COURSE_EQUIPMENT What equipment besides Internet and a projector will you need for your presentation?
AN_COURSE_EXTRA_EQUIPMENT Will you need extra equipment? If so, please clarify:
AN_COURSE_MAX_ATTENDEES What is the maximun number of attendees you will accept (typical lab size is 20)?
AN_COURSE_NAME Session name
AN_COURSE_PREFERRED_DATE_TIME Please specify your preferred date to present
AN_COURSE_PROFILE Presenter profile
AN_COURSE_SECTIONAL_LONG Please specify your preferred presentation length
AN_COURSE_SESSION_LEVEL Session level of difficulty
AN_COURSE_TECHNICAL_STRAND What topic area does this session best fall under?
AN_COURSE_TECHNICAL_STRAND_ACCESS_FOR_ALL Ensuring that all individuals can access and contribute
AN_COURSE_TECHNICAL_STRAND_ARTS COURSE TECHNICAL STRAND ARTS
AN_COURSE_TECHNICAL_STRAND_CREATIVITY_AND_COMMUNICATION Enhancing learning through the Arts and Literacy
AN_COURSE_TECHNICAL_STRAND_DIGITAL_STORYTELLING Sharing your voice and your vision through story
AN_COURSE_TECHNICAL_STRAND_DISRUPTING_THE_INSTITUTION Innovating from within
AN_COURSE_TECHNICAL_STRAND_DISTANCE_EDUCATION Using technology to connect us for learning
AN_COURSE_TECHNICAL_STRAND_INFRASTRUCTURE_SUPPORT Focusing on the technology side of Ed Tech
AN_COURSE_TECHNICAL_STRAND_LEADERSHIP COURSE TECHNICAL STRAND LEADERSHIP
AN_COURSE_TECHNICAL_STRAND_LITERACY COURSE TECHNICAL STRAND LITERACY
AN_COURSE_TECHNICAL_STRAND_OTHER [empty string]
AN_COURSE_TECHNICAL_STRAND_POTS_SECONDARY_AND_INFRASTRUCTURE_SUPPORT COURSE TECHNICAL STRAND POTS SECONDARY AND INFRASTRUCTURE SUPPORT
AN_COURSE_TECHNICAL_STRAND_STEM Enhancing learning through content integration in Math and the Sciences
AN_DEADLINE DeadLine
AN_DELETE Delete
AN_DESCRIPTION Description
AN_DISCUSS Discuss
AN_DOWNLOAD Download
AN_EDIT Edit
AN_EMAIL E-mail
AN_ERROR Error
AN_FLASH_REQUIRED You require Adobe Flash Player to view this content
AN_FOR for
AN_FORMAT_DATE_MASK mmmm d, yyyy
AN_FORMAT_TIME_MASK hh:mm
AN_GRADE GRADE
AN_HOME Home
AN_ID ID
AN_INCORRECT_LOGIN Incorrect username/password
AN_IN_THIS_SECTION In This Section
AN_JAVASCRIPT_REQUIRED You must enable Javascript to view this content
AN_LINKED_IMAGE Image
AN_LINKS_REFERENCED Links Referenced
AN_LINK_TO Link to
AN_LOADING LOADING
AN_LOCATION Location
AN_LOGIN_INCORRECT Invalid username and/or password. Please try again.
AN_LOGIN_NOT_FOUND No login details were found. Check that you entered the same e-mail address provided when you were registered for the site.
AN_LOGIN_RECOVERED Your login details have been sent to your e-mail address.
AN_MEMBER Member
AN_MEMBER_ADMINISTRATOR Member Administrator
AN_MEMBER_CONTENT Member
AN_MORE + more
AN_MOST_POPULAR Most Popular
AN_NAME Name
AN_NEW_UPDATED New / Updated
AN_NEXT Next
AN_NOTE Note
AN_NOTES Notes
AN_NOT_APPROVED Not Approved
AN_NOT_A_MEMBER_REGISTER_HERE Not a member? Please register first
AN_NO_FRAMES No Frames
AN_NO_RESULTS No results
AN_OF of
AN_OPTIONAL Optional
AN_PAGES Pages
AN_PASSWORD Password
AN_POSTED_BY Posted by
AN_PRESENTATION Presentation
AN_PRESENTATIONS Presentations
AN_PREVIEW PREVIEW
AN_PREVIOUS Previous
AN_PROFILE Profile
AN_RECOVER_UN_PW If you have forgotten your username or password we will send it to you.
AN_REGISTER Register
AN_REGISTER_IDIDA_CONTEST Register for the ASTE iDidaContest
AN_REGISTER_PRESENTATIONS Register as an ASTE Presenter
AN_REMEMBER_DETAILS Remember Details
AN_REMEMBER_LOGIN Check to remember username and password
AN_REPLIES Replies
AN_REPLY Reply
AN_REQUIRED Required
AN_RESULTS Results
AN_RSS_FEED RSS
AN_SAVE Save
AN_SCHOOL SCHOOL
AN_SCREEN_MODE_DEFAULT Normal Display Mode
AN_SCREEN_MODE_PDA PDA Display Mode
AN_SEARCH Search
AN_SEARCHED Searched
AN_SEARCH_INSIDE SEARCH INSIDE
AN_SEARCH_KEYWORDS keyword(s)
AN_SEARCH_SYNTAX Check your search criteria or use advanced search syntax
AN_SEND Send
AN_SETTINGS Settings
AN_SIGN_IN Sign In
AN_SIGN_IN_TO_ACCESS_MEMBER_CONTENT Sign in required to access member content
AN_SIGN_IN_TO_ADD_A_COMMENT Sign in to add a comment
AN_SIGN_OUT Sign Out
AN_SITE_MAP Site Map
AN_SKIP_NAVIGATION Skip navigation
AN_SUBSCRIBED_EMAIL_ADDRESS Subscribed email address
AN_SUBSCRIPTION_EDIT_LINK Edit your subscription
AN_SUBSCRIPTION_UNSUBSCRIBE_LINK Unsubscribe from this list
AN_SUGGESTION Suggestion
AN_SYSTEM_ADMINISTRATOR System Administrator
AN_TEASER_IMAGE_LINK_TO Teaser image link to article
AN_TOOLS Tools
AN_TOP Top
AN_UPDATED Updated
AN_UPDATE_COMMENT Update Comment
AN_UPDATE_REGISTRATION Update Registration
AN_UPDATE_YOUR_MEMBERSHIP_TO_ACCESS_THIS_CONTENT Update your membership to access this content
AN_USERNAME Username ( Email )
AN_USERS Users
AN_WATCH_LIST Watch List
AN_WEBSITE Website
AN_WILL_NOT_BE_DISPLAYED will not be displayed
AN_YOU_ARE_HERE You are here
tools
Application - struct
AN_ACCESS Access
AN_ACTION Action
AN_ACTIVE Active
AN_ACTIVE_OR_RESERVED Active or reserved
AN_ADDRESS_1 Address 1
AN_ADDRESS_2 Address 2
AN_ADVANCE Advance
AN_ADVANCED Advanced
AN_ADVANCE_REVIEW_DATE Advance review date (days)
AN_AGE AGE
AN_ALERT_REGISTERED_APPLICATION_OFF Registered Application Status = Off
AN_ALIAS Alias
AN_ALLOWED_FILE_TYPES Allowed file types
AN_ALLOW_IP_ADDRESSES Allow IP addresses
AN_AMAZON_S3 Amazon S3
AN_ANONYMOUS_ACCESS Anonymous
AN_AN_NO_RECORDS_SELECTED AN NO RECORDS SELECTED
AN_APPLETS Applets
AN_APPLICATION Application
AN_APPLY_TEMPLATE Apply Template
AN_APPROVAL Approval
AN_APPROVAL_ORDER_INFO Approvals are processed sequentially from lowest to highest order. Users/Groups set to the same order means the approval can be actioned by either.
AN_APPROVAL_REQUEST Approval Request
AN_APPROVE Approve
AN_APPROVED Approved
AN_ARCHIVE Archive
AN_ARCHIVED Archived
AN_ASSETS Assets
AN_ASSET_ALLOWED_EXTENSION Allowed Ext.
AN_ASSET_MAX Max
AN_ASSET_MAX_SIZE Max Size
AN_ASSET_TYPE_NAME Mime Type Name
AN_ASSIGNMENT Assignment
AN_ATTACHMENTS Attachments
AN_AUTHENTICATE Authenticate
AN_AUTHENTICATED_READ Authenticated Read
AN_AUTHENTICATE_0 Anonymous
AN_AUTHENTICATE_1 Link
AN_AUTHENTICATE_2 Sign In
AN_AUTHOR Author
AN_AVAILABLE Available
AN_A_TO_Z A-Z
AN_BODY Body
AN_BODY_HTML Body HTML
AN_BODY_TEXT Body TEXT
AN_BOTTOM Bottom
AN_BUCKET Bucket
AN_BUNDLES Bundles
AN_CACHE Cache
AN_CATEGORIES Categories
AN_CATEGORY Category
AN_CATEGORY_DISPLAY_DATE Display Date
AN_CATEGORY_DISPLAY_DATE_LIST Off, Date, Date+Time
AN_CATEGORY_DISPLAY_MODE_LIST Normal,Custom
AN_CATEGORY_SETTING_0 0
AN_CATEGORY_SETTING_1 1
AN_CATEGORY_SETTING_2 2
AN_CATEGORY_SETTING_3 3
AN_CATEGORY_SETTING_4 4
AN_CATEGORY_SETTING_5 5
AN_CATEGORY_SETTING_6 6
AN_CATEGORY_SETTING_7 7
AN_CFML_TAG_DISALLOW CFML tag not allowed
AN_CGI CGI
AN_CGI_REMOTE_ADDR CGI Remote Address
AN_CHANGE_LOG Change Log
AN_CHARSET Charset
AN_CITY City
AN_CLASSIFICATION Classification
AN_CLEAR_ALL Clear All
AN_CLEAR_CACHE Clear Cache
AN_CLEAR_DOWNLOADS Clear Downloads
AN_CLEAR_TEMP Clear Temp
AN_CLICKS Clicks
AN_CLICKSTREAMS Click Streams
AN_CODE Code
AN_CODEPAD Codepad
AN_COLLAPSE Collapse
AN_COMMENT Comment
AN_COMMENTS Comments
AN_COMMENT_APPROVAL Comment Approval
AN_COMMENT_STATUS Comments
AN_COMMENT_STATUS_ Comment Status
AN_COMMENT_STATUS_0 Off
AN_COMMENT_STATUS_1 Read Only
AN_COMMENT_STATUS_2 Anonymous
AN_COMMENT_STATUS_3 Member
AN_COMPANY Company
AN_COMPARE Compare
AN_COMPLETED Completed
AN_CONFIRM_COPY Are you sure you want to copy
AN_CONFIRM_DELETE Are you sure you want to delete
AN_CONFIRM_EMPTY Are you sure you want to empty all items
AN_CONNECTION Connection
AN_CONTACT Contact
AN_CONTACTS Contacts
AN_CONTAINS_CATEGORIES Contains categories
AN_CONTAINS_CONTENT Contains content
AN_CONTENT Content
AN_CONTENT_SETTING_0 0
AN_CONTENT_SETTING_1 1
AN_CONTENT_SETTING_2 2
AN_CONTENT_SETTING_3 3
AN_CONTENT_SETTING_4 4
AN_CONTENT_SETTING_5 5
AN_CONTENT_SETTING_6 6
AN_CONTENT_SETTING_7 7
AN_CONTEST Contest
AN_CONTEST_ASSET_TYPE Mime Type
AN_CONTEST_DATE Contest date
AN_CONTEST_DATE_START Start date
AN_CONTEST_DEADLINE Deadline
AN_CONTEST_SETTINGS Settings
AN_COPY Copy
AN_COPY_TO_TEXT Copy To Text
AN_COUNT Count
AN_COUNTRY Country
AN_COURSE_ATTENDEES_NEEDS_PC Attendees need pc?
AN_COURSE_EQUIPMENT Course Equipment
AN_COURSE_EXTRA_EQUIPMENT Extra Equipment Required
AN_COURSE_MAX_ATTENDEES Max Numeber of Attendees
AN_COURSE_PREFERRED_DATE_TIME Is a pre-conference? / Preferred date-time
AN_COURSE_SECTIONAL_LONG Is 60 minute sectional? / preferred date-time
AN_COURSE_SESSION_LEVEL Session level
AN_COURSE_TECHNICAL_STRAND Session Integration / Technical Strand
AN_COURTESY_TITLE Courtesy Title
AN_CREATE Create
AN_CREATED Created
AN_CREATED_ON Created on
AN_CUSTOM Custom
AN_CYCLE Cycle
AN_DATA Data
AN_DATE Date
AN_DAY Day
AN_DAYS Days
AN_DEADLINE Deadline
AN_DEFAULT_MESSAGE Default Message
AN_DELETE Delete
AN_DELETED Deleted
AN_DELETE_TEMPORARY_FILE Delete temporary file after processing
AN_DESCRIPTION Description
AN_DESTINATION Destination
AN_DETAIL Detail
AN_DETAILS Details
AN_DISK Disk
AN_DISK_USAGE Server Disk Usage
AN_DISPLAY Display
AN_DISPLAY_MODE Display Mode
AN_DOMAINS Domains
AN_DONE Done
AN_DOWN Down
AN_DOWNLOAD Download
AN_DOWNLOADS Downloads
AN_DRAFT Draft
AN_DUMP Dump
AN_DUPLICATE_NAME Duplicate Name
AN_DURATION Duration
AN_EDIT Edit
AN_EDITOR Editor
AN_EMAIL Email
AN_EMAILS_PROCESSED Emails Processed
AN_EMAIL_ADDRESS Email Address
AN_EMAIL_ADMINISTRATOR_TO_SETUP_ADDITIONAL_ACCOUNTS Email Administrator to setup additional User accounts
AN_EMAIL_ADMINISTRATOR_TO_SETUP_ADDITIONAL_PAGES Email Administrator to setup additional pages
AN_EMAIL_GROUP_LOGINS Email logins
AN_EMAIL_GROUP_MESSAGE Email message
AN_EMAIL_USERNAME_PASSWORD Email Username and Password
AN_EMPTY Empty
AN_ENABLE Enable
AN_ENTRY Entry
AN_ENTRY_TITLE Entry title
AN_ERROR Error
AN_ERROR_DUPLICATE_GROUP Duplicate Group
AN_ERROR_PASSWORD Password Invalid
AN_ERROR_PERMISSIONS_SET_TO_INHERIT No groups selected - permissions set to inherit
AN_ERROR_TREE Tree Error
AN_ERROR_USERNAME Username Invalid
AN_ERROR_USERNAME_PASSWORD Invalid Username and Password
AN_ERROR_XSL_TRANSFORMATION XSL Transformation Error
AN_EVERYONE Everyone
AN_EXIT Exit
AN_EXITRATIO Exit Ratio
AN_EXIT_RATIO_SHORT ER%
AN_EXPAND Expand
AN_EXPIRED Expired
AN_FAX Fax
AN_FEED Feed
AN_FEEDS Feeds
AN_FILE File
AN_FILES Files
AN_FILE_NAME File Name
AN_FILE_STREAM File Stream
AN_FILE_UPLOADED File uploaded
AN_FIRSTNAME First Name
AN_FLASH Flash
AN_FLASH_REQUIRED Flash Required
AN_FLATTEN Flatten
AN_FOLDER Folder
AN_FOLDERS Folders
AN_FORMAT Format
AN_FORMAT_DATE_MASK mmmm d, yyyy
AN_FORMAT_TIME_MASK h:mm tt
AN_FORMS Forms
AN_GENERAL General
AN_GEOLOCATION_GROUP_ACCESS Country Access
AN_GRADE Grade
AN_GROUP Group
AN_GROUPS Groups
AN_GROUP_MESSAGES Group Messages
AN_GROUP_SETUP_REQUEST_FROM Group setup request from
AN_HELP Help
AN_HTML HTML
AN_HTML_EDIT_FORMAT Display output using HTML edit format
AN_ID ID
AN_IDENTIFIER Identifier
AN_IMAGE Image
AN_IMAGES Images
AN_INFORMATION Information
AN_INFO_APPROVE_STATUS Approve this revision
AN_INFO_DRAFT_STATUS Edit this revision and remove approval
AN_INFO_REVIEW_STATUS Submit this revision for approval
AN_INHERIT Inherit
AN_INSTANCE Instance
AN_INSTANCES Instances
AN_INSTANCE_NAME Instance Name
AN_IP_ADDRESS IP Address
AN_JAVASCRIPT_REQUIRED Javascript Required
AN_JAVA_UPLOAD_APPLET Java Upload Applet
AN_JAVA_UPLOAD_APPLET_0 No image resizing
AN_JAVA_UPLOAD_APPLET_1 85 x 110
AN_JAVA_UPLOAD_APPLET_2 170 x 200
AN_JAVA_UPLOAD_APPLET_3 255 x 310
AN_JAVA_UPLOAD_APPLET_4 340 x 420
AN_JAVA_UPLOAD_APPLET_5 530 x 425
AN_KEY Key
AN_KEYWORDS Keywords
AN_LANGUAGE Language
AN_LANGUAGE_LOCALES_CONFIGURATION_ERROR Configuration Error: Language must have matching locale
AN_LANGUAGE_UNI Multilanguage
AN_LASTNAME Last Name
AN_LAST_ACCESS Last Access
AN_LAST_CLICK Last Click
AN_LAST_RETURN Last Return
AN_LEVEL Level
AN_LIBRARIES Libraries
AN_LIBRARY Library
AN_LIBRARY_ASSETS Library Assets
AN_LIBRARY_MASTER Library Master
AN_LIBRARY_NO_PERMISSIONS_TO_APPLY No permissions to apply only 1 publishing group
AN_LIBRARY_TEASER Library Teaser
AN_LICENSE License
AN_LICENSE_DEVELOPER Developer
AN_LICENSE_LITE Lite
AN_LICENSE_PROFESSIONAL Professional
AN_LINK Link
AN_LINKED_IN Linked in
AN_LINKS Links
AN_LIST List
AN_LISTS Lists
AN_LOADING Loading...
AN_LOCAL Local
AN_LOCALE Locale
AN_LOCAL_TIME Local Time
AN_LOCATION Location
AN_LOCATIONS Locations
AN_LOCK Lock
AN_LOCKED Locked
AN_LOG Log
AN_LOGINS Logins
AN_LOGS Logs
AN_LOG_1 New
AN_LOG_2 Edit
AN_LOG_3 Updated
AN_LOG_4 Approve
AN_LOG_5 Reject
AN_LPOS lPos
AN_MAILOUT Mailout
AN_MAILOUTS Mailouts
AN_MARCH March
AN_MASTER Master
AN_MAXIMUM Max
AN_MEMBER Member
AN_MEMBER_REGISTRATION Member Registration
AN_MESSAGE Message
AN_METADATA Metadata
AN_MIME_TYPE Mime Type
AN_MIME_TYPES Mime Types
AN_MINIMUM Min
AN_MINUTES Minutes
AN_MOBILE Mobile
AN_MODULE Module
AN_MODULES Modules
AN_MODULE_COMMENTS Comments
AN_MODULE_CONTESTS Contests
AN_MODULE_DEMO MODULE DEMO
AN_MODULE_EMPLOYMENT Presenters
AN_MODULE_FORMS Forms
AN_MODULE_LIBRARY Library
AN_MODULE_LISTS Lists
AN_MODULE_PERMISSIONS Permissions
AN_MODULE_PRESENTATIONS Presenters
AN_MODULE_REPORTS MODULE REPORTS
AN_MODULE_SYSTEM System
AN_MODULE_TREE Content
AN_MONTH Month
AN_MOVE Move
AN_MOVE_FOLDER Move to new category
AN_MOVE_SELECT_FOLDER Select destination category for
AN_MULTIPART HTML/Text
AN_MY_NOTES My Notes
AN_NAME Name
AN_NEW New
AN_NEW_14_DAYS 14 Days
AN_NEW_1_MONTH Last Month
AN_NEW_24_HOURS 24 Hours
AN_NEW_48_HOURS 48 Hours
AN_NEW_72_HOURS 72 Hours
AN_NEW_7_DAYS 7 Days
AN_NEW_BUCKET New Bucket
AN_NEW_CATEGORY New Category
AN_NEW_COMMENT New Comment
AN_NEW_CONTENT New Content
AN_NEW_FILE_LIBRARY New File Library
AN_NEW_FOLDER New Folder
AN_NEW_GROUP New Group
AN_NEW_IMAGE_LIBRARY New Image Library
AN_NEW_LIST New List
AN_NEW_MESSAGE New Message
AN_NEW_MODULE_INSTANCE New Module Instance
AN_NEW_PAGE New Page
AN_NEW_REPLY New Reply
AN_NEW_ROLE New Role
AN_NEW_SUBSCRIBER New Subscriber
AN_NEXT Next
AN_NEXT_DAY Next Day
AN_NO No
AN_NODE_STREAM Node Stream
AN_NONE None
AN_NOTE Note
AN_NOTES Notes
AN_NOTIFICATIONS Notifications
AN_NOT_AVAILABLE Not Available
AN_NOT_FOUND Not Found
AN_NOT_INHERITED Not Inherited
AN_NO_ACTIVE_CONTENT No Active Content
AN_NO_APPROVAL_GROUPS_USERS_ASSIGNED No approval Groups or Users assigned
AN_NO_CATEGORY_ASSIGNED No Category Assigned
AN_NO_CODE_ENTERED No code entered
AN_NO_CONTENT No content to save
AN_NO_CONTENT_FOR_APPROVAL No content for approval
AN_NO_FLASH No Flash
AN_NO_GROUPS_ASSIGNED No Groups assigned
AN_NO_GROUPS_ASSIGNED_TO_PARENT_CATEGORY No Groups assigned to parent category
AN_NO_LOCK No Lock
AN_NO_NEW NO NEW
AN_NO_NOTES No Notes
AN_NO_RECORDS_SELECTED No Records Selected
AN_NO_RESULTS No Results
AN_NO_SETTING_OPTIONS No options available
AN_NO_TEMPLATE_ASSIGNED No Template Assigned
AN_NO_USERS_ASSIGNED No Users assigned
AN_OBJECTS Objects
AN_OFF Off
AN_OFF_ACTION Off Action
AN_ON On
AN_ON_ACTION On Action
AN_OPTIMIZE Optimize
AN_OPTIONS Options
AN_ORDER Order
AN_ORDER_ASC_DESC Order Asc/Desc
AN_OTHER Other
AN_OUTBOUND Outbound
AN_OUTBOUND_LINKS Outbound Links
AN_PAGE Page
AN_PAGES Pages
AN_PAGES_VISITED Pages Visited
AN_PAGE_ADD_REQUEST_FROM Page add request from
AN_PAGE_DISPLAY_MODE_LIST Normal,Custom
AN_PAGE_REVISION_DELETED Page revision deleted
AN_PAGE_STREAM Page Stream
AN_PASSWORD Password
AN_PATH Path
AN_PENDING Pending
AN_PERMISSIONS Permissions
AN_PERMISSION_1 Read
AN_PERMISSION_2 Edit
AN_PERMISSION_3 Add
AN_PERMISSION_4 Delete
AN_PERMISSION_5 Restore
AN_PERMISSION_6 Approve
AN_PERMISSION_7 Admin
AN_PERMISSION_LIST_0 None
AN_PERMISSION_LIST_1 Inherit
AN_PERMISSION_LIST_2 User
AN_PERMISSION_LIST_3 Group
AN_PERMISSION_LIST_4 User/Group
AN_PERMISSION_SAVE_REMOVE_INHERIT_WARNING Save will remove inherited permissions
AN_PHONE Phone
AN_POSITION Postion/Role/Job Title
AN_POSTAL_CODE Postal Code
AN_POSTED_BY Posted by
AN_PRESENTATION Presentation
AN_PREVIEW Preview
AN_PREVIEW_CANNOT_BE_DISPLAYED Preview cannot be displayed - source page unavailable
AN_PREVIOUS Previous
AN_PREVIOUS_DAY Previous Day
AN_PRIVATE Private
AN_PROFILE Profile
AN_PROPERTIES Properties
AN_PUBLIC Public
AN_PUBLIC_READ Public Read
AN_PUBLISHERS Publishers
AN_PURGE Purge
AN_PURGE_ASSETS Purge Assets
AN_QUERY_STRING Query String
AN_REBUILD Rebuild
AN_RECEIVED Received
AN_RECYCLED Recycled
AN_REDIRECT Redirect
AN_REDIRECT_URL Redirect URL
AN_REFRESH Refresh
AN_REGISTRATION Registration
AN_REGISTRATION_APPROVAL Registration Approval
AN_REGISTRATION_CODE Registration Code
AN_REJECT Reject
AN_REPAIR Repair
AN_REPEAT Repeat
AN_REPEAT_14400 Every 4 hours
AN_REPEAT_28800 Every 8 hours
AN_REPEAT_3600 Every hour
AN_REPEAT_43200 Every 12 hours
AN_REPEAT_7200 Every 2 hours
AN_REPEAT_DAILY Daily
AN_REPEAT_MONTHLY Monthly
AN_REPEAT_ONCE Once
AN_REPEAT_WEEKLY Weekly
AN_REPLIES Replies
AN_REPLY Reply
AN_REPORTS Reports
AN_RESEND Resend
AN_RESET Reset
AN_RESET_COUNTERS All Counters
AN_RESET_ERROR_COUNTER Error Counter
AN_RESET_I18N_BUNDLES I18N Bundles
AN_RESET_SITE Reset Site
AN_RESIZE Resize
AN_RESTORE Restore
AN_RESTRICT Restrict
AN_RESTRICT_GROUP_ACCESS Restrict Access
AN_RESULTS Results
AN_RETURNS Returns
AN_REVIEW Review
AN_REVIEW_DATE Review Date
AN_REVISION Revision
AN_REVISIONS Revisions
AN_ROBOTS Robots
AN_ROLE Role
AN_ROLES Roles
AN_RPOS rPos
AN_RUN Run
AN_SAVE Save
AN_SAVED Saved
AN_SAVE_NEW_PAGE_TO_EDIT Save page before editing
AN_SAVE_TO_NEW_REVISION Save to new revision
AN_SCHEDULE Schedule
AN_SCHEDULED_EXPIRED Expired
AN_SCHEDULED_FUTURE Scheduled to go live on
AN_SCHEDULED_LIVE Live
AN_SCHEDULE_OFF Schedule Off
AN_SCHEDULE_ON Schedule On
AN_SCHOOL School
AN_SCREEN Screen
AN_SEARCH Search
AN_SEARCH_COLLECTIONS Search Collections
AN_SEARCH_COLLECTIONS_CREATED Search collections created
AN_SEARCH_ENGINE Search Engine
AN_SEARCH_INDEXING_CAN_TAKE_TIME Search collection processing can take time, you do not have to wait for completion. Scheduled indexing of large collections is recommended.
AN_SEARCH_KEYWORD Search keyword
AN_SEARCH_KEYWORD_OR_ID Search keyword or ID
AN_SEARCH_KEY_DELETED Search key deleted
AN_SEARCH_KEY_UPDATED Search key updated
AN_SEARCH_PHRASE Search Phrase
AN_SEARCH_PHRASES Search Phrases
AN_SECONDS Seconds
AN_SELECT Select
AN_SELECTED Selected
AN_SELECTED_RECORD_LOCKED Selected Record Locked
AN_SELECT_ALL Select All
AN_SELECT_FOLDER_OR_ITEM Select Folder or Item
AN_SELECT_LIBRARY_MASTER_FILE Select master file from library
AN_SELECT_LIBRARY_TEASER_IMAGE Select teaser image from library
AN_SELF Self
AN_SEND Send
AN_SENDER Sender
AN_SEND_APPROVAL_MESSAGE Send an approval message by email
AN_SENT Sent
AN_SERVER Server
AN_SERVER_TIME Server Time
AN_SESSION Session
AN_SESSIONS Sessions
AN_SET Set
AN_SETTINGS Settings
AN_SETTING_OPTIONS Setting Options
AN_SETUP Setup
AN_SIGN_OUT Sign Out
AN_SINGLE Single
AN_SITE Site
AN_SITEMAP Sitemap
AN_SITEMAPS Sitemaps
AN_SIZE Size
AN_SNAP_SHOT Snap Shot
AN_SOAP_BROWSE_SITE_LINKS Site...
AN_SOAP_DIRECTORY Directory
AN_SOAP_DIRECTORY_AMAZON_S3 Amazon S3
AN_SOAP_DIRECTORY_ENTITIES Special Characters &amp; Symbols
AN_SOAP_DIRECTORY_MEDIA Media
AN_SOAP_DIRECTORY_PLACEHOLDERS Widgets
AN_SOAP_DIRECTORY_SUBDOCUMENTS Subdocuments (Body)
AN_SOAP_DIRECTORY_SUBTEASERS Subdocuments (Teaser)
AN_SOAP_DIRECTORY_TEMPLATES Document Templates
AN_SOAP_LIBRARY_ATTACHMENTS Attachment Library
AN_SOAP_LIBRARY_IMAGES Image Library
AN_SOAP_NO_SEARCH_FILTER Categories and Pages
AN_SOAP_PAGE_ATTACHMENTS Attachments
AN_SOAP_PAGE_IMAGES Images
AN_SOAP_SITE_LINKS Links
AN_SPONSOR SPONSOR
AN_START Start
AN_STATE State
AN_STATUS Status
AN_STATUS_0 Off
AN_STATUS_1 On
AN_STATUS_10 Unassigned
AN_STATUS_11 Draft
AN_STATUS_12 Review
AN_STATUS_13 Auto
AN_STATUS_2 Schedule
AN_STATUS_3 Hide
AN_STATUS_4 Archive
AN_STATUS_5 Delete
AN_STATUS_6 New
AN_STATUS_7 Edit
AN_STATUS_8 Approve
AN_STATUS_9 Cycle
AN_SUBCATEGORY Subcategory
AN_SUBDOCUMENTS Subdocuments
AN_SUBJECT Subject
AN_SUBMITTED_FOR_REVIEW Submitted for Review
AN_SUBSCRIBE Subscribe
AN_SUBSCRIBED Subscribed
AN_SUBSCRIBERS Subscribers
AN_SUBSCRIBERS_SHORT Subs
AN_SUBSCRIBER_EXISTS Subscriber Exists
AN_SUBSCRIBE_LINK Subscribe Link
AN_SUBTOTAL Subtotal
AN_SUMMARY Sumary
AN_TEASER Teaser
AN_TEMPLATE Template
AN_TEMPLATES Templates
AN_TEST Test
AN_TEST_FORMAT Test Format
AN_TEST_LIST Test List
AN_TEST_SEND Test Send
AN_TEXT Text
AN_THRESHOLD Threshold
AN_TIME Time
AN_TIMESTAMP Timestamp
AN_TITLE Title
AN_TITLES Titles
AN_TITLE_0 None
AN_TITLE_1 Dr
AN_TITLE_2 Mr
AN_TITLE_3 Mrs
AN_TITLE_4 Ms
AN_TO to
AN_TOOLS Tools
AN_TOP Top
AN_TOTAL Total
AN_TREE Tree
AN_TYPE Type
AN_UNASSIGNED Unassigned
AN_UNIQUE Unique
AN_UNKNOWN Unknown
AN_UNLIMITED Unlimited
AN_UNSUBSCRIBERS_SHORT UnSubs
AN_UNSUPPORTED_LOCALES Unsupported Locales
AN_UNSUPPORTED_OPTION Option not available
AN_UNVERIFIED Unverified
AN_UNVERIFIED_SHORT UnVer
AN_UP Up
AN_UPDATED Updated
AN_UPDATE_SEARCH_INDEX Update Search Index
AN_UPDATE_TIMESTAMP Update date/time stamp
AN_UPLOAD Upload
AN_UPLOAD_APPLET Upload Applet
AN_UPLOAD_FILE Upload File
AN_UPLOAD_IMAGE Upload Image
AN_UP_LEVEL Up Level
AN_USER User
AN_USERNAME Username
AN_USERS Users
AN_USER_ACCOUNT_SETUP_REQUEST_FROM User account setup request from
AN_USER_AGENT User Agent
AN_VALIDATE_ACCESSIBILITY Accessibilty
AN_VALIDATE_MARKUP Markup
AN_VERIFY Verify
AN_VERSION Version
AN_VIEW View
AN_VIRTUAL Virtual
AN_VIRTUAL_PAGES Virtual Pages
AN_VIRTUAL_PAGE_LOCATIONS Virtual page locations
AN_WAIT Wait...
AN_WEBSITE Website
AN_WIDGET Widget
AN_WIDGETS Widgets
AN_WIDTH_X_HEIGHT Width x Height
AN_WORKFLOW Workflow
AN_YES Yes
AN_ZIP_FILE Zip File
cache
Application - struct
CATEGORY
Application - struct [empty]
CONTENT
Application - struct [empty]
DOWNLOADS
Application - struct [empty]
config
Application - struct
ALLOW_DISPLAY_TYPES rss
ALLOW_FILE_TYPES pdf,jpg,gif,png,txt,zip,doc,xls,ppt,rtf,xml,mp3,mov,swf,flv
ALLOW_IMAGE_TYPES jpg,gif,png,swf,jpeg
ASSETNOW_FILE_TYPES html
ASSETNOW_ROLE_IDENTIFIERS siteadmin,groupadmin,publisher,anonymous
ASSETNOW_WEBAPPREG_IDENTIFIERS B57CBB10-7323-11D3-8133005004A213F9,523927EA-C0A8-7D13-937EFD91898F100D,A40D51DA-C0A8-7D13-9310FA324A717E20
AWS_ACCESS_KEY_ID [empty string]
AWS_SECRET_ACCESS_KEY [empty string]
CACHE_CONTENT 0
CFCOMPONENTS_PREFIX sys.cfapps.assetnow.cfcs
CONTENT_REVIEW_DAYS 180
CUSTOM_VARS siteInfoNodeId=57,sidebarNodeId=61,randomContentId=179
CUSTOM_VAR_RANDOMCONTENTID 179
CUSTOM_VAR_SIDEBARNODEID 61
CUSTOM_VAR_SITEINFONODEID 57
DATE_FORMAT mmmm d, yyyy
DEFAULT_COUNTRY_ID 223
DENY_IP_ADDRESSES [empty string]
DENY_REFERER_KEYWORDS drugs,pharmacy,cash,health,viagra,holdem,poker,hold-em,pill,diet,hamlet,casino
DISALLOW_CFML_TAGS cffile,cfcontent,cfindex,cfsearch
DOWNLOAD_TIME_MINUTES 30
DSN aste-mssql
DSN_PASSWORD [empty string]
DSN_USERNAME [empty string]
EMAIL_ADMIN support@aste.org
EMAIL_ADMIN_PASSWORD [empty string]
EMAIL_APPROVAL support@aste.org
EMAIL_APPROVAL_PASSWORD [empty string]
EMAIL_CONTACT support@aste.org
EMAIL_CONTACT_PASSWORD [empty string]
EMAIL_ERROR acampolonghi@gmail.com
EMAIL_ERROR_PASSWORD [empty string]
EMAIL_INFO support@aste.org
EMAIL_INFO_PASSWORD [empty string]
EMAIL_NO_REPLY support@aste.org
EMAIL_NO_REPLY_PASSWORD [empty string]
EMAIL_SUPPORT support@aste.org
EMAIL_SUPPORT_PASSWORD [empty string]
EMAIL_USER support@aste.org
EMAIL_USER_PASSWORD [empty string]
ENCRYPT_KEY 34fgbm579xds
EXECUTE_CFML 1
FEED_DELAY_MINUTES 5
GOOGLE_TRACKER_CODE [empty string]
INDEXING_TIMEOUT_SECONDS 3000
JUPLOAD_PASSWORD [empty string]
JUPLOAD_USERNAME [empty string]
LICENSE E0F4E15CC302D419A46D2FC5B072BCCA||M00BCEF9C45BD8A48EDA1B26EB0C61C8695B2ZZYH0BCEF9C45BD8A48EDA1B26EB0C61C86922VIZ0BCEF9C45BD8A48EDA1B26EB0C61C8692E0BCEF9C45BD8A48EDA1B26EB0C61C8695B0BCEF9C45BD8A48EDA1B26EB0C61C8693CDLL0BCEF9C45BD8A48EDA1B26EB0C61C8695DW0BCEF9C45BD8A48EDA1B26EB0C61C86927H0BCEF9C45BD8A48EDA1B26EB0C61C86927S0BCEF9C45BD8A48EDA1B26EB0C61C8693EZJ0BCEF9C45BD8A48EDA1B26EB0C61C86924A0BCEF9C45BD8A48EDA1B26EB0C61C8693E0BCEF9C45BD8A48EDA1B26EB0C61C8692B10BCEF9C45BD8A48EDA1B26EB0C61C8692A0BCEF9C45BD8A48EDA1B26EB0C61C8693DN0BCEF9C45BD8A48EDA1B26EB0C61C8695BES7DNBKV0BCEF9C45BD8A48EDA1B26EB0C61C8692BGFP0BCEF9C45BD8A48EDA1B26EB0C61C8693DN0BCEF9C45BD8A48EDA1B26EB0C61C869200BCEF9C45BD8A48EDA1B26EB0C61C8693E0BCEF9C45BD8A48EDA1B26EB0C61C8695D0BCEF9C45BD8A48EDA1B26EB0C61C869400BCEF9C45BD8A48EDA1B26EB0C61C8692BB0BCEF9C45BD8A48EDA1B26EB0C61C8692FJDJZ0BCEF9C45BD8A48EDA1B26EB0C61C8690AM0BCEF9C45BD8A48EDA1B26EB0C61C869240BCEF9C45BD8A48EDA1B26EB0C61C8692A0BCEF9C45BD8A48EDA1B26EB0C61C86926UKYM2UYQ2J0BCEF9C45BD8A48EDA1B26EB0C61C86921B0BCEF9C45BD8A48EDA1B26EB0C61C869260BCEF9C45BD8A48EDA1B26EB0C61C8692A4P0BCEF9C45BD8A48EDA1B26EB0C61C8693AC0BCEF9C45BD8A48EDA1B26EB0C61C8692C0BCEF9C45BD8A48EDA1B26EB0C61C8692F0BCEF9C45BD8A48EDA1B26EB0C61C86927VL0BCEF9C45BD8A48EDA1B26EB0C61C8695B0BCEF9C45BD8A48EDA1B26EB0C61C869220BCEF9C45BD8A48EDA1B26EB0C61C86923S67C0BCEF9C45BD8A48EDA1B26EB0C61C8693DD0BCEF9C45BD8A48EDA1B26EB0C61C8692DS0BCEF9C45BD8A48EDA1B26EB0C61C8695E80BCEF9C45BD8A48EDA1B26EB0C61C86926S0BCEF9C45BD8A48EDA1B26EB0C61C8695CWN0BCEF9C45BD8A48EDA1B26EB0C61C869200BCEF9C45BD8A48EDA1B26EB0C61C8693C0BCEF9C45BD8A48EDA1B26EB0C61C8695C0BCEF9C45BD8A48EDA1B26EB0C61C86925Z0BCEF9C45BD8A48EDA1B26EB0C61C8695D0BCEF9C45BD8A48EDA1B26EB0C61C8693FJT0BCEF9C45BD8A48EDA1B26EB0C61C869290BCEF9C45BD8A48EDA1B26EB0C61C8692A060BCEF9C45BD8A48EDA1B26EB0C61C86925V0BCEF9C45BD8A48EDA1B26EB0C61C8693E0BCEF9C45BD8A48EDA1B26EB0C61C8690AJGW0BCEF9C45BD8A48EDA1B26EB0C61C86922DF80BCEF9C45BD8A48EDA1B26EB0C61C8692A0BCEF9C45BD8A48EDA1B26EB0C61C8693BA0BCEF9C45BD8A48EDA1B26EB0C61C86928M0BCEF9C45BD8A48EDA1B26EB0C61C869240EIJDXBC0BCEF9C45BD8A48EDA1B26EB0C61C8693B0BCEF9C45BD8A48EDA1B26EB0C61C869240BCEF9C45BD8A48EDA1B26EB0C61C869276I0BCEF9C45BD8A48EDA1B26EB0C61C86924NGGXI0BCEF9C45BD8A48EDA1B26EB0C61C8693B0M0BCEF9C45BD8A48EDA1B26EB0C61C869220BCEF9C45BD8A48EDA1B26EB0C61C86923PO0BCEF9C45BD8A48EDA1B26EB0C61C869240BCEF9C45BD8A48EDA1B26EB0C61C8692A0BCEF9C45BD8A48EDA1B26EB0C61C8695DC0BCEF9C45BD8A48EDA1B26EB0C61C8692E0BCEF9C45BD8A48EDA1B26EB0C61C86926B0BCEF9C45BD8A48EDA1B26EB0C61C8695DY0BCEF9C45BD8A48EDA1B26EB0C61C869238UE80BCEF9C45BD8A48EDA1B26EB0C61C8693BUJH0BCEF9C45BD8A48EDA1B26EB0C61C8690A
LICENSE_DOMAINS aste.org,208.112.32.245,127.0.0.1,localhost
LICENSE_EXPIRY_DATE never
LICENSE_GROUPS unlimited
LICENSE_HOLDER ASTE
LICENSE_PAGES unlimited
LICENSE_PUBLISHERS 5
LICENSE_TYPE Professional
LICENSE_USERS unlimited
LICENSE_VALID true
MAILER_ID ASTE
MAIL_POP_SERVER [empty string]
MAIL_SERVER smtp.gmail.com
MAIL_SERVER_PASSWORD gr33nst*r
MAIL_SERVER_USERNAME support@aste.org
MAX_ASSET_FILE_SIZE 204800000
MAX_IMAGE_FILE_SIZE 5120000
PASSWORD_FORMAT xxxxxxx
REMOVE_WHITESPACE 1
SERVER_TIME_OFFSET_MINUTES 0
SITEMAP_VERIFY_CODE [empty string]
SITE_COPYRIGHT ASTE
SITE_GENERATOR AssetNow NX 6.0.3
SITE_NAME ASTE - Alaska Society for Technology in Education
SITE_URL http://www.aste.org
SUPPORTED_LOCALES English (US)
SUPPORTED_VERITY_LANGUAGES english
SYSTEM_NOTIFICATIONS 1
TIME_FORMAT HH:mm
TOOLS_START_URL /anlink/1,1,0,0,html
XS_CUSTOM_BLOCK_ELEMENTS [empty string]
XS_CUSTOM_EMPTY_ELEMENTS [empty string]
XS_CUSTOM_INLINE_ELEMENTS [empty string]
XS_CUSTOM_NAMESPACES [empty string]
XS_OPTIONS 0
XS_RELATIONSHIP [None]
XS_REVERSE_RELATIONSHIP [None]
XS_VERSION 2.0.0.0
XS_WEB_SERVICES_SPELLCHECKER http://soap.xstandard.com/spellchecker.aspx
XS_WEB_SERVICES_URL http://www.aste.org
geoinit true
geolocator
Application - component sys.cfapps.assetnow.cfcs.common.geolocator.geolocator
METHODS
FINDCOUNTRY
Application - function findCountry
Arguments:
Name Required Type Default
thisIP Optional string [runtime expression]
fallbackCountry Optional string XX
ReturnType: string
Roles:  
Access: public
Output: no
DisplayName: findCountry
Hint: returns country from user IP
Description:  
FINDLANGUAGE
Application - function findLanguage
Arguments:
Name Required Type Default
thisIP Optional string [runtime expression]
thisLanguage Optional string [runtime expression]
fallbackLanguage Optional string en
ReturnType: string
Roles:  
Access: public
Output: no
DisplayName: findCountry
Hint: returns language from user IP/http_accept_Language
Description:  
FINDLOCALE
Application - function findLocale
Arguments:
Name Required Type Default
thisIP Optional string [runtime expression]
thisLanguage Optional string [runtime expression]
fallbackLocale Optional string en_US
ReturnType: string
Roles:  
Access: public
Output: no
DisplayName: findLocale
Hint: returns locale from user IP
Description:  
INIT
Application - function init
Arguments:none
ReturnType: boolean
Roles:  
Access: public
Output: no
DisplayName: init
Hint: initializes valid locales
Description:  
ISVALIDLOCALE
Application - function isValidLocale
Arguments:
Name Required Type Default
aLocale Optional string [empty string]
ReturnType: boolean
Roles:  
Access: public
Output: no
DisplayName: isValidLocale
Hint: determines if passed locale is valid java locale
Description:  
SHOWCOUNTRY
Application - function showCountry
Arguments:
Name Required Type Default
thisIP Optional string [runtime expression]
ReturnType: string
Roles:  
Access: public
Output: no
DisplayName: showCountry
Hint: returns full country, localized if available, from user IP
Description:  
SHOWLANGUAGE
Application - function showLanguage
Arguments:
Name Required Type Default
thisIP Optional string [runtime expression]
ReturnType: string
Roles:  
Access: public
Output: no
DisplayName: showLanguage
Hint: returns full language, localized if available, from user IP
Description:  
permissions
Application - struct
CONTENTGROUPS
Application - struct [empty]
CONTENTUSERS
Application - struct [empty]
NODEGROUPS
Application - struct
1 33
100 37
101 37
102 37
103 37
105 37
106 37
107 37
108 37
109 37
111 37
112 37
113 37
115 37
121 37
122 37
123 37
124 37
125 37
126 37
128 37
129 37
130 37
132 37
133 37
135 37
136 37
137 33
140 33
141 33
143 37
144 37
145 37
146 37
147 37
148 37
149 37
150 37
151 37
152 37
22 37
51 37
57 37
71 37
73 37,34
75 37
76 37
78 36
83 37
84 37
85 37
87 37
88 37
89 37
90 37
91 37
92 37
93 37
94 37
95 37
96 37
97 37
98 37
99 37
NODEUSERS
Application - struct
122 140
124 140
125 140
126 140
137 452
140 1
141 1
145 204,1271
151 140
51 140
73 204
physicalpaths
Application - struct
ANROOT C:\inetpub\wwwroot\aste\
ASSETS C:\inetpub\wwwroot\aste\ass\
CACHE C:\inetpub\wwwroot\aste\sys\cache\
CFINCLUDES C:\inetpub\wwwroot\aste\sys\cfincludes\assetnow\
COLLECTIONS C:\inetpub\wwwroot\aste\sys\collections\
DATA C:\inetpub\wwwroot\aste\data\
DOWNLOAD C:\inetpub\wwwroot\aste\download\
I18N C:\inetpub\wwwroot\aste\sys\i18n\
IMAGES C:\inetpub\wwwroot\aste\img\
LOGS C:\inetpub\wwwroot\aste\sys\logs\
SLASH \
SYSTEM C:\inetpub\wwwroot\aste\sys\
TEMP C:\inetpub\wwwroot\aste\sys\temp\
TEMPLATES C:\inetpub\wwwroot\aste\sys\cftags\assetnow\design\templates\
servicefactory
Application - component coldspring.beans.DefaultXmlBeanFactory
        extends coldspring.beans.AbstractBeanFactory
METHODS
ADDBEANTOSINGLETONCACHE
Application - function addBeanToSingletonCache
Arguments:
Name Required Type Default
beanName Required string  
beanObject Required any  
ReturnType: any
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
BEANDEFINITIONEXISTS
Application - function beanDefinitionExists
Arguments:
Name Required Type Default
beanName Required string  
ReturnType: boolean
Roles:  
Access: public
Output: false
DisplayName:  
Hint: searches all known factories (parents) to see if bean definition for the specified bean exists
Description:  
CONSTRUCTBEAN
Application - function constructBean
Arguments:
Name Required Type Default
beanName Required string  
returnInstance Optional boolean false
ReturnType: any
Roles:  
Access: private
Output:  
DisplayName:  
Hint:  
Description:  
CONSTRUCTCOMPLEXPROPERTY
Application - function constructComplexProperty
Arguments:
Name Required Type Default
ComplexProperty Required any  
type Required string  
localBeanCache Required struct  
ReturnType: any
Roles:  
Access: private
Output: false
DisplayName:  
Hint: recurses through properties/constructor-args that are complex, resolving dependencies along the way
Description:  
CONTAINSBEAN
Application - function containsBean
Arguments:
Name Required Type Default
beanName Required string  
ReturnType: boolean
Roles:  
Access: public
Output: false
DisplayName:  
Hint: returns true if the BeanFactory contains a bean definition or bean instance that matches the given name
Description:  
CREATEBEANDEFINITION
Application - function createBeanDefinition
Arguments:
Name Required Type Default
beanID Required string  
beanClass Required string  
children Required any  
isSingleton Required boolean  
isInnerBean Required boolean  
isLazyInit Optional boolean false
initMethod Optional string [empty string]
factoryBean Optional string [empty string]
factoryMethod Optional string [empty string]
autowire Optional string no
factoryPostProcessor Optional boolean false
beanPostProcessor Optional boolean false
abstract Optional boolean false
parent Optional string [empty string]
ReturnType: void
Roles:  
Access: public
Output: false
DisplayName:  
Hint: creates a bean definition within this bean factory.
Description:  
FINDBEANNAMEBYTYPE
Application - function findBeanNameByType
Arguments:
Name Required Type Default
typeName Required string  
ReturnType: string
Roles:  
Access: public
Output: false
DisplayName:  
Hint: finds the first bean matching the specified type in the bean factory, otherwise returns ''
Description:  
FINDCOMPLEXPROPERTYREFS
Application - function findComplexPropertyRefs
Arguments:
Name Required Type Default
ComplexProperty Required any  
type Required string  
localBeanCache Required struct  
ReturnType: any
Roles:  
Access: private
Output: false
DisplayName:  
Hint:  
Description:  
FINDIMPORTS
Application - function findImports
Arguments:
Name Required Type Default
importFiles Required struct  
importedFilename Required string  
ReturnType: void
Roles:  
Access: public
Output:  
DisplayName:  
Hint: finds and caches include file paths
Description:  
FINDIMPORTSFROMXMLOBJ
Application - function findImportsFromXmlObj
Arguments:
Name Required Type Default
importFiles Required struct  
beanDefinitionXmlObj Required any  
ReturnType: void
Roles:  
Access: public
Output:  
DisplayName:  
Hint: finds and caches include file paths
Description:  
FLATTENMETADATA
Application - function flattenMetaData
Arguments:
Name Required Type Default
md Required struct  
ReturnType: struct
Roles:  
Access: public
Output: false
DisplayName:  
Hint: takes metadata, copies inherited methods into the top level function array, and returns it
Description:  
GETBEAN
Application - function getBean
Arguments:
Name Required Type Default
beanName Required string  
ReturnType: any
Roles:  
Access: public
Output: false
DisplayName:  
Hint: returns an instance of the bean registered under the given name. Depending on how the bean was configured, either a singleton and thus shared instance or a newly created bean will be returned. A BeansException will be thrown when either the bean could not be found (in which case it'll be a NoSuchBeanDefinitionException), or an exception occurred while instantiating and preparing the bean
Description:  
GETBEANDEFINITION
Application - function getBeanDefinition
Arguments:
Name Required Type Default
beanName Required string  
ReturnType: coldspring.beans.BeanDefinition
Roles:  
Access: public
Output: false
DisplayName:  
Hint: retrieves a bean definition for the specified bean
Description:  
GETBEANDEFINITIONLIST
Application - function getBeanDefinitionList
Arguments:none
ReturnType: Struct
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
GETBEANFROMSINGLETONCACHE
Application - function getBeanFromSingletonCache
Arguments:
Name Required Type Default
beanName Required string  
ReturnType: any
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
GETDEFAULTATTRIBUTES
Application - function getDefaultAttributes
Arguments:none
ReturnType: struct
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
GETDEFAULTPROPERTIES
Application - function getDefaultProperties
Arguments:none
ReturnType: struct
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
GETDEFAULTVALUE
Application - function getDefaultValue
Arguments:
Name Required Type Default
attributeName Required string  
attributeValue Required any  
ReturnType: Any
Roles:  
Access: private
Output:  
DisplayName:  
Hint:  
Description:  
GETMERGEDBEANDEFINITION
Application - function getMergedBeanDefinition
Arguments:
Name Required Type Default
beanName Required string  
ReturnType: coldspring.beans.BeanDefinition
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
GETPARENT
Application - function getParent
Arguments:none
ReturnType: coldspring.beans.AbstractBeanFactory
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
GETTYPE
Application - function getType
Arguments:
Name Required Type Default
beanName Required string  
ReturnType: string
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
INIT
Application - function init
Arguments:
Name Required Type Default
defaultAttributes Optional struct [runtime expression]
defaultProperties Optional struct [runtime expression]
ReturnType: coldspring.beans.DefaultXmlBeanFactory
Roles:  
Access: public
Output: false
DisplayName:  
Hint: Constuctor. Creates a beanFactory
Description:  
INITNONLAZYBEANS
Application - function initNonLazyBeans
Arguments:none
ReturnType: void
Roles:  
Access: private
Output: false
DisplayName:  
Hint: constructs all non-lazy beans
Description:  
ISCFC
Application - function isCFC
Arguments:
Name Required Type Default
objectToCheck Required any  
ReturnType: boolean
Roles:  
Access: public
Output:  
DisplayName:  
Hint:  
Description:  
ISSINGLETON
Application - function isSingleton
Arguments:
Name Required Type Default
beanName Required string  
ReturnType: boolean
Roles:  
Access: public
Output: false
DisplayName:  
Hint: returns whether the bean with the specified name is a singleton
Description:  
LOADBEANDEFINITIONS
Application - function loadBeanDefinitions
Arguments:
Name Required Type Default
XmlBeanDefinitions Required any  
ReturnType: void
Roles:  
Access: public
Output:  
DisplayName:  
Hint: actually loads the bean definitions by processing the supplied xml data
Description:  
LOADBEANS
Application - function loadBeans
Arguments:
Name Required Type Default
beanDefinitionFileName Required string  
ReturnType: void
Roles:  
Access: public
Output: false
DisplayName:  
Hint: loads bean definitions into the bean factory from an xml file location
Description:  
LOADBEANSFROMXMLFILE
Application - function loadBeansFromXmlFile
Arguments:
Name Required Type Default
beanDefinitionFile Required string  
ReturnType: void
Roles:  
Access: public
Output:  
DisplayName:  
Hint: loads bean definitions into the bean factory from an xml file location
Description:  
LOADBEANSFROMXMLOBJ
Application - function loadBeansFromXmlObj
Arguments:
Name Required Type Default
beanDefinitionXmlObj Required any  
ReturnType: void
Roles:  
Access: public
Output:  
DisplayName:  
Hint: loads bean definitions into the bean factory from supplied cf xml object
Description:  
LOADBEANSFROMXMLRAW
Application - function loadBeansFromXmlRaw
Arguments:
Name Required Type Default
beanDefinitionXml Required string  
ReturnType: void
Roles:  
Access: public
Output:  
DisplayName:  
Hint: loads bean definitions into the bean factory from supplied raw xml
Description:  
LOCALFACTORYCONTAINSBEAN
Application - function localFactoryContainsBean
Arguments:
Name Required Type Default
beanName Required string  
ReturnType: boolean
Roles:  
Access: public
Output: false
DisplayName:  
Hint: returns true if the BeanFactory contains a bean definition or bean instance that matches the given name
Description:  
PROCESSFACTORYPOSTPROCESSORS
Application - function processFactoryPostProcessors
Arguments:none
ReturnType: void
Roles:  
Access: private
Output: false
DisplayName:  
Hint: constructs and calls postProcessBeanFactory(this) for all factory post processor beans
Description:  
PROCESSLOADBEANS
Application - function processLoadBeans
Arguments:
Name Required Type Default
beanDefinitions Required struct  
ConstructNonLazyBeans Optional boolean false
ReturnType: void
Roles:  
Access: private
Output:  
DisplayName:  
Hint: perfoms the loadBeanDefinations, processFactoryPostProcessors and initNonLazyBeans
Description:  
REGISTERALIAS
Application - function registerAlias
Arguments:
Name Required Type Default
beanName Required string  
alias Required string  
ReturnType: void
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
RESOLVEBEANNAME
Application - function resolveBeanName
Arguments:
Name Required Type Default
name Required string  
ReturnType: string
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
SETDEFAULTATTRIBUTES
Application - function setDefaultAttributes
Arguments:
Name Required Type Default
DefaultAttributes Required struct  
ReturnType: void
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
SETDEFAULTPROPERTIES
Application - function setDefaultProperties
Arguments:
Name Required Type Default
DefaultProperties Required struct  
ReturnType: void
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
SETPARENT
Application - function setParent
Arguments:
Name Required Type Default
parent Required coldspring.beans.AbstractBeanFactory  
ReturnType: void
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
SHRINKFULLRELATIVEPATH
Application - function shrinkFullRelativePath
Arguments:
Name Required Type Default
fullPath Required string  
ReturnType: string
Roles:  
Access: public
Output: true
DisplayName:  
Hint:  
Description:  
SINGLETONCACHECONTAINSBEAN
Application - function singletonCacheContainsBean
Arguments:
Name Required Type Default
beanName Required string  
ReturnType: boolean
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
sessioncount 195
virtualpaths
Application - struct
ANROOT [empty string]
ASSETS /ass
CACHE /sys/cache
CFAPPS /sys/cfapps/assetnow
CFCS /sys/cfapps/assetnow/cfcs
CFINCLUDES /sys/cfincludes/assetnow
CFLIBS /sys/cflibs
CFTAGS /sys/cftags/assetnow
COLLECTIONS /sys/collections
CONFIG /sys/config
DATA /data
DOWNLOAD /download
I18N /sys/i18n
IMAGES /img
JSCRIPTS /js
LOGS /sys/logs
STYLES /css
SYSTEM /sys
TEMP /sys/temp
TEMPLATES /sys/cftags/assetnow/design/templates
Server - struct
coldfusion
Server - struct
InstallKit Native Windows
appserver JRun4
expiration {ts '2012-02-06 14:21:19'}
productlevel Enterprise
productname ColdFusion Server
productversion 9,0,1,274733
rootdir C:\ColdFusion9
supportedlocales Chinese (China),Chinese (Hong Kong),Chinese (Taiwan),Dutch (Belgian),Dutch (Standard),English (Australian),English (Canadian),English (New Zealand),English (UK),English (US),French (Belgian),French (Canadian),French (Standard),French (Swiss),German (Austrian),German (Standard),German (Swiss),Italian (Standard),Italian (Swiss),Japanese,Korean,Norwegian (Bokmal),Norwegian (Nynorsk),Portuguese (Brazilian),Portuguese (Standard),Spanish (Mexican),Spanish (Modern),Spanish (Standard),Swedish,ar,ar_AE,ar_BH,ar_DZ,ar_EG,ar_IQ,ar_JO,ar_KW,ar_LB,ar_LY,ar_MA,ar_OM,ar_QA,ar_SA,ar_SD,ar_SY,ar_TN,ar_YE,be,be_BY,bg,bg_BG,ca,ca_ES,cs,cs_CZ,da,da_DK,de,de_AT,de_CH,de_DE,de_LU,el,el_CY,el_GR,en,en_AU,en_CA,en_GB,en_IE,en_IN,en_MT,en_NZ,en_PH,en_SG,en_US,en_ZA,es,es_AR,es_BO,es_CL,es_CO,es_CR,es_DO,es_EC,es_ES,es_GT,es_HN,es_MX,es_NI,es_PA,es_PE,es_PR,es_PY,es_SV,es_US,es_UY,es_VE,et,et_EE,fi,fi_FI,fr,fr_BE,fr_CA,fr_CH,fr_FR,fr_LU,ga,ga_IE,hi_IN,hr,hr_HR,hu,hu_HU,in,in_ID,is,is_IS,it,it_CH,it_IT,iw,iw_IL,ja,ja_JP,ja_JP_JP,ko,ko_KR,lt,lt_LT,lv,lv_LV,mk,mk_MK,ms,ms_MY,mt,mt_MT,nl,nl_BE,nl_NL,no,no_NO,no_NO_NY,pl,pl_PL,pt,pt_BR,pt_PT,ro,ro_RO,ru,ru_RU,sk,sk_SK,sl,sl_SI,sq,sq_AL,sr,sr_BA,sr_CS,sr_ME,sr_RS,sv,sv_SE,th,th_TH,th_TH_TH,tr,tr_TR,uk,uk_UA,vi,vi_VN,zh,zh_CN,zh_HK,zh_SG,zh_TW
os
Server - struct
additionalinformation [empty string]
arch amd64
buildnumber [empty string]
name Windows Server 2008 R2
version 6.1
CGI - struct
AUTH_PASSWORD [empty string]
AUTH_TYPE [empty string]
AUTH_USER [empty string]
CERT_COOKIE [empty string]
CERT_FLAGS [empty string]
CERT_ISSUER [empty string]
CERT_KEYSIZE [empty string]
CERT_SECRETKEYSIZE [empty string]
CERT_SERIALNUMBER [empty string]
CERT_SERVER_ISSUER [empty string]
CERT_SERVER_SUBJECT [empty string]
CERT_SUBJECT [empty string]
CF_TEMPLATE_PATH C:\inetpub\wwwroot\aste\index.cfm
CONTENT_LENGTH [empty string]
CONTENT_TYPE [empty string]
CONTEXT_PATH [empty string]
GATEWAY_INTERFACE CGI/1.1
HTTPS off
HTTPS_KEYSIZE [empty string]
HTTPS_SECRETKEYSIZE [empty string]
HTTPS_SERVER_ISSUER [empty string]
HTTPS_SERVER_SUBJECT [empty string]
HTTP_ACCEPT text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
HTTP_ACCEPT_ENCODING gzip
HTTP_ACCEPT_LANGUAGE en-us,en;q=0.5
HTTP_CONNECTION close
HTTP_COOKIE CFID=697842; CFTOKEN=97400085; JSESSIONID=843036064e8768dba42475464b5be17695c5
HTTP_HOST www.aste.org
HTTP_REFERER [empty string]
HTTP_USER_AGENT CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
PATH_INFO /1,22,318,0,html/2010-Conference-Planner
PATH_TRANSLATED C:\inetpub\wwwroot\aste\index.cfm
QUERY_STRING [empty string]
REMOTE_ADDR 38.107.179.218
REMOTE_HOST 38.107.179.218
REMOTE_USER [empty string]
REQUEST_METHOD GET
SCRIPT_NAME /index.cfm
SERVER_NAME www.aste.org
SERVER_PORT 80
SERVER_PORT_SECURE 0
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE Microsoft-IIS/7.5
WEB_SERVER_API [empty string]