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/default.cfm.
MissingFileName /sys/cftags/assetnow/design/templates/content/default.cfm
StackTrace coldfusion.tagext.lang.IncludeTag$NoSuchIncludeTemplateException: Could not find the included template /sys/cftags/assetnow/design/templates/content/default.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 [empty]
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
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 76
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-02 18:34:53'}
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=666069; CFTOKEN=82259264; JSESSIONID=8430a1e4bd91b21908193060473874181157
HTTP_HOST www.aste.org
HTTP_REFERER [empty string]
HTTP_USER_AGENT CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
PATH_INFO /1,1,291,html
PATH_TRANSLATED C:\inetpub\wwwroot\aste\index.cfm
QUERY_STRING [empty string]
REMOTE_ADDR 38.107.179.220
REMOTE_HOST 38.107.179.220
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]