You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ha...@apache.org on 2001/09/18 16:58:49 UTC

cvs commit: xml-cocoon2/src/org/apache/cocoon/selection SessionAttributeSelectorFactory.java

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:haul@informatik.tu-darmstadt.de">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:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org