org.codehaus.wadi
Interface NewDirtier


public interface NewDirtier


Method Summary
 boolean getAttribute(Attributes attributes, String name)
           
 boolean removeAttribute(Attributes attributes, String name)
           
 boolean setAttribute(Attributes attributes, String name, Object value)
           
 boolean setMaxInactiveInterval(Attributes attributes, int maxInactiveInterval)
           
 

Method Detail

setMaxInactiveInterval

public boolean setMaxInactiveInterval(Attributes attributes,
                                      int maxInactiveInterval)

setAttribute

public boolean setAttribute(Attributes attributes,
                            String name,
                            Object value)

removeAttribute

public boolean removeAttribute(Attributes attributes,
                               String name)

getAttribute

public boolean getAttribute(Attributes attributes,
                            String name)


Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.