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

Quick Search    Search Deep

com.RuntimeCollective.content.tag: Javadoc index of package com.RuntimeCollective.content.tag.


Package Samples:

com.RuntimeCollective.content.tag

Classes:

EditorCheckLogonTag: Check for a valid User logged on in the current session under the key RuntimeParameters.get("logonUserKey") . If there is no such user, check for a cookie called "LoginCookie.COOKIE_NAME"; the random-key contained in this cookie will reference rs_user , to give the userId. If no such cookie exists, forward control to the logon page. This class has some logic which could be moved to CheckLogonTag Important: This tag must be placed on a jsp page before anything is written to the response. It's safest to always put it at the top. If the user is found from a cookie, a new Session is recorded by calling ...
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). Parameters are: isAdmin - will only evaluate body contents if the user is an administrator. isEditor - will only evaluate body contents if the user is a content editor (or administrator). isNotAdmin - will only evaluate body contents if the user is not an administrator. isNotEditor - will only evaluate body contents if the user is not a content editor (or administrator).
ViewContentFormatTag: A custom JSP tag that displays a Content in a given format: name - the name of the Publishable bean (on any scope). property - the property of the named bean that holds the bean to publish [Optional] . format - the format required.

Home | Contact Us | Privacy Policy | Terms of Service