haul 01/09/18 07:58:49 Added: src/org/apache/cocoon/selection Tag: cocoon_20_branch SessionAttributeSelectorFactory.java Log: - changed *SessionState(Matcher|Selector)* to more general *SessionAttribute(Matcher|Selector)* updated docs + samples accordingly - make some SourceFactories fail in a friendlier way when parameters are missing Revision Changes Path No revision No revision 1.1.2.1 +3 -2 xml-cocoon2/src/org/apache/cocoon/selection/SessionAttributeSelectorFactory.java Index: SessionAttributeSelectorFactory.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/selection/SessionAttributeSelectorFactory.java,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 --- SessionAttributeSelectorFactory.java 2001/09/18 14:47:00 1.1 +++ SessionAttributeSelectorFactory.java 2001/09/18 14:58:49 1.1.2.1 @@ -21,8 +21,9 @@ * </table> * * @author <a href="mailto:[EMAIL PROTECTED]">Christian Haul</a> - * @version CVS $Revision: 1.1 $ $Date: 2001/09/18 14:47:00 $ */ -public class SessionAttributeSelectorFactory extends ParameterSelectorFactory { + * @version CVS $Revision: 1.1.2.1 $ $Date: 2001/09/18 14:58:49 $ + */ +public class SessionStateSelectorFactory extends ParameterSelectorFactory { public String generateMethodSource (NodeList conf) throws ConfigurationException { ---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]