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

A

AT - Static variable in class com.nurelm.util.StringPool
 
AUTH_ACTIVATED - Static variable in class com.nurelm.util.NuPropsUtil
 
AUTH_DEFAULT_ERRORPAGE - Static variable in class com.nurelm.util.NuPropsUtil
 
AUTH_DEFAULT_HOMEPAGE - Static variable in class com.nurelm.util.NuPropsUtil
 
AUTH_DEFAULT_LOGINPAGE - Static variable in class com.nurelm.util.NuPropsUtil
 
AUTH_DEFAULT_PRIVATE - Static variable in class com.nurelm.util.NuPropsUtil
 
AUTH_DEFAULT_PUBLIC - Static variable in class com.nurelm.util.NuPropsUtil
 
AUTH_LAST_PATH - Static variable in interface com.nurelm.util.NuContentConstants
 
AUTH_LOGOUT_PARAM - Static variable in interface com.nurelm.util.NuContentConstants
 
AUTH_REQUEST_MESSAGE - Static variable in interface com.nurelm.util.NuContentConstants
 
AUTH_SOURCE_FIELD_EMAIL - Static variable in class com.nurelm.util.NuPropsUtil
 
AUTH_SOURCE_FIELD_ERRORPAGE - Static variable in class com.nurelm.util.NuPropsUtil
 
AUTH_SOURCE_FIELD_FIRSTNAME - Static variable in class com.nurelm.util.NuPropsUtil
 
AUTH_SOURCE_FIELD_HOMEPAGE - Static variable in class com.nurelm.util.NuPropsUtil
 
AUTH_SOURCE_FIELD_LASTNAME - Static variable in class com.nurelm.util.NuPropsUtil
 
AUTH_SOURCE_FIELD_PASSWORD - Static variable in class com.nurelm.util.NuPropsUtil
 
AUTH_SOURCE_FIELD_PRIVATE - Static variable in class com.nurelm.util.NuPropsUtil
 
AUTH_SOURCE_FIELD_PUBLIC - Static variable in class com.nurelm.util.NuPropsUtil
 
AUTH_SOURCE_FIELD_USERNAME - Static variable in class com.nurelm.util.NuPropsUtil
 
AUTH_SOURCE_REPEATID - Static variable in class com.nurelm.util.NuPropsUtil
 
AUTH_SOURCE_TEMPLATEID - Static variable in class com.nurelm.util.NuPropsUtil
 
AUTH_USER_OBJECT - Static variable in interface com.nurelm.util.NuContentConstants
 
AUTH_VALIDATE_LOGIN - Static variable in interface com.nurelm.util.NuContentConstants
 
AVERAGE_EDIT_LINK_LENGTH - Static variable in class com.nurelm.nucontent.controller.TagRepeat
 
AVERAGE_LINK_LENGTH - Static variable in class com.nurelm.nucontent.controller.TagPath
DOCUMENT ME!
AVERAGE_LINK_LENGTH - Static variable in class com.nurelm.nucontent.controller.TagSubsections
 
AddGroupAction - class com.nurelm.nucontent.controller.gpmgr.AddGroupAction.
DOCUMENT ME!
AddGroupAction() - Constructor for class com.nurelm.nucontent.controller.gpmgr.AddGroupAction
 
AddGroupForm - class com.nurelm.nucontent.controller.gpmgr.AddGroupForm.
DOCUMENT ME!
AddGroupForm() - Constructor for class com.nurelm.nucontent.controller.gpmgr.AddGroupForm
 
AddUserAction - class com.nurelm.nucontent.controller.usermgr.AddUserAction.
DOCUMENT ME!
AddUserAction() - Constructor for class com.nurelm.nucontent.controller.usermgr.AddUserAction
 
AddUserForm - class com.nurelm.nucontent.controller.usermgr.AddUserForm.
DOCUMENT ME!
AddUserForm() - Constructor for class com.nurelm.nucontent.controller.usermgr.AddUserForm
 
ArrayUtil - class com.nurelm.util.ArrayUtil.
DOCUMENT ME!
ArrayUtil() - Constructor for class com.nurelm.util.ArrayUtil
 
ArrayUtil() - Method in class com.nurelm.util.ArrayUtil
DOCUMENT ME!
AuthUser - class com.nurelm.nucontent.authentication.AuthUser.
An object representing an authenticated user.
AuthUser() - Constructor for class com.nurelm.nucontent.authentication.AuthUser
 
AuthenticationFilter - class com.nurelm.nucontent.authentication.AuthenticationFilter.
Intercepts all incoming requests and checks them against the authentication restrictions set in the system properties file.
AuthenticationFilter() - Constructor for class com.nurelm.nucontent.authentication.AuthenticationFilter
 
addChildFile(File) - Method in class com.nurelm.nucontent.model.Page
Adds a new child file to the end of the subpage list and returns the new File object.
addChildFile(File, int) - Method in class com.nurelm.nucontent.model.Page
Adds a new child file at the orderIndex location in the subpage list and returns the new File object.
addChildLink(Link) - Method in class com.nurelm.nucontent.model.Page
 
addChildLink(Link, int) - Method in class com.nurelm.nucontent.model.Page
 
addChildPage(String, String) - Method in class com.nurelm.nucontent.model.Page
Adds a new child page and returns it.
addChildPage(String, String, String) - Method in class com.nurelm.nucontent.model.Page
Use the other addChildPage method in preference over this one.
addChildPage(String, String, int) - Method in class com.nurelm.nucontent.model.Page
Adds child at specified index.
addChildPage(String, String, int, String) - Method in class com.nurelm.nucontent.model.Page
Adds child at specified index and with specified ID.
addContent(String, String) - Method in class com.nurelm.nucontent.model.Page
Adds the supplied content to the db.
addContent(String, String) - Method in class com.nurelm.nucontent.model.RepeatItem
Adds a newContent object to this RepeatItem.
addFile(StandAloneFile) - Method in class com.nurelm.nucontent.model.RepeatItem
Adds a new File object to this RepeatItem.
addImage(Image) - Method in class com.nurelm.nucontent.model.Page
Adds the supplied image to the db.
addImage(Image) - Method in class com.nurelm.nucontent.model.RepeatItem
Adds a new Image object to this RepeatItem.
addNuFile(StandAloneFile) - Method in class com.nurelm.nucontent.model.Page
Adds the supplied image to the db.
addOpenTask(int, Date, User, User, String) - Method in class com.nurelm.nucontent.model.Page
Adds a new, open task to the current page.
addOpenTaskWithOutClosePreviousTask(int, Date, User, User, String) - Method in class com.nurelm.nucontent.model.Page
Adds a new, open task to the current page.
addRepeatItem(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.nurelm.nucontent.controller.RepeatAction
 
addRepeatItem() - Method in class com.nurelm.nucontent.model.RepeatList
Adds a new RepeatItem at the end of the list of RepeatItems
addRepeatItem(String) - Method in class com.nurelm.nucontent.model.RepeatList
Adds a new RepeatItem at the end of the list of RepeatItems with the specified id.
addRepeatItem(int) - Method in class com.nurelm.nucontent.model.RepeatList
Adds a new RepeatItem at the location specified by the supplied index.
addRepeatItem(int, Page) - Method in class com.nurelm.nucontent.model.RepeatList
Adds a new RepeatItem at the location specified by the supplied index.
addRepeatItem(ArrayList) - Method in class com.nurelm.nucontent.model.RepeatList
Allows an entire list of repeat items to be added.
addRepeatList(String) - Method in class com.nurelm.nucontent.model.Page
Adds a new RepeatList that is associated with the supplied repeatListId.
addRepeatList(String, String) - Method in class com.nurelm.nucontent.model.Page
Adds a new RepeatList that is associated with the supplied repeatListId and linked to linkedTemplateId.
addRepeatListCollection(String, ArrayList) - Method in class com.nurelm.nucontent.model.Page
Adds a new RepeatListCollection that is associated with the supplied repeatListId.
addRootPage(String) - Method in class com.nurelm.nucontent.model.Site
Creates a new root page containing a default name and short description.
addRootPage(String, String) - Method in class com.nurelm.nucontent.model.Site
Use the other addRootPage method in preference over this one.
addTextToHtmlHead(String, String) - Static method in class com.nurelm.util.WebUtil
Puts specified text into area of HTML.
addToGroup(Group) - Method in class com.nurelm.nucontent.model.User
Add this User as a member to supplied Group.
assignGroupsToUsers() - Method in class com.nurelm.nc3to4.NCMigration
assigns the groups to the users
assignGroupsToUsers() - Method in class com.nurelm.nc41to42.NCMigration
assigns the groups to the users This function is not yet called!!!
authenticate(String) - Method in class com.nurelm.nucontent.model.User
Verify that the passed-in password equals the stored password.

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