A B C D E F G H I J L M N O P Q R S T U V W Y

T

TAB_SEPARTED_FILE - Static variable in class com.nurelm.util.importing.ParserConst
 
TEXT_CONNECTION_DRIVER - Static variable in class com.nurelm.util.importing.ParserConst
 
TEXT_CONNECTION_STRING - Static variable in class com.nurelm.util.importing.ParserConst
 
TRUE - Static variable in interface com.nurelm.util.NuContentConstants
 
TYPE_FILE - Static variable in class com.nurelm.nucontent.controller.TagSubsections
 
TYPE_LINK - Static variable in class com.nurelm.nucontent.controller.TagSubsections
 
TYPE_PAGE - Static variable in class com.nurelm.nucontent.controller.TagSubsections
 
TagCalendar - class com.nurelm.nucontent.controller.TagCalendar.
Prints an HTML calendar.
TagCalendar() - Constructor for class com.nurelm.nucontent.controller.TagCalendar
 
TagContent - class com.nurelm.nucontent.controller.TagContent.
Pulls the NuSite object from the request object, gets the Page object that is associated with this page, gets the content, then prints it.
TagContent() - Constructor for class com.nurelm.nucontent.controller.TagContent
 
TagEdit - class com.nurelm.nucontent.controller.TagEdit.
Prints the page's edit icons, and any information related to page workflow.
TagEdit() - Constructor for class com.nurelm.nucontent.controller.TagEdit
 
TagEditorOnly - class com.nurelm.nucontent.controller.TagEditorOnly.
Makes a section of a page inaccessible to those who aren't editors.
TagEditorOnly() - Constructor for class com.nurelm.nucontent.controller.TagEditorOnly
 
TagEmailForm - class com.nurelm.nucontent.controller.TagEmailForm.
E-mails a form.
TagEmailForm() - Constructor for class com.nurelm.nucontent.controller.TagEmailForm
 
TagFTP - class com.nurelm.nucontent.controller.TagFTP.
Displays read-only contents of an FTP server.
TagFTP() - Constructor for class com.nurelm.nucontent.controller.TagFTP
 
TagFile - class com.nurelm.nucontent.controller.TagFile.
Allows user to upload a file.
TagFile() - Constructor for class com.nurelm.nucontent.controller.TagFile
 
TagHead - class com.nurelm.nucontent.controller.TagHead.
This tag is required before any other NuContent tags.
TagHead() - Constructor for class com.nurelm.nucontent.controller.TagHead
 
TagHeaderFooter - class com.nurelm.nucontent.controller.TagHeaderFooter.
Includes the header (if type=header) or footer (if type=footer) file.
TagHeaderFooter() - Constructor for class com.nurelm.nucontent.controller.TagHeaderFooter
 
TagImage - class com.nurelm.nucontent.controller.TagImage.
Allows users to upload images.
TagImage() - Constructor for class com.nurelm.nucontent.controller.TagImage
 
TagLock - class com.nurelm.nucontent.controller.TagLock.
Old discontinued tag.
TagLock() - Constructor for class com.nurelm.nucontent.controller.TagLock
 
TagLogin - class com.nurelm.nucontent.controller.TagLogin.
 
TagLogin() - Constructor for class com.nurelm.nucontent.controller.TagLogin
 
TagPageDescription - class com.nurelm.nucontent.controller.TagPageDescription.
Prints the pageDescription.
TagPageDescription() - Constructor for class com.nurelm.nucontent.controller.TagPageDescription
 
TagPageId - class com.nurelm.nucontent.controller.TagPageId.
Prints the pageName.
TagPageId() - Constructor for class com.nurelm.nucontent.controller.TagPageId
 
TagPageName - class com.nurelm.nucontent.controller.TagPageName.
Prints the pageName.
TagPageName() - Constructor for class com.nurelm.nucontent.controller.TagPageName
 
TagPath - class com.nurelm.nucontent.controller.TagPath.
Prints the path (AKA bird seed list).
TagPath() - Constructor for class com.nurelm.nucontent.controller.TagPath
 
TagPostToRepeat - class com.nurelm.nucontent.controller.TagPostToRepeat.
Grabs the data posted and adds the content to the specified Repeatlist of the specified page (if page not specified then use current page)
TagPostToRepeat() - Constructor for class com.nurelm.nucontent.controller.TagPostToRepeat
 
TagRepeat - class com.nurelm.nucontent.controller.TagRepeat.
Handles repeat items.
TagRepeat() - Constructor for class com.nurelm.nucontent.controller.TagRepeat
 
TagRepeatItemId - class com.nurelm.nucontent.controller.TagRepeatItemId.
Pulls the NuSite object from the request object, gets the Page object that is associated with this page, gets the content, then prints it.
TagRepeatItemId() - Constructor for class com.nurelm.nucontent.controller.TagRepeatItemId
 
TagRepeatTEI - class com.nurelm.nucontent.controller.TagRepeatTEI.
Defines a variable for scripting use within repeat tags - repeatItemId.
TagRepeatTEI() - Constructor for class com.nurelm.nucontent.controller.TagRepeatTEI
 
TagSearch - class com.nurelm.nucontent.controller.TagSearch.
Tag to include an htdig search page.
TagSearch() - Constructor for class com.nurelm.nucontent.controller.TagSearch
 
TagSiteMap - class com.nurelm.nucontent.controller.TagSiteMap.
Only displays public, non-permission protected pages.
TagSiteMap() - Constructor for class com.nurelm.nucontent.controller.TagSiteMap
 
TagSubsections - class com.nurelm.nucontent.controller.TagSubsections.
 
TagSubsections() - Constructor for class com.nurelm.nucontent.controller.TagSubsections
 
Task - class com.nurelm.nucontent.model.Task.
This object represents an edit or review task in NuContent.
Task(int, Date, Date, Date, User, User, String) - Constructor for class com.nurelm.nucontent.model.Task
Creates a new Task.
TextDSParser - class com.nurelm.util.importing.TextDSParser.
 
TextDSParser() - Constructor for class com.nurelm.util.importing.TextDSParser
Creates a new instance of TextDSParser
targetExceptionIds - Variable in class com.nurelm.nucontent.model.ReviewRule
 
targetIds - Variable in class com.nurelm.nucontent.model.ReviewRule
 
targetType - Variable in class com.nurelm.nucontent.model.ReviewRule
 
tasks - Variable in class com.nurelm.nucontent.model.Page
 
tearDown() - Method in class com.nurelm.nucontent.model.test.NuSiteManagerTest
DOCUMENT ME!
tearDown() - Method in class com.nurelm.nucontent.model.test.UserManagerTest
DOCUMENT ME!
tearDown() - Method in class com.nurelm.nucontent.model.test.UserTest
DOCUMENT ME!
testAddAndRemoveRootPage() - Method in class com.nurelm.nucontent.model.test.SiteTest
DOCUMENT ME!
testAddChildFile() - Method in class com.nurelm.nucontent.model.test.PageTest
DOCUMENT ME!
testAddChildLink() - Method in class com.nurelm.nucontent.model.test.PageTest
DOCUMENT ME!
testAddContent() - Method in class com.nurelm.nucontent.model.test.PageTest
Fail-safe? No, may leave content on failure
testAddGetModifyRemoveContent() - Method in class com.nurelm.nucontent.model.test.RepeatItemTest
DOCUMENT ME!
testAddGetRemoveImage() - Method in class com.nurelm.nucontent.model.test.RepeatItemTest
DOCUMENT ME!
testAddGetRepeatList() - Method in class com.nurelm.nucontent.model.test.PageTest
Robust OK, when you implement RepeatItems, consider more thorough tests Fail-safe no - could leave RepeatList in db
testAddImage() - Method in class com.nurelm.nucontent.model.test.PageTest
Fail-safe no - could leave Image in db
testAddRemoveChildPage() - Method in class com.nurelm.nucontent.model.test.PageTest
Fail-safe? No, may leave a child node on failure
testAddRepeatItem() - Method in class com.nurelm.nucontent.model.test.RepeatListTest
Robust Good Enough Fail-safe No, could leave RepeatItems in db
testAuthenticate() - Method in class com.nurelm.nucontent.model.test.UserTest
DOCUMENT ME!
testCreateGroup() - Method in class com.nurelm.nucontent.model.test.UserManagerTest
DOCUMENT ME!
testCreateUser() - Method in class com.nurelm.nucontent.model.test.UserManagerTest
DOCUMENT ME!
testGetBirdSeedList() - Method in class com.nurelm.nucontent.model.test.PageTest
Fail-safe? No, could leave two sub pages in db on failure.
testGetEditorGroupNamesArray() - Method in class com.nurelm.nucontent.model.test.PageTest
DOCUMENT ME!
testGetFullNavTreeList() - Method in class com.nurelm.nucontent.model.test.PageTest
DOCUMENT ME!
testGetGroup() - Method in class com.nurelm.nucontent.model.test.UserManagerTest
DOCUMENT ME!
testGetGroupNames() - Method in class com.nurelm.nucontent.model.test.UserManagerTest
DOCUMENT ME!
testGetGroupNames() - Method in class com.nurelm.nucontent.model.test.UserTest
DOCUMENT ME!
testGetGroupNamesArray() - Method in class com.nurelm.nucontent.model.test.UserTest
DOCUMENT ME!
testGetGroups() - Method in class com.nurelm.nucontent.model.test.UserManagerTest
DOCUMENT ME!
testGetName() - Method in class com.nurelm.nucontent.model.test.PageTest
DOCUMENT ME!
testGetNode() - Method in class com.nurelm.nucontent.model.test.SiteTest
DOCUMENT ME!
testGetPageCreateRootIfNeededOverloaded() - Method in class com.nurelm.nucontent.model.test.SiteTest
DOCUMENT ME!
testGetRepeatItemList() - Method in class com.nurelm.nucontent.model.test.RepeatListTest
Robust Good Enough Fail-safe yes
testGetRootPage() - Method in class com.nurelm.nucontent.model.test.SiteTest
DOCUMENT ME!
testGetRootPageCreateIfNeeded() - Method in class com.nurelm.nucontent.model.test.SiteTest
DOCUMENT ME!
testGetSite() - Method in class com.nurelm.nucontent.model.test.NuSiteManagerTest
DOCUMENT ME!
testGetSiteId() - Method in class com.nurelm.nucontent.model.test.SiteTest
DOCUMENT ME!
testGetSites() - Method in class com.nurelm.nucontent.model.test.NuSiteManagerTest
DOCUMENT ME!
testGetUser() - Method in class com.nurelm.nucontent.model.test.UserManagerTest
DOCUMENT ME!
testGetUsers() - Method in class com.nurelm.nucontent.model.test.UserManagerTest
DOCUMENT ME!
testGetValueObject() - Method in class com.nurelm.nucontent.model.test.UserTest
DOCUMENT ME!
testGetViewerGroupNamesArray() - Method in class com.nurelm.nucontent.model.test.PageTest
DOCUMENT ME!
testHasChildren() - Method in class com.nurelm.nucontent.model.test.PageTest
DOCUMENT ME!
testIsEditable() - Method in class com.nurelm.nucontent.model.test.PageTest
DOCUMENT ME!
testIsViewable() - Method in class com.nurelm.nucontent.model.test.PageTest
DOCUMENT ME!
testLogin() - Method in class com.nurelm.nucontent.model.test.UserManagerTest
DOCUMENT ME!
testMoveChildNodeUpDown() - Method in class com.nurelm.nucontent.model.test.PageTest
DOCUMENT ME!
testMoveRepeatItem() - Method in class com.nurelm.nucontent.model.test.RepeatListTest
Robust Good Enough Fail-safe No, could leave RepeatItems in db
testRecursiveReplaceEditorGroups() - Method in class com.nurelm.nucontent.model.test.PageTest
DOCUMENT ME!
testRecursiveReplaceViewerGroups() - Method in class com.nurelm.nucontent.model.test.PageTest
DOCUMENT ME!
testRemoveGroup() - Method in class com.nurelm.nucontent.model.test.UserManagerTest
DOCUMENT ME!
testRemoveRepeatItem() - Method in class com.nurelm.nucontent.model.test.RepeatListTest
Robust No, see
testRemoveUser() - Method in class com.nurelm.nucontent.model.test.UserManagerTest
DOCUMENT ME!
testReplaceEditorGroupsAndGetEditorGroups() - Method in class com.nurelm.nucontent.model.test.PageTest
DOCUMENT ME!
testReplaceGroups() - Method in class com.nurelm.nucontent.model.test.UserTest
DOCUMENT ME!
testReplaceViewerGroupsAndGetViewerGroups() - Method in class com.nurelm.nucontent.model.test.PageTest
DOCUMENT ME!
testSetName() - Method in class com.nurelm.nucontent.model.test.PageTest
DOCUMENT ME!
testSetPassword() - Method in class com.nurelm.nucontent.model.test.UserTest
DOCUMENT ME!
textToHtml(String) - Static method in class com.nurelm.util.WebUtil
Takes regular text and makes it "webby" by changing newlines to "
".
theFileExists(String) - Static method in class com.nurelm.util.NuPlatformUtil
 
toString() - Method in class com.nurelm.nucontent.authentication.AuthenticationFilter
Return a String representation of this object.
toString() - Method in class com.nurelm.nucontent.model.Entity
Get's this object's name.
toString() - Method in class com.nurelm.nucontent.model.EntityPK
Implementation of toString that outputs this object id's primary key values.
toString() - Method in class com.nurelm.nucontent.model.NodePK
Implementation of toString that outputs this object id's primary key values.
toString() - Method in class com.nurelm.nucontent.model.RepeatItemPK
Implementation of toString that outputs this object id's primary key values.
toString() - Method in class com.nurelm.nucontent.model.SitePK
Implementation of toString that outputs this object id's primary key values.
transientGeneration - Variable in class com.nurelm.nucontent.model.Node
 
transientIsBottomChildNode - Variable in class com.nurelm.nucontent.model.Node
 
transientIsChildNode - Variable in class com.nurelm.nucontent.model.Node
 
transientIsSelected - Variable in class com.nurelm.nucontent.model.Node
 
transientIsTopChildNode - Variable in class com.nurelm.nucontent.model.Node
 
type - Variable in class com.nurelm.util.importing.FileDSConfig
 

A B C D E F G H I J L M N O P Q R S T U V W Y