BEA Systems, Inc.

com.beasys.commerce.axiom.jsp.tags
Interface TagConstants


public interface TagConstants

Prescribes constants for common tag use.


Field Summary
static java.lang.String CREATE
          Denotes a 'create' action.
static java.lang.String GET
          Denotes a 'get' action.
static java.lang.String REMOVE
          Denotes a 'remove' action.
static java.lang.String UPDATE
          Denotes an 'update' action.
 

Field Detail

CREATE

public static final java.lang.String CREATE
Denotes a 'create' action.

REMOVE

public static final java.lang.String REMOVE
Denotes a 'remove' action.

UPDATE

public static final java.lang.String UPDATE
Denotes an 'update' action.

GET

public static final java.lang.String GET
Denotes a 'get' action.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved