Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D E F G H I L N P R S V

A

attributesMatch() - Method in class com.RuntimeCollective.content.tag.EditorAttributesTag
Checks if all the required attributes are present in the logged-in user

C

checkValid(User) - Method in class com.RuntimeCollective.content.tag.EditorCheckLogonTag
In addition to executing CheckLogonTag's getUser method, this also checks for isAdmin, isEditor roles.
com.RuntimeCollective.content.tag - package com.RuntimeCollective.content.tag
 

D

doEndTag() - Method in class com.RuntimeCollective.content.tag.EditorAttributesTag
Evaluate the remainder of the current page normally.
doEndTag() - Method in class com.RuntimeCollective.content.tag.EditorCheckLogonTag
Override the super method such as to call a NON STATIC method for getUser.
doStartTag() - Method in class com.RuntimeCollective.content.tag.EditorAttributesTag
Perform the test required for this particular tag, and either evaluate or skip the body of this tag.
doStartTag() - Method in class com.RuntimeCollective.content.tag.ViewContentFormatTag
 

E

EditorAttributesTag - class com.RuntimeCollective.content.tag.EditorAttributesTag.
Evaluate the nested body content of this tag if the logged-on user (on the session under RuntimeParameters.get("logonUserKey")) has some combination of attributes set (isAdmin, isEditor).
EditorAttributesTag() - Constructor for class com.RuntimeCollective.content.tag.EditorAttributesTag
 
EditorCheckLogonTag - class com.RuntimeCollective.content.tag.EditorCheckLogonTag.
Check for a valid User logged on in the current session under the key RuntimeParameters.get("logonUserKey").
EditorCheckLogonTag() - Constructor for class com.RuntimeCollective.content.tag.EditorCheckLogonTag
 

F

format - Variable in class com.RuntimeCollective.content.tag.ViewContentFormatTag
The format.
foundUserFromCookie(User, HttpServletRequest) - Static method in class com.RuntimeCollective.content.tag.EditorCheckLogonTag
This method is called when a user is found from a cookie.

G

getFormat() - Method in class com.RuntimeCollective.content.tag.ViewContentFormatTag
Get the format.
getHasSession() - Method in class com.RuntimeCollective.content.tag.EditorCheckLogonTag
Get whether to check the Session
getIsAdmin() - Method in class com.RuntimeCollective.content.tag.EditorAttributesTag
Get whether to check if the user is a staff administrator.
getIsAdmin() - Method in class com.RuntimeCollective.content.tag.EditorCheckLogonTag
Get whether to check if the user is a staff administrator.
getIsEditor() - Method in class com.RuntimeCollective.content.tag.EditorAttributesTag
Get whether to check if the user is a content editor
getIsEditor() - Method in class com.RuntimeCollective.content.tag.EditorCheckLogonTag
Get whether to check if the user is a content editor
getIsNotAdmin() - Method in class com.RuntimeCollective.content.tag.EditorAttributesTag
Get whether to check if the user is not a staff administrator.
getIsNotEditor() - Method in class com.RuntimeCollective.content.tag.EditorAttributesTag
Get whether to check if the user is not a content editor
getName() - Method in class com.RuntimeCollective.content.tag.ViewContentFormatTag
Get the bean name.
getPage() - Method in class com.RuntimeCollective.content.tag.EditorCheckLogonTag
Return the forward page.
getProperty() - Method in class com.RuntimeCollective.content.tag.ViewContentFormatTag
Get the property of the named bean that holds the bean to publish
getUserNS(HttpServletRequest, HttpSession) - Method in class com.RuntimeCollective.content.tag.EditorCheckLogonTag
This is currently a duplicate of CheckLogonTag's method, but as it's static, I can't inherit.

H

HasSession - Variable in class com.RuntimeCollective.content.tag.EditorCheckLogonTag
Check whether the User has an active Webapps Session set in his HttpSession
hasSession() - Method in class com.RuntimeCollective.content.tag.EditorCheckLogonTag
Get whether to check the Session

I

isAdmin - Variable in class com.RuntimeCollective.content.tag.EditorAttributesTag
Check if the user is a staff administrator.
isAdmin() - Method in class com.RuntimeCollective.content.tag.EditorAttributesTag
Get whether to check if the user is a staff administrator.
isAdmin - Variable in class com.RuntimeCollective.content.tag.EditorCheckLogonTag
Check if the user is a staff administrator.
isAdmin() - Method in class com.RuntimeCollective.content.tag.EditorCheckLogonTag
Get whether to check if the user is a staff administrator.
isEditor - Variable in class com.RuntimeCollective.content.tag.EditorAttributesTag
Check if the user is a content editor
isEditor() - Method in class com.RuntimeCollective.content.tag.EditorAttributesTag
Get whether to check if the user is a staff member.
isEditor - Variable in class com.RuntimeCollective.content.tag.EditorCheckLogonTag
Check if the user is a content editor
isEditor() - Method in class com.RuntimeCollective.content.tag.EditorCheckLogonTag
Get whether to check if the user is a staff member.
isNotAdmin - Variable in class com.RuntimeCollective.content.tag.EditorAttributesTag
Check if the user is not a staff administrator.
isNotAdmin() - Method in class com.RuntimeCollective.content.tag.EditorAttributesTag
Get whether to check if the user is not a staff administrator.
isNotEditor - Variable in class com.RuntimeCollective.content.tag.EditorAttributesTag
Check if the user is not a content editor
isNotEditor() - Method in class com.RuntimeCollective.content.tag.EditorAttributesTag
Get whether to check if the user is not a staff member.

L

logonPage - Variable in class com.RuntimeCollective.content.tag.EditorCheckLogonTag
The page to which we should forward for the user to log on.

N

name - Variable in class com.RuntimeCollective.content.tag.EditorAttributesTag
The key of the session-scope bean we look for.
name - Variable in class com.RuntimeCollective.content.tag.ViewContentFormatTag
The bean name.

P

property - Variable in class com.RuntimeCollective.content.tag.ViewContentFormatTag
The property of the named bean that holds the bean to publish

R

release() - Method in class com.RuntimeCollective.content.tag.EditorAttributesTag
Release any acquired resources.
release() - Method in class com.RuntimeCollective.content.tag.ViewContentFormatTag
 

S

setFormat(String) - Method in class com.RuntimeCollective.content.tag.ViewContentFormatTag
Set the format.
setHasSession(boolean) - Method in class com.RuntimeCollective.content.tag.EditorCheckLogonTag
Set whether to check the Session.
setIsAdmin(boolean) - Method in class com.RuntimeCollective.content.tag.EditorAttributesTag
Set to check if the user is a staff administrator.
setIsAdmin(boolean) - Method in class com.RuntimeCollective.content.tag.EditorCheckLogonTag
Set to check if the user is a staff administrator.
setIsEditor(boolean) - Method in class com.RuntimeCollective.content.tag.EditorAttributesTag
Set to check if the user is a content editor
setIsEditor(boolean) - Method in class com.RuntimeCollective.content.tag.EditorCheckLogonTag
Set to check if the user is a content editor
setIsNotAdmin(boolean) - Method in class com.RuntimeCollective.content.tag.EditorAttributesTag
Set to check if the user is not a staff administrator.
setIsNotEditor(boolean) - Method in class com.RuntimeCollective.content.tag.EditorAttributesTag
Set to check if the user is not a content editor
setName(String) - Method in class com.RuntimeCollective.content.tag.ViewContentFormatTag
Set the bean name.
setPage(String) - Method in class com.RuntimeCollective.content.tag.EditorCheckLogonTag
Set the forward page.
setProperty(String) - Method in class com.RuntimeCollective.content.tag.ViewContentFormatTag
Set the property of the named bean that holds the bean to publish

V

ViewContentFormatTag - class com.RuntimeCollective.content.tag.ViewContentFormatTag.
A custom JSP tag that displays a Content in a given format: name - the name of the Publishable bean (on any scope).
ViewContentFormatTag() - Constructor for class com.RuntimeCollective.content.tag.ViewContentFormatTag
 

A C D E F G H I L N P R S V